Started by an SCM change Obtained etc/jenkins/build.groovy from git https://github.com/eclipse-ee4j/eclipselink.git [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes eclipselink/el-master-agent-pod-pz56v-cnf1g Agent el-master-agent-pod-pz56v-cnf1g is provisioned from template el-master-agent-pod-pz56v --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-nightly-4.0/23/" runUrl: "job/eclipselink-nightly-4.0/23/" labels: jenkins: "slave" jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128" jenkins/label: "el-master-agent-pod" name: "el-master-agent-pod-pz56v-cnf1g" namespace: "eclipselink" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.eclipselink.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "el-master-agent-pod-pz56v-cnf1g" - name: "JENKINS_NAME" value: "el-master-agent-pod-pz56v-cnf1g" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: limits: memory: "4Gi" cpu: "2" requests: memory: "4Gi" cpu: "1" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "rfelcman/el-build:2.0.3" name: "el-build" resources: limits: memory: "12Gi" cpu: "6" requests: memory: "12Gi" cpu: "5.5" tty: true volumeMounts: - mountPath: "/opt/tools" name: "tools" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - name: "tools" persistentVolumeClaim: claimName: "tools-claim-jiro-eclipselink" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on el-master-agent-pod-pz56v-cnf1g in /home/jenkins/agent/workspace/eclipselink-nightly-4.0 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/eclipselink.git > git init /home/jenkins/agent/workspace/eclipselink-nightly-4.0 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 8a993b480d5cfbaad39ffd7939d308a788ede355 (refs/remotes/origin/4.0) > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/4.0^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a993b480d5cfbaad39ffd7939d308a788ede355 # timeout=10 Commit message: "Bugfix: NullPointerException at CacheIndexMetadata.getField() (#2110)" > git rev-list --no-walk 3fe3f1206c05c301f7034bcc5762ffad40a8cf0e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Init) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] git The recommended git tool is: git No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@a6211391; decorates RemoteLauncher[hudson.remoting.Channel@708bfb8:JNLP4-connect connection from 10.40.57.145/10.40.57.145:39798] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository Checking out Revision 8a993b480d5cfbaad39ffd7939d308a788ede355 (refs/remotes/origin/4.0) > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-nightly-4.0/.git # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/4.0^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a993b480d5cfbaad39ffd7939d308a788ede355 # timeout=10 Commit message: "Bugfix: NullPointerException at CacheIndexMetadata.getField() (#2110)" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b 4.0 8a993b480d5cfbaad39ffd7939d308a788ede355 # timeout=10 > git rev-list --no-walk 3fe3f1206c05c301f7034bcc5762ffad40a8cf0e # timeout=10 [Pipeline] sh + etc/jenkins/init.sh -[ EclipseLink Init ]----------------------------------------------------------- [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key F956DAF8F18311D3: public key "Eclipselink Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key F956DAF8F18311D3: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key AB11759F53250EEBD92E2F85836B571D384E2887 trust Secret subkeys are available. pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key D8216E428324480EEA98EE26F956DAF8F18311D3 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2024-05-14 pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/build.sh -[ EclipseLink Build ]----------------------------------------------------------- Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 322 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 145 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 605 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 442 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 197 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [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.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [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 sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 220 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [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.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [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 760 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 64 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [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 179 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 353 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 8.9 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 575 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 86 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 101 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 88 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 28 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 99 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 72 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 114 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 95 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 101 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 69 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 307 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 109 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 560 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/21/maven-parent-21.pom [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 976 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/10/apache-10.pom [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 592 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 265 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [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 54 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 15 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.pom [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 726 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/25/commons-parent-25.pom [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.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/9/apache-9.pom [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 689 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 144 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 691 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 513 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 17 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 161 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 222 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/7/apache-7.pom [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 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 26 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/4/apache-4.pom [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 300 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 310 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 20 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 295 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 71 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 219 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 186 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 739 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 471 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 524 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 98 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 565 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 137 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 88 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 3.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 184 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 368 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 531 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/22/commons-parent-22.pom [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.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 565 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 161 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 834 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 85 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 25 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 54 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 173 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.pom [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 306 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 209 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 120 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 223 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 205 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [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 165 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [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 694 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [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 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [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 678 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [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 51 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [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 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 724 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 223 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 7.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 3.1 MB/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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 409 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 366 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/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [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 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 59 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 948 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 552 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 725 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 792 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 3.1 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/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.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 8.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 88 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 381 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.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 720 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 861 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [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 184 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 50 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 264 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 728 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc-bom/23.2.0.0/ojdbc-bom-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/23.2.0.0/ojdbc-bom-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/23.2.0.0/ojdbc-bom-23.2.0.0.pom (7.2 kB at 553 kB/s) [INFO] Inspecting build with total of 134 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 134 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] EclipseLink Parent [pom] [INFO] EclipseLink Hermes Parser [jar] [INFO] EclipseLink Core [jar] [INFO] EclipseLink JSON Extension [jar] [INFO] EclipseLink Oracle Extension [jar] [INFO] EclipseLink Core Test Framework [jar] [INFO] EclipseLink PostgreSQL Extension [jar] [INFO] EclipseLink MOXy [jar] [INFO] EclipseLink JPA [jar] [INFO] EclipseLink JPA Test Framework [jar] [INFO] EclipseLink JPA Model Generator [jar] [INFO] EclipseLink JPA-RS Server [jar] [INFO] EclipseLink JPA-RS [jar] [INFO] EclipseLink Core Test [jar] [INFO] EclipseLink CORBA Extension [jar] [INFO] EclipseLink Extension [jar] [INFO] EclipseLink NoSQL Extension [jar] [INFO] EclipseLink MOXy XJC [jar] [INFO] EclipseLink DBWS [jar] [INFO] EclipseLink SDO [jar] [INFO] EclipseLink DBWS Builder [jar] [INFO] EclipseLink Package Rename Utility [jar] [INFO] EclipseLink Oracle NoSQL Extension [jar] [INFO] EclipseLink Bundles Parent [pom] [INFO] EclipseLink Bundles MOXy standalone [pom] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) [jar] [INFO] EclipseLink Bundles tests [jar] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink JPA Test [jar] [INFO] EclipseLink Bundles Other [jar] [INFO] EclipseLink Bundles P2 Site [pom] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink SDO Test Server [jar] [INFO] EclipseLink JPA JSE Test [jar] [INFO] EclipseLink JPA Spring Test [jar] [INFO] EclipseLink JPA WDF Test [jar] [INFO] EclipseLink Oracle Extension Test [jar] [INFO] EclipseLink DBWS Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle Server [jar] [INFO] EclipseLink Package Signature Compare Utility [jar] [INFO] Persistence TestApps [pom] [INFO] Test - advanced [jar] [INFO] Test - advanced2 [jar] [INFO] Test - advanced.additionalcriteria [jar] [INFO] Test - cacheable [jar] [INFO] Test - advanced.fetchgroup [jar] [INFO] Test - metamodel [jar] [INFO] Test - xml.cacheable [jar] [INFO] Test - advanced.cacheimpl [jar] [INFO] Test - advanced.cascadepersist [jar] [INFO] Test - advanced.compositepk [jar] [INFO] Test - advanced.derivedid [jar] [INFO] Test - advanced.customer [jar] [INFO] Test - advanced.embeddable [jar] [INFO] Test - advanced.multitenant [jar] [INFO] Test - beanvalidation [jar] [INFO] Test - beanvalidation.dynamic [jar] [INFO] Test - cascadedeletes [jar] [INFO] Test - complexaggregate [jar] [INFO] Test - composite.advanced.common [jar] [INFO] Test - composite.advanced.member_1 [jar] [INFO] Test - composite.advanced.member_2 [jar] [INFO] Test - composite.advanced.member_3 [jar] [INFO] Test - composite.advanced [jar] [INFO] Test - advanced.inheritance [jar] [INFO] Test - advanced.inherited [jar] [INFO] Test - criteria [jar] [INFO] Test - datatypes [jar] [INFO] Test - datetime [jar] [INFO] Test - ddlgeneration [jar] [INFO] Test - lob [jar] [INFO] Test - delimited [jar] [INFO] Test - diagnostic [jar] [INFO] Test - extensibility [jar] [INFO] Test - fetchgroups [jar] [INFO] Test - fieldaccess.advanced [jar] [INFO] Test - fieldaccess.relationships [jar] [INFO] Test - identity [jar] [INFO] Test - jpaadvancedproperties [jar] [INFO] Test - relationships [jar] [INFO] Test - jpql [jar] [INFO] Test - jta [jar] [INFO] Test - performance [jar] [INFO] Test - memory [jar] [INFO] Test - metamodel.aspectj [jar] [INFO] Test - orphanremoval [jar] [INFO] Test - partitioned [jar] [INFO] Test - performance2 [jar] [INFO] Test - privateowned [jar] [INFO] Test - pu with spaces [jar] [INFO] Test - remote [jar] [INFO] Test - sessionbean [jar] [INFO] Test - sessionbean.ha [jar] [INFO] Test - validation [jar] [INFO] Test - weaving [jar] [INFO] Test - xml.composite.advanced.common [jar] [INFO] Test - xml.composite.advanced.member_1 [jar] [INFO] Test - xml.composite.advanced.member_2 [jar] [INFO] Test - xml.composite.advanced.member_3 [jar] [INFO] Test - xml.composite.advanced [jar] [INFO] Test - xml.advanced [jar] [INFO] Test - xml.extended.advanced [jar] [INFO] Test - xml.extended.advanced.additionalcriteria [jar] [INFO] Test - xml.extended.advanced.fetchgroup [jar] [INFO] Test - xml.extended.complexaggregate [jar] [INFO] Test - xml.inheritance [jar] [INFO] Test - xml.extended.inheritance [jar] [INFO] Test - xml.relationships [jar] [INFO] Test - xml.extended.relationships [jar] [INFO] Test - xml.extended.composite.advanced.member_1 [jar] [INFO] Test - xml.extended.composite.advanced.member_2 [jar] [INFO] Test - xml.extended.composite.advanced.member_3 [jar] [INFO] Test - xml.extended.composite.advanced [jar] [INFO] Test - xml.merge.advanced [jar] [INFO] Test - xml.merge.incompletemappings.nonowning [jar] [INFO] Test - xml.merge.incompletemappings.owning [jar] [INFO] Test - xml.merge.inherited [jar] [INFO] Test - xml.merge.relationships [jar] [INFO] Test - xml.advanced.multitenant [jar] [INFO] Test - xml.inherited [jar] [INFO] Test - xml.metadatacomplete [jar] [INFO] Test - xml.relationships.unidirectional [jar] [INFO] Test - xml.xmlmetadatacomplete [jar] [INFO] Test - nativeapi [jar] [INFO] Persistence TestApps - NoSQL [pom] [INFO] Test - nosql.mongo [jar] [INFO] Persistence TestApps - Oracle DB [pom] [INFO] Test - oracle.customfeatures [jar] [INFO] Test - oracle.dcn [jar] [INFO] Test - oracle.partitioned [jar] [INFO] Test - oracle.plsql [jar] [INFO] Test - oracle.proxyauthentication [jar] [INFO] Test - oracle.timestamptz [jar] [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [INFO] Building EclipseLink Parent 4.0.3-SNAPSHOT [1/134] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.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.4.0/build-helper-maven-plugin-3.4.0.pom (7.6 kB at 847 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom (36 kB at 3.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 2.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.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.4.0/build-helper-maven-plugin-3.4.0.jar (70 kB at 7.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.pom (11 kB at 930 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/23/apache-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 2.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.jar (211 kB at 18 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom (7.0 kB at 387 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom (8.2 kB at 548 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 12 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/29/apache-29.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 6.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar (39 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom (21 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 4.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar (507 kB at 23 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom (15 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.jar (98 kB at 3.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom (15 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar (236 kB at 20 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-dependency-plugin/3.6.0/maven-dependency-plugin-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.0/maven-dependency-plugin-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.0/maven-dependency-plugin-3.6.0.pom (18 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-dependency-plugin/3.6.0/maven-dependency-plugin-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.0/maven-dependency-plugin-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.0/maven-dependency-plugin-3.6.0.jar (190 kB at 16 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom (3.6 kB at 3.6 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom (4.0 kB at 20 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom (40 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom (59 kB at 528 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar (36 kB at 781 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-report-plugin/3.1.2/maven-surefire-report-plugin-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.1.2/maven-surefire-report-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.1.2/maven-surefire-report-plugin-3.1.2.pom (8.0 kB at 104 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire/3.1.2/surefire-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.1.2/surefire-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.1.2/surefire-3.1.2.pom (22 kB at 5.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-report-plugin/3.1.2/maven-surefire-report-plugin-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.1.2/maven-surefire-report-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.1.2/maven-surefire-report-plugin-3.1.2.jar (45 kB at 813 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom (6.7 kB at 674 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar (32 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 526 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 344 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/26/maven-parent-26.pom [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 9.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/16/apache-16.pom [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 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 4.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 3.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 10 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 4.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 8.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 172 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 299 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 445 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/26/apache-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 6.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 305 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 7.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 587 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 8.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 6.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 13 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 45 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 36 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 3.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 30 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 2.6 MB/s) [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom (3.6 kB at 163 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom (4.1 kB at 52 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 183 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 271 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar (14 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 36 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar (145 kB at 7.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 23 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 13 MB/s) [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/puppycrawl/tools/checkstyle/10.12.0/checkstyle-10.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.12.0/checkstyle-10.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.12.0/checkstyle-10.12.0.pom (225 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [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 938 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/info/picocli/picocli/4.7.3/picocli-4.7.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.3/picocli-4.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.3/picocli-4.7.3.pom (1.4 kB at 8.1 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom (3.6 kB at 395 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom (4.4 kB at 492 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 9.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 318 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/39/commons-parent-39.pom [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 4.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 3.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 4.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 759 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 857 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 180 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 3.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 230 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reflections/reflections/0.10.2/reflections-0.10.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 405 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 416 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 479 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 575 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/saxon/Saxon-HE/12.2/Saxon-HE-12.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/12.2/Saxon-HE-12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/12.2/Saxon-HE-12.2.pom (4.2 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xmlresolver/xmlresolver/5.1.2/xmlresolver-5.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.1.2/xmlresolver-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.1.2/xmlresolver-5.1.2.pom (2.6 kB at 20 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (5.8 kB at 526 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (14 kB at 580 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (3.8 kB at 223 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (10 kB at 331 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (3.5 kB at 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/3.27.0/checker-qual-3.27.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.27.0/checker-qual-3.27.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.27.0/checker-qual-3.27.0.pom (2.1 kB at 233 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 728 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 6.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.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.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 788 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 9.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.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.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 791 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 475 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 289 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 616 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 98 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 180 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 642 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [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 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [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 303 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [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 5.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [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 sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [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 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 126 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 254 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.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.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 214 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 549 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 532 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 5.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.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.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 292 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 515 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [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 406 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [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 6.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 190 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 186 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 62 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [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 14 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 220 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [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 120 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 335 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 185 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.6/commons-io-2.6.pom [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 7.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/42/commons-parent-42.pom [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 14 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/18/apache-18.pom [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 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [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 7.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 719 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 424 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 498 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/6/apache-6.pom [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 6.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 155 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 148 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 267 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 375 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 961 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 302 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 375 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 3.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 5.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 6.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/21/apache-21.pom [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 8.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 331 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 3.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 552 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 627 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 465 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [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 132 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [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 549 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/16/maven-parent-16.pom [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 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [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 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [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 742 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/10/maven-parent-10.pom [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 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [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 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [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 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/11/maven-parent-11.pom [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 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/5/apache-5.pom [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 273 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [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 360 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [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 104 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [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 309 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [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 246 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [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.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.pom [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 499 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [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 447 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [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 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [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 330 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 664 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 308 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [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 964 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0/maven-3.0.pom [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 7.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/15/maven-parent-15.pom [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 12 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 234 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 132 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 211 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 142 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [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 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [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 189 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [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 4.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [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 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 266 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [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 7.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [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 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [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.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 776 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/9/commons-parent-9.pom [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 7.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [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 7.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 674 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 700 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 386 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 10 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 5.7 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 6.2 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 668 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 51 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 257 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 14 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 12 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 417 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [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 525 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 13 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.pom [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 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 664 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 862 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 458 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 338 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 492 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 273 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/1.2.0/all-1.2.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 748 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/puppycrawl/tools/checkstyle/10.12.0/checkstyle-10.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/info/picocli/picocli/4.7.3/picocli-4.7.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reflections/reflections/0.10.2/reflections-0.10.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/saxon/Saxon-HE/12.2/Saxon-HE-12.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xmlresolver/xmlresolver/5.1.2/xmlresolver-5.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xmlresolver/xmlresolver/5.1.2/xmlresolver-5.1.2-data.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/3.27.0/checker-qual-3.27.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 283 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.12.0/checkstyle-10.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.12.0/checkstyle-10.12.0.jar (2.1 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.3/picocli-4.7.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar (324 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 570 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 70 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/12.2/Saxon-HE-12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 902 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.1.2/xmlresolver-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.1.2/xmlresolver-5.1.2-data.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 kB at 9.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.27.0/checker-qual-3.27.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.27.0/checker-qual-3.27.0.jar (224 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.3/picocli-4.7.3.jar (414 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.1.2/xmlresolver-5.1.2.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-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 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/3.1.0/maven-settings-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 320 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 712 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.jar [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.jar (134 kB at 586 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.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 606 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 560 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 109 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.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/12.2/Saxon-HE-12.2.jar (5.6 MB at 21 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.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.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 784 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-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.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 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.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.5/org.eclipse.sisu.inject-0.3.5.jar (379 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.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 173 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.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.1.2/xmlresolver-5.1.2-data.jar (1.0 MB at 3.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.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 181 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.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 534 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/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.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 903 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 484 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/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.1 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.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 38 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.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 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-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 289 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.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 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 683 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 714 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 546 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 442 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 985 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 2.3 MB/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/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 938 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 244 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 12 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-10/plexus-i18n-1.0-beta-10.jar [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.jar (215 kB at 610 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.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 245 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 33 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 64 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 154 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.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 44 kB/s) [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- assembly:3.6.0:single (build-resources) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 585 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 445 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 4.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/27/apache-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 302 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 322 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [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 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (6.0 kB at 752 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom (6.5 kB at 653 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom (22 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/56/commons-parent-56.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom (82 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [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 7.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 341 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom (1.9 kB at 174 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 560 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 752 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 696 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.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 4.2 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.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 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 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-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar (221 kB at 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar (79 kB at 4.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar (1.1 MB at 39 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar (5.9 MB at 64 MB/s) [INFO] Reading assembly descriptor: src/main/assembly/common-license.xml [INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml [INFO] Reading assembly descriptor: src/main/assembly/test-report.xml [INFO] Reading assembly descriptor: src/main/assembly/spotbugs-filter.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-defaults.zip [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-report.zip [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-spotbugs-filter.zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.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.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 471 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 828 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [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 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [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 196 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [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 316 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom [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 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [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 102 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.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.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 283 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 529 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 358 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 6.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom (6.4 kB at 642 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 576 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/25/maven-parent-25.pom [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.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/15/apache-15.pom [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 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 607 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 181 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 185 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [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 192 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [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 438 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 248 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 213 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 233 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 374 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 327 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 256 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 496 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 994 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [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 182 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/16.0.1/guava-16.0.1.pom [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 469 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [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 524 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.5/asm-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 237 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 5.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 693 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [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 737 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [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 486 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [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 235 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [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 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [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 101 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [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 412 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [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 214 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [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 208 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [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 447 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [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 196 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [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 163 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [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 156 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [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 243 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [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 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [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 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [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 530 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [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 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [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 500 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [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 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [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 455 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [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 790 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [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 132 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [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 274 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [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 88 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [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 858 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [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 258 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [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 462 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [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 193 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 661 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [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 728 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/33/maven-parent-33.pom [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 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.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.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 622 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [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 655 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/30/maven-parent-30.pom [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.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.pom [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.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 299 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.5/asm-9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.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.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 13 MB/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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.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 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.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 418 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.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.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 9.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 176 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 5.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar (39 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 991 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar (753 kB at 17 MB/s) [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom (2.1 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom (8.4 kB at 135 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom (2.5 kB at 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom (3.9 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom (35 kB at 376 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom (49 kB at 653 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.8.2/ant-1.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 521 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 127 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [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 508 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [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 4.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.3/commons-io-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.3/commons-io-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.3/commons-io-2.3.pom (11 kB at 155 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/24/commons-parent-24.pom [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 sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 384 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom (1.9 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom (1.6 kB at 19 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom (6.1 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom (40 kB at 327 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom (58 kB at 800 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom (3.2 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 690 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [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 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 273 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom (5.3 kB at 71 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom (2.5 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom (1.9 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom (1.6 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 7.5 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (9.7 kB at 226 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/3/commons-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 kB at 251 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar (864 kB at 9.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.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 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar (23 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar (232 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar (229 kB at 3.0 MB/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/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar (126 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.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 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (232 kB at 2.1 MB/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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar (335 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar (854 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.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 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar (605 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar (194 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 150 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (88 kB at 452 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar (16 kB at 82 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar (8.8 kB at 43 kB/s) [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [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 139 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 582 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 632 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 639 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 640 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 209 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 644 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 327 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 852 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 942 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 717 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 332 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [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 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [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 6.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [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 589 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [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 568 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [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 24 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.pom [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 666 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [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 298 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [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 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 616 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 197 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [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 210 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 518 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 727 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 310 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 371 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 147 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [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 643 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 279 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 483 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 604 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 5.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 980 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 482 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 5.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 5.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 315 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 401 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 512 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/48/commons-parent-48.pom [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 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 614 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 885 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [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 505 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [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 576 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [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 670 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [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 638 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [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 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [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 538 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [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 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [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 576 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [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 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [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 632 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [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 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [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 266 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [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 896 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [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 283 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [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 151 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [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 273 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [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 217 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [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 374 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [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 157 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [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 129 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [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.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [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 296 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [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 698 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.pom [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 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [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 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [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 394 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [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 250 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [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 171 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [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 385 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [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 320 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [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 178 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.pom [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 243 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.jar [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] 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 34 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 49 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 3.0 MB/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.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 2.1 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 3.6 MB/s) [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/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 1.6 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/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 14 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.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/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/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 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-archiver/3.5.2/maven-archiver-3.5.2.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 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 451 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 844 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.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 9.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.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 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-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [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 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 540 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.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 463 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 317 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 547 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 1.7 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.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 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-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 13 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 402 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/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 586 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/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 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.3.0/plexus-utils-3.3.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.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 2.1 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.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 267 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/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 73 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/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 30 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/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 4.5 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-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/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.8 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/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 319 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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 824 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-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.6 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.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 50 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/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 357 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/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 2.5 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.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 301 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/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 1.3 MB/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-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 280 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/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 62 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/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 3.4 MB/s) [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 108 kB/s) [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 162 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 125 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 860 kB/s) [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-report-parser/3.1.2/surefire-report-parser-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.1.2/surefire-report-parser-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.1.2/surefire-report-parser-3.1.2.pom (3.0 kB at 17 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.pom (3.3 kB at 272 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom (20 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/57/commons-parent-57.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/57/commons-parent-57.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/57/commons-parent-57.pom (83 kB at 7.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 766 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 986 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-report-parser/3.1.2/surefire-report-parser-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.1.2/surefire-report-parser-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.1.2/surefire-report-parser-3.1.2.jar (20 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.jar (14 kB at 799 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 528 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar (474 kB at 17 MB/s) [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/skins/maven-default-skin/1.3/maven-default-skin-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/skins/maven-default-skin/1.3/maven-default-skin-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/skins/maven-default-skin/1.3/maven-default-skin-1.3.jar (14 kB at 160 kB/s) [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 6.1 MB/s) [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 225 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 350 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 9.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/25/apache-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 534 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 828 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 226 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 171 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 377 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 790 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 28 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 115 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 66 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 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-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 34 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 28 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 8.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 235 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 19 MB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [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 347 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [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 311 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [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 856 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [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 111 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [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 188 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [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 979 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [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 271 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [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 388 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [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 267 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [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 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [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 276 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 476 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [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] 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 1.5 MB/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] 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] 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] 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/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-profile/2.2.1/maven-profile-2.2.1.jar (35 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-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/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 12 MB/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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 26 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-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 3.5 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/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 4.5 MB/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.jar [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 2.3 MB/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/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [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 1.7 MB/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 2.3 MB/s) [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 1.1 MB/s) [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 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 6.1 MB/s) [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-defaults.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-defaults.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-report.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-report.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-spotbugs-filter.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-spotbugs-filter.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-defaults.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-defaults.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-report.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-report.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-spotbugs-filter.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-spotbugs-filter.zip.asc [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 4.0.3-SNAPSHOT [2/134] [INFO] from jpa/org.eclipse.persistence.jpa.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 510 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 818 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.pom (5.5 kB at 419 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.jar (43 kB at 4.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 307 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 215 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.pom (16 kB at 647 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.jar (165 kB at 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 23 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.jpql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 395 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 276 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 524 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 383 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom (1.2 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 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-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 517 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 1.2 MB/s) [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 175 kB/s) [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 713 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 260 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.jpql --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.pom (6.1 kB at 196 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.pom (3.5 kB at 136 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.pom (4.1 kB at 214 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.pom (3.3 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.pom (4.5 kB at 405 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.pom (1.8 kB at 61 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.jar (306 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.jar (118 kB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.jar (171 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.jar (8.2 kB at 511 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.jar (26 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.jar (2.3 MB at 56 MB/s) [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 24 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.jpql --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.jpql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 4.0.3-SNAPSHOT [3/134] [INFO] from foundation/org.eclipse.persistence.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom (12 kB at 876 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar (46 kB at 3.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.pom (22 kB at 504 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 310 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom (12 kB at 401 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom (2.3 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 555 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom (3.6 kB at 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 658 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom (12 kB at 496 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom (12 kB at 520 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 247 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.1.0/jakarta.jms-api-3.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.1.0/jakarta.jms-api-3.1.0.pom (9.7 kB at 404 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.pom (18 kB at 748 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.pom (22 kB at 917 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom (18 kB at 801 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.pom (13 kB at 481 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom (14 kB at 545 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.pom (12 kB at 488 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.0/jakarta.xml.bind-api-parent-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.0/jakarta.xml.bind-api-parent-4.0.0.pom (9.2 kB at 382 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/parsson/1.1.2/parsson-1.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/parsson/1.1.2/parsson-1.1.2.pom (3.8 kB at 146 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/project/1.1.2/project-1.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/project/1.1.2/project-1.1.2.pom (22 kB at 936 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.pom (4.0 kB at 166 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation-project/2.0.1/angus-activation-project-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation-project/2.0.1/angus-activation-project-2.0.1.pom (20 kB at 831 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar (290 kB at 3.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar (26 kB at 971 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar (151 kB at 3.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.1.0/jakarta.jms-api-3.1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 503 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar (25 kB at 468 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 194 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.1.0/jakarta.jms-api-3.1.0.jar (59 kB at 830 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.jar (49 kB at 662 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar (65 kB at 836 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar (29 kB at 304 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/parsson/1.1.2/parsson-1.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar (88 kB at 930 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.jar (236 kB at 2.4 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar (66 kB at 674 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar (127 kB at 1.2 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.jar (27 kB at 232 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/parsson/1.1.2/parsson-1.1.2.jar (124 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 41 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 5.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 7.2 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.core --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.core --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ org.eclipse.persistence.core --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom (2.1 kB at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom (21 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 6.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom (1.8 kB at 82 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom (1.5 kB at 14 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom (2.5 kB at 319 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom (2.1 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom (3.4 kB at 283 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom (3.2 kB at 247 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom (2.6 kB at 234 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom (2.1 kB at 239 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom (3.1 kB at 102 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom (2.8 kB at 256 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom (9.7 kB at 880 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom (3.4 kB at 374 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom (2.2 kB at 187 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom (3.5 kB at 390 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom (22 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom (2.0 kB at 134 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (2.0 kB at 254 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom (3.8 kB at 317 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom (12 kB at 681 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom (77 kB at 775 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom (7.2 kB at 903 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom (5.7 kB at 246 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom (4.7 kB at 522 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 424 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom (1.7 kB at 144 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom (2.8 kB at 354 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 260 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr-master/3.4/antlr-master-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 376 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 132 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (1.8 kB at 164 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (1.2 kB at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (1.7 kB at 151 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 544 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (804 B at 89 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (1.3 kB at 62 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (996 B at 10 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (971 B at 108 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (1.3 kB at 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom (1.1 kB at 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom (2.0 kB at 227 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 4.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 4.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar (110 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar (84 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar (73 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar (37 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar (578 kB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar (8.9 kB at 287 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar (40 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar (69 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar (68 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (1.9 MB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar (950 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 736 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar (4.3 MB at 37 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 607 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar (945 kB at 7.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar (762 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (9.6 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (5.3 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 51 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (2.7 MB at 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar (3.8 kB at 23 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 2.1 MB/s) [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.time) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ org.eclipse.persistence.core --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: 8a993b480d5cfbaad39ffd7939d308a788ede355 at timestamp: 1713356545957 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core [INFO] Storing scmBranch: 4.0 [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core --- [INFO] Copying 7 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/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] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1751 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[27,30] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[28,21] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[29,24] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[46,28] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[47,57] unchecked cast required: CONTEXT found: org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[48,91] unchecked cast required: UNMARSHALLER_LISTENER found: org.eclipse.persistence.internal.oxm.Unmarshaller.Listener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[59,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[64,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[81,30] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[82,21] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[83,24] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[107,20] found raw type: java.lang.reflect.Constructor missing type arguments for generic class java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[108,20] found raw type: java.lang.reflect.Constructor missing type arguments for generic class java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[109,20] found raw type: java.lang.reflect.Constructor missing type arguments for generic class java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[110,20] found raw type: java.lang.reflect.Constructor missing type arguments for generic class java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[210,31] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[217,13] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[231,9] found raw type: org.eclipse.persistence.core.sessions.CoreSession missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[232,9] found raw type: org.eclipse.persistence.internal.oxm.record.XMLPlatform missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.XMLPlatform [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[233,67] unchecked call to newPlatformUnmarshaller(XML_UNMARSHALLER,java.util.Map) as a member of the raw type org.eclipse.persistence.internal.oxm.record.XMLPlatform [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[599,101] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[599,102] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[600,95] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[600,96] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[607,104] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[607,105] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[608,98] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[608,99] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[663,101] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[663,102] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[664,95] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[664,96] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[671,104] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[671,105] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[672,98] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[672,99] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[899,12] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[900,20] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[938,12] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[947,12] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[948,79] unchecked call to createRecord(ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/jdbc/JDBCTypes.java:[288,59] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/jdbc/JDBCTypes.java:[296,83] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/oracle/plsql/OraclePLSQLTypes.java:[235,55] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/oracle/plsql/OraclePLSQLTypes.java:[246,79] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[112,13] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[122,28] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[462,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[463,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[467,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[495,66] unchecked call to getSession(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[496,67] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[497,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[503,84] unchecked call to createRootUnmarshalRecord(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[517,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[530,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[535,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[569,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[570,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[572,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[598,66] unchecked call to getSession(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[599,67] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[600,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[605,84] unchecked call to createRootUnmarshalRecord(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[620,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[631,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[636,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[842,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[844,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[846,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[876,66] unchecked call to getSession(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[877,67] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[878,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[883,84] unchecked call to createRootUnmarshalRecord(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[899,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[912,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[917,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[923,13] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[957,13] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[966,13] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[967,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[969,13] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[990,52] unchecked call to getSession(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[991,71] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[992,76] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[997,88] unchecked call to createRootUnmarshalRecord(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[1015,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[1021,46] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[1026,53] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[65,13] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[66,13] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[68,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[70,13] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[71,13] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[96,35] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[115,65] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[182,41] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[204,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[219,21] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[219,54] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[224,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[241,56] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[258,52] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[259,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[259,62] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[260,55] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[265,92] unchecked call to classFromRow(ABSTRACT_RECORD,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.core.descriptors.CoreInheritancePolicy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[278,73] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[295,70] unchecked call to getSession(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[295,100] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[315,21] found raw type: org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler missing type arguments for generic class org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[317,25] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[317,93] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[317,89] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[336,48] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[337,68] unchecked call to createRootUnmarshalRecord(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[338,38] unchecked call to setSession(ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[341,52] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[343,64] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[347,39] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[368,21] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[419,33] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[423,12] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Constants.java:[27,8] class org.eclipse.persistence.internal.oxm.Constants in exported package org.eclipse.persistence.internal.oxm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/config/PersistenceUnitProperties.java:[125,8] class org.eclipse.persistence.config.PersistenceUnitProperties in exported package org.eclipse.persistence.config declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[21,53] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[36,5] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[36,54] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[43,28] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[44,24] found raw type: org.eclipse.persistence.core.descriptors.CoreDescriptor missing type arguments for generic class org.eclipse.persistence.core.descriptors.CoreDescriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[75,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[81,29] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[87,27] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[154,79] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[155,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[156,23] unchecked call to addGroups(java.util.Collection) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[176,58] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[177,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[178,25] unchecked call to addSubGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[200,61] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[201,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[202,25] unchecked call to addKeyGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[215,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[224,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[230,21] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[240,18] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[241,75] unchecked call to clone(java.util.Map,org.eclipse.persistence.core.queries.CoreAttributeGroup>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[245,63] unchecked call to clone(java.util.Map,org.eclipse.persistence.core.queries.CoreAttributeGroup>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[249,18] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[250,49] unchecked call to clone(java.util.Map,org.eclipse.persistence.core.queries.CoreAttributeGroup>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[258,85] unchecked call to clone(java.util.Map,ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[258,85] unchecked cast required: ATTRIBUTE_ITEM found: org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[323,29] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[325,22] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[330,22] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[345,13] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[392,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[397,13] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[399,84] unchecked cast required: DESCRIPTOR found: org.eclipse.persistence.core.descriptors.CoreDescriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[415,28] unchecked method invocation: method putAll in interface java.util.Map is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[415,61] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[425,30] unchecked method invocation: method addAll in interface java.util.Set is applied to given types required: java.util.Collection found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[425,69] unchecked conversion required: java.util.Collection found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[435,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[436,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[481,76] unchecked cast required: ATTRIBUTE_ITEM found: org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[486,47] unchecked cast required: ATTRIBUTE_ITEM found: org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[496,17] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[497,34] unchecked call to setRootGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[500,41] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[512,30] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[512,26] unchecked conversion required: java.util.Map found: java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[524,24] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[561,32] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[567,27] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[568,17] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[569,74] unchecked call to isAssignableFrom(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[570,41] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[622,25] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[626,93] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[627,119] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[637,49] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[638,75] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[653,138] unchecked cast required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[654,184] unchecked cast required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[665,33] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[666,33] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[667,58] unchecked call to isSupersetOf(org.eclipse.persistence.core.queries.CoreAttributeGroup) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[700,56] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[700,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[707,41] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[707,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[708,20] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[708,16] unchecked call to CoreAttributeItem(ATTRIBUTE_GROUP,java.lang.String) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[715,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[725,46] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[730,35] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[731,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[185,81] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[187,36] module not found: org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[188,36] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[189,40] module not found: org.eclipse.persistence.jpa.modelgen [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[190,42] module not found: org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[191,36] module not found: org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[192,36] module not found: org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[193,36] module not found: org.eclipse.persistence.sdo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[194,36] module not found: org.eclipse.persistence.pgsql [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[195,92] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[196,80] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[197,78] module not found: org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[199,36] module not found: org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[200,41] module not found: org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[201,36] module not found: org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[202,36] module not found: org.eclipse.persistence.sdo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[204,36] module not found: org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[205,41] module not found: org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[206,36] module not found: org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[207,36] module not found: org.eclipse.persistence.sdo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[208,87] module not found: org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[209,98] module not found: org.eclipse.persistence.corba [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[210,90] module not found: org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[212,36] module not found: org.eclipse.persistence.json [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[213,36] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[215,36] module not found: org.eclipse.persistence.json [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[216,36] module not found: org.eclipse.persistence.pgsql [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[217,36] module not found: org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/descriptors/FieldTransformation.java:[28,17] class org.eclipse.persistence.internal.descriptors.FieldTransformation in exported package org.eclipse.persistence.internal.descriptors declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/mappings/transformers/CoreFieldTransformer.java:[26,55] found raw type: org.eclipse.persistence.core.sessions.CoreSession missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[297,65] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[333,43] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[351,46] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[364,5] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[373,5] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[598,41] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[733,5] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[745,5] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[754,5] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/sessions/CoreSession.java:[26,24] found raw type: org.eclipse.persistence.core.descriptors.CoreDescriptor missing type arguments for generic class org.eclipse.persistence.core.descriptors.CoreDescriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/sessions/CoreSession.java:[27,19] found raw type: org.eclipse.persistence.core.sessions.CoreLogin missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreLogin [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/sessions/CoreSession.java:[28,22] found raw type: org.eclipse.persistence.internal.core.databaseaccess.CorePlatform missing type arguments for generic class org.eclipse.persistence.internal.core.databaseaccess.CorePlatform [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/sessions/CoreSession.java:[29,21] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/sessions/CoreSession.java:[30,35] found raw type: org.eclipse.persistence.core.sessions.CoreSessionEventManager missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreSessionEventManager [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/descriptors/CoreDescriptor.java:[34,29] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/descriptors/CoreDescriptor.java:[35,38] found raw type: org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager missing type arguments for generic class org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/descriptors/CoreDescriptor.java:[37,32] found raw type: org.eclipse.persistence.core.descriptors.CoreInheritancePolicy missing type arguments for generic class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/descriptors/CoreDescriptor.java:[39,18] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/descriptors/CoreDescriptor.java:[40,28] found raw type: org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder missing type arguments for generic class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[153,148] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[189,25] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[223,15] found raw type: java.util.Map missing type arguments for generic class java.util.Map [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.core:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*~] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core --- [INFO] Copying 879 resources from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1294 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/module-info.java:[25,14] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/childelement/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.childelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/childelement/Phone.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.childelement.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[23,49] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[36,36] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[36,54] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[87,12] class org.eclipse.persistence.platform.xml.XMLComparer in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[66,22] class javax.xml.stream.XMLInputFactory in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[67,22] class javax.xml.stream.XMLOutputFactory in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[140,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[146,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[146,37] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[162,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[162,37] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[169,12] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[169,34] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[173,12] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[173,34] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[224,24] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[285,45] interface org.w3c.dom.Node in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[300,44] interface org.w3c.dom.Node in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[362,23] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[380,43] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[380,67] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[383,43] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[383,67] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[669,44] class javax.xml.validation.Schema in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[680,16] class javax.xml.validation.Validator in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[685,16] class javax.xml.validation.ValidatorHandler in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[67,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[68,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[69,15] class org.eclipse.persistence.oxm.XMLMarshaller in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[70,15] class org.eclipse.persistence.oxm.XMLUnmarshaller in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[71,15] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[73,15] class javax.xml.parsers.DocumentBuilder in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[74,15] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[124,15] class org.eclipse.persistence.oxm.XMLMarshaller in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[159,31] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[163,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[170,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[281,46] class org.eclipse.persistence.oxm.XMLRoot in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[281,66] class org.eclipse.persistence.oxm.XMLRoot in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[292,41] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[574,44] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withgroupingelement/Child.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/converter/Wrapper.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.converter.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/colobj/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.colobj.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Root.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerValidationModeTestCases.java:[248,59] interface org.xml.sax.EntityResolver in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerValidationModeTestCases.java:[255,16] class org.xml.sax.InputSource in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Team.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/compositekeyclass/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/compositekeyclass/EmployeeID.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.EmployeeID overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/keepaselement/Elem.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.keepaselement.Elem overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Root.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Customer.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingSimpleValueTestCases.java:[47,10] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingSimpleValueTestCases.java:[47,32] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/objobj/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.objobj.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/norefclass/Root.java:[31,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.norefclass.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/doubletest/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.doubletest.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlroot/Person.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlroot.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/arraylist/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/usemaptests/Root.java:[24,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.usemaptests.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/EmployeeWithUserID.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.EmployeeWithUserID overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/sequenced/PhoneNumber.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.sequenced.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshalExceptionTestCases.java:[59,41] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLContextTestProject.java:[24,44] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLContextTestProject.java:[30,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/inheritance/Person.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.inheritance.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/norefclass/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.norefclass.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydata/identifiedbyname/EmployeeWithByteObjectArray.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydata.identifiedbyname.EmployeeWithByteObjectArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/schemareference/unmarshal/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.schemareference.unmarshal.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/schematype/ByteHolder.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.schematype.ByteHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withoutgroupingelement/Child.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withoutgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/RootWithCompositeObject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.RootWithCompositeObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/Employee.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/nillable/EmployeeIsSetParams.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.nillable.EmployeeIsSetParams overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/reuse/Root.java:[26,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.reuse.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/element/Root.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.element.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/reuse/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLUnmarshalTestCases.java:[81,15] class javax.xml.parsers.DocumentBuilder in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/Address.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlroot/complex/inheritance/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/schematype/QNameHolder.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.schematype.QNameHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withgroupingelement/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withgroupingelement/Child.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/rootelement/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.rootelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/sequenced/Dependent.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.sequenced.Dependent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/sequenced/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.sequenced.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Dependant.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Dependant overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/reuse/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.reuse.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/UrlTestCases.java:[24,8] class org.eclipse.persistence.testing.oxm.xmlconversionmanager.UrlTestCases in exported package org.eclipse.persistence.testing.oxm.xmlconversionmanager declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/UrlTestCases.java:[24,35] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/keepaselement/Doc.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.keepaselement.Doc overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/union/Person.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.union.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/objcol/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.objcol.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/typeattribute/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.typeattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/converter/Wrapper.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.converter.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshalTestCases.java:[102,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/typetranslator/childelement/Phone.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.typetranslator.childelement.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/defaultnamespace/Child.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.defaultnamespace.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyObjectChild.java:[22,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyObjectChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerCarProject.java:[22,46] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[44,41] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[79,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[111,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[230,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[251,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[24,8] class org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite in exported package org.eclipse.persistence.testing.oxm.mappings.choice declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[24,48] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[25,19] interface junit.framework.Test in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[18,37] class org.eclipse.persistence.platform.xml.XMLComparer in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[28,34] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[28,52] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Root.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/xmlfragmentcollection/Employee.java:[34,8] Class org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/advancedxpath/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.advancedxpath.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/nonstringkeytype/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.nonstringkeytype.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/collectionreference/reuse/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.collectionreference.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/collectionreference/reuse/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.collectionreference.reuse.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyCollectionRoot.java:[30,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/defaultnamespace/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.defaultnamespace.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/unmapped/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.unmapped.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/singlekey/elementkey/maptests/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.singlekey.elementkey.maptests.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/union/Person.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.union.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/typeattribute/Identifier.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.typeattribute.Identifier overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Manager.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Manager overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestSuite.java:[42,34] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestSuite.java:[51,19] interface junit.framework.Test in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withoutgroupingelement/Root.java:[30,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withoutgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/RootWithCompositeCollection.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.RootWithCompositeCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/reuse/Root.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.reuse.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLargument.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLargument overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/DatabaseTypeWrapper.java:[18,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.DatabaseTypeWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/typetranslator/childelement/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.typetranslator.childelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DeploymentXMLMappingTestSuite.java:[33,52] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DeploymentXMLMappingTestSuite.java:[43,19] interface junit.framework.Test in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Dependant.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Dependant overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/ContactMethod.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.ContactMethod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNoDefaultRootTestProject.java:[28,60] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNoDefaultRootTestProject.java:[36,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerExceptionTestProject.java:[25,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/xmlfragment/Employee.java:[35,8] Class org.eclipse.persistence.testing.oxm.mappings.xmlfragment.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/withoutgroupingelement/Root.java:[26,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.withoutgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DocPresMappingTestSuite.java:[33,46] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DocPresMappingTestSuite.java:[43,19] interface junit.framework.Test in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNSTestProject.java:[26,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Address.java:[17,8] class org.eclipse.persistence.testing.oxm.mappings.choice.Address in exported package org.eclipse.persistence.testing.oxm.mappings.choice declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/typeattribute/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.typeattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/nonstringkeytype/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.nonstringkeytype.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/setmethod/Customer.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.setmethod.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Team.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/leafelement/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.leafelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/MyContentHandler.java:[20,39] class org.eclipse.persistence.platform.xml.SAXDocumentBuilder in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/MyContentHandler.java:[29,40] class org.xml.sax.SAXException in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/MyContentHandler.java:[35,38] class org.xml.sax.SAXException in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/typetranslator/rootelement/ByteHolder.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.typetranslator.rootelement.ByteHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/reader/CharactersEvent.java:[17,8] Class org.eclipse.persistence.testing.oxm.reader.CharactersEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydata/MyImage.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydata.MyImage overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/colcol/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.colcol.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/ns/NSParent.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.ns.NSParent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/ns/NSChild.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.ns.NSChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/keepaselement/Doc.java:[30,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.keepaselement.Doc overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/keepaselement/Elem.java:[27,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.keepaselement.Elem overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/keybasedmappingtests/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/keybasedmappingtests/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/reader/EndPrefixMappingEvent.java:[17,8] Class org.eclipse.persistence.testing.oxm.reader.EndPrefixMappingEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withgroupingelement/Root.java:[27,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/singlekey/nonstringkeytype/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.singlekey.nonstringkeytype.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerTestProject.java:[27,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/converter/MyObject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.MyObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/PhoneNumberProject.java:[21,41] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/elementkey/SingleElementNullReferenceClassTestCases.java:[41,43] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/identifiedbyposition/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.identifiedbyposition.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlroot/simple/RootObjectWithSimpleCollection.java:[22,8] Class org.eclipse.persistence.testing.oxm.xmlroot.simple.RootObjectWithSimpleCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/any/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.any.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLrecord.java:[24,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLrecord overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/descriptor/rootelement/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.descriptor.rootelement.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/singleelement/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.singleelement.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyCollectionChild.java:[22,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyCollectionChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshalNSTestCases.java:[69,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/nillable/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/events/Address.java:[22,8] Class org.eclipse.persistence.testing.oxm.events.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/map/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.map.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/map/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingComplexValueTestCases.java:[50,10] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingComplexValueTestCases.java:[50,32] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/listoflists/Root.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.listoflists.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/CanadianAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.CanadianAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Team2.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Team2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Employee2.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Employee2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/RootWithAnyCollection.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.RootWithAnyCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/serializedobject/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.serializedobject.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/serializedobject/SerializableAddress.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.serializedobject.SerializableAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Company.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/multiplesource/MultipleSourceRoot.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.multiplesource.MultipleSourceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLStoredProcedureCall.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLStoredProcedureCall overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/XMLGregorianCalendarTestCases.java:[93,12] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/XMLGregorianCalendarTestCases.java:[220,12] class org.eclipse.persistence.internal.oxm.XMLConversionManager in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/DatatypeProject.java:[24,38] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/Address.java:[15,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/PhoneNumber.java:[15,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/reader/EndElementEvent.java:[17,8] Class org.eclipse.persistence.testing.oxm.reader.EndElementEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/singlenode/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.singlenode.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nested/Project.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nested.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/reuse/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/converter/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/EmployeeWithByteArrayObject.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.EmployeeWithByteArrayObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-srg) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-dom) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-deploymentxml) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-deploymentxml-tl) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-docpres) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-non-default-system-properties) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.core --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.json >-------- [INFO] Building EclipseLink JSON Extension 4.0.3-SNAPSHOT [4/134] [INFO] from foundation/org.eclipse.persistence.json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.json --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.json --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.json --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.json --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.json --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.json --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[23,36] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[24,36] module not found: org.eclipse.persistence.pgsql [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[25,36] module not found: org.eclipse.persistence.oracle [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.json --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.json:jar:4.0.3-SNAPSHOT : Host org.eclipse.persistence.json= for this fragment/require bundle cannot be found on the classpath [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.json --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.json --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.json --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.json --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.json --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.json --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.json --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.json --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.json --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.json --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.json --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.json --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.json --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [INFO] Building EclipseLink Oracle Extension 4.0.3-SNAPSHOT [5/134] [INFO] from foundation/org.eclipse.persistence.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc11/23.2.0.0/ojdbc11-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc11/23.2.0.0/ojdbc11-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc11/23.2.0.0/ojdbc11-23.2.0.0.pom (1.5 kB at 11 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xmlparserv2/23.2.0.0/xmlparserv2-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/23.2.0.0/xmlparserv2-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/23.2.0.0/xmlparserv2-23.2.0.0.pom (1.3 kB at 12 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ucp/23.2.0.0/ucp-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/23.2.0.0/ucp-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/23.2.0.0/ucp-23.2.0.0.pom (1.3 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xdb/23.2.0.0/xdb-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/23.2.0.0/xdb-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/23.2.0.0/xdb-23.2.0.0.pom (1.4 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/observability/dms/23.2.0.0/dms-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/23.2.0.0/dms-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/23.2.0.0/dms-23.2.0.0.pom (1.3 kB at 13 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc11/23.2.0.0/ojdbc11-23.2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xmlparserv2/23.2.0.0/xmlparserv2-23.2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ucp/23.2.0.0/ucp-23.2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xdb/23.2.0.0/xdb-23.2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/observability/dms/23.2.0.0/dms-23.2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc11/23.2.0.0/ojdbc11-23.2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc11/23.2.0.0/ojdbc11-23.2.0.0.jar (7.0 MB at 35 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/23.2.0.0/xmlparserv2-23.2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/23.2.0.0/ucp-23.2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/23.2.0.0/xdb-23.2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/23.2.0.0/dms-23.2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/23.2.0.0/xdb-23.2.0.0.jar (130 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/23.2.0.0/ucp-23.2.0.0.jar (1.5 MB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/23.2.0.0/dms-23.2.0.0.jar (2.2 MB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/23.2.0.0/xmlparserv2-23.2.0.0.jar (2.0 MB at 5.9 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.oracle --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.oracle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 34 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/module-info.java:[19,44] requires transitive directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/module-info.java:[20,33] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[283,30] oracle.sql.ARRAY in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[283,51] oracle.sql.ArrayDescriptor in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[293,30] oracle.sql.STRUCT in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[293,52] oracle.sql.StructDescriptor in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[303,21] oracle.sql.REF in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[304,28] oracle.sql.REF in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[754,15] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[865,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[867,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[902,50] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[90,31] class org.eclipse.persistence.internal.platform.database.XMLTypePlaceholder in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[75,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[77,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NCharacter.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NCharacter in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NCharacter.java:[25,50] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NString.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NString in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NString.java:[25,47] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NClob.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NClob in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NClob.java:[25,45] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[23,8] class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTypes in exported package org.eclipse.persistence.internal.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[37,79] interface oracle.ucp.jdbc.oracle.DataBasedConnectionAffinityCallback in module com.oracle.database.ucp is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[86,35] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module com.oracle.database.ucp is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[97,12] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module com.oracle.database.ucp is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKNamespaceResolver.java:[25,46] interface oracle.xml.parser.v2.NSResolver in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[37,23] createXML(java.sql.Connection,org.w3c.dom.Document) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[42,23] createXML(java.sql.Connection,java.lang.String) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[53,19] getDocument() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[59,35] getStringVal() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[64,16] close() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[70,31] oracle.xdb.dom.XDBDocument in oracle.xdb.dom has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,35] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,23] createXML(oracle.sql.OPAQUE) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[447,14] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[450,39] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[490,32] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[510,46] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[78,15] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[79,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[80,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[81,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[82,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[83,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[84,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[85,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[86,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[347,16] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[388,15] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[388,47] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[418,15] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[702,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[706,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[710,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[714,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[718,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[722,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[726,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[730,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:[39,8] Class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/Oracle21JsonPlatform.java:[42,43] class org.eclipse.persistence.json.JsonPlatform in module org.eclipse.persistence.json may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/OracleJsonPlatformProvider.java:[30,8] class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider in exported package org.eclipse.persistence.platform.database.oracle.json declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/OracleJsonPlatformProvider.java:[30,52] interface org.eclipse.persistence.internal.databaseaccess.spi.JsonPlatformProvider in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:[26,8] class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPHelper in exported package org.eclipse.persistence.internal.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:[402,15] class oracle.xml.parser.schema.XSDNode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:[402,37] class oracle.xml.parser.schema.XSDElement in module is not exported [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.oracle --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >-- [INFO] Building EclipseLink Core Test Framework 4.0.3-SNAPSHOT [6/134] [INFO] from foundation/org.eclipse.persistence.core.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.core.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.core.test.framework --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 103 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[88,22] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[149,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[156,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[158,36] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[260,42] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[357,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[368,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[369,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[369,30] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[370,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[371,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[372,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[373,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[374,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[34,15] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[47,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[49,29] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[74,30] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[106,44] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[115,62] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[40,80] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[44,80] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[100,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[102,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[239,80] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[242,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[244,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[34,13] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[826,44] unchecked call to insertElementAt(E,int) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[874,41] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[878,14] found raw type: java.util.Enumeration missing type arguments for generic class java.util.Enumeration [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[31,15] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[34,32] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[37,27] unchecked method invocation: method addTests in class org.eclipse.persistence.testing.framework.TestCollection is applied to given types required: java.util.Vector found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[37,28] unchecked conversion required: java.util.Vector found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[41,41] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[61,41] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[103,31] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[149,31] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[42,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[43,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[43,58] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[50,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[55,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,67] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,67] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,67] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,67] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,67] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,67] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[80,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[93,33] unchecked call to putAll(java.util.Map) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[95,16] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[99,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[118,20] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[195,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[196,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[196,30] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[199,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[203,27] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[233,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[238,20] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[1237,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[1239,28] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[2156,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[2242,54] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/NonEditableDefaultTableModel.java:[41,58] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[178,45] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[178,62] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[179,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[179,29] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[189,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[189,29] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[193,48] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[193,65] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[193,129] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[202,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[212,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[225,13] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[225,32] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[226,13] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[226,32] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[229,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[230,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[236,25] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[237,25] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[240,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[242,20] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[262,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[262,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[262,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[271,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[281,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[292,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[294,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[308,95] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[317,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[327,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[357,123] found raw type: java.util.Map missing type arguments for generic class java.util.Map [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.core.test.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.core.test.framework --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in http://www.eclipse.org/eclipselink/foundation/org.eclipse.persistence.core/apidocs/ are in named modules. [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in http://www.eclipse.org/eclipselink/foundation/org.eclipse.persistence.oracle/apidocs/ are in named modules. [WARNING] 2 warnings [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.pgsql >-------- [INFO] Building EclipseLink PostgreSQL Extension 4.0.3-SNAPSHOT [7/134] [INFO] from foundation/org.eclipse.persistence.pgsql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.pom (2.7 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.pom (2.1 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.jar (1.1 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar (224 kB at 5.5 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.pgsql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.pgsql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.pgsql --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.pgsql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/main/java/module-info.java:[17,39] requires transitive directive for an automatic module [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.pgsql --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.pgsql:jar:4.0.3-SNAPSHOT : Host org.eclipse.persistence.pgsql= for this fragment/require bundle cannot be found on the classpath [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.pgsql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.pgsql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.pgsql --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.pgsql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.pgsql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.pgsql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.pgsql --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.pgsql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.pgsql --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.pgsql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.pgsql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.pgsql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 4.0.3-SNAPSHOT [8/134] [INFO] from moxy/org.eclipse.persistence.moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.pom (11 kB at 439 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom (18 kB at 735 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom (2.8 kB at 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.3/jaxb-xjc-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.3/jaxb-xjc-4.0.3.pom (15 kB at 665 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/4.0.3/jaxb-bundles-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/4.0.3/jaxb-bundles-4.0.3.pom (1.3 kB at 59 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/4.0.3/jaxb-parent-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/4.0.3/jaxb-parent-4.0.3.pom (35 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/4.0.3/jaxb-bom-ext-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/4.0.3/jaxb-bom-ext-4.0.3.pom (3.5 kB at 139 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/4.0.3/jaxb-bom-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/4.0.3/jaxb-bom-4.0.3.pom (12 kB at 518 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom (15 kB at 634 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.3/jaxb-core-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.3/jaxb-core-4.0.3.pom (11 kB at 463 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.pom (8.0 kB at 348 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/all/2.0.2/all-2.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/all/2.0.2/all-2.0.2.pom (31 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.3/jaxb-impl-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.3/jaxb-impl-4.0.3.pom (11 kB at 456 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/5.0.0-M1/jakarta.el-5.0.0-M1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/5.0.0-M1/jakarta.el-5.0.0-M1.pom (10 kB at 452 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.1.2/jersey-common-3.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.1.2/jersey-common-3.1.2.pom (13 kB at 545 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/3.1.2/project-3.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/3.1.2/project-3.1.2.pom (109 kB at 4.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 736 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 573 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom (15 kB at 227 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom (80 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom (10 kB at 5.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom (7.0 kB at 3.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 13 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 871 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 622 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/34/jboss-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom (65 kB at 6.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom (7.3 kB at 3.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/35/oss-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom (23 kB at 7.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar (93 kB at 3.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.3/jaxb-xjc-4.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.3/jaxb-core-4.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.3/jaxb-impl-4.0.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar (155 kB at 6.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/5.0.0-M1/jakarta.el-5.0.0-M1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.3/jaxb-core-4.0.3.jar (235 kB at 8.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.1.2/jersey-common-3.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.jar (492 kB at 10 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/5.0.0-M1/jakarta.el-5.0.0-M1.jar (174 kB at 3.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.1.2/jersey-common-3.1.2.jar (1.2 MB at 15 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.3/jaxb-impl-4.0.3.jar (923 kB at 9.7 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.3/jaxb-xjc-4.0.3.jar (1.9 MB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar (68 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar (61 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar (1.3 MB at 21 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.moxy --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.moxy --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 193 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[454,23] createBinder() in org.eclipse.persistence.jaxb.JAXBContext overrides createBinder() in jakarta.xml.bind.JAXBContext return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[464,27] createBinder(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBContext overrides createBinder(java.lang.Class) in jakarta.xml.bind.JAXBContext return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[609,17] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[612,36] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[617,16] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[625,35] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[717,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[717,40] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[717,36] unchecked call to CoreAttributeGroup(java.lang.String,java.lang.Class,boolean) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[731,15] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[735,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[739,32] unchecked call to set(int,E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[744,24] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[744,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[768,15] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[770,24] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[770,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[779,20] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[779,16] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[796,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[804,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[807,87] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[840,89] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[859,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[870,101] unchecked method invocation: method getXmlBindingsFromProperties in class org.eclipse.persistence.jaxb.JAXBContextFactory is applied to given types required: java.util.Map,java.lang.ClassLoader found: java.util.Map,java.lang.ClassLoader [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[870,102] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[870,101] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[956,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[960,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[998,121] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[999,13] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1010,96] unchecked conversion required: java.util.Iterator found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1017,61] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1063,17] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1064,59] unchecked method invocation: method isAnnotationPresent in class java.lang.Class is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1064,60] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1079,65] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1113,99] unchecked method invocation: method getXmlBindingsFromProperties in class org.eclipse.persistence.jaxb.JAXBContextFactory is applied to given types required: java.util.Map,java.lang.ClassLoader found: java.util.Map,java.lang.ClassLoader [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1113,100] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1113,99] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1120,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1124,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1177,132] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1178,13] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1189,101] unchecked cast required: java.lang.Iterable found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1195,61] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1212,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1212,79] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1278,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1288,96] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1301,39] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1301,35] unchecked call to HashMap(java.util.Map) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1305,107] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1315,39] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1315,35] unchecked call to HashMap(java.util.Map) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1325,25] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1357,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1363,40] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1363,56] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1367,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1368,41] unchecked method invocation: method processXMLDescriptor in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState is applied to given types required: java.util.List,org.eclipse.persistence.internal.oxm.mappings.Descriptor,org.eclipse.persistence.internal.oxm.NamespaceResolver found: java.util.List,org.eclipse.persistence.internal.oxm.mappings.Descriptor,org.eclipse.persistence.internal.oxm.NamespaceResolver [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1368,42] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1373,48] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1373,71] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1379,13] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1385,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1391,21] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1394,21] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1400,46] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1403,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1508,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1690,85] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[152,8] class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin in exported package org.eclipse.persistence.jaxb.plugins declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[916,38] found raw type: org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple missing type arguments for generic class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[919,25] found raw type: org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple missing type arguments for generic class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ValidationXMLReader.java:[61,8] class org.eclipse.persistence.jaxb.ValidationXMLReader in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1078,61] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1115,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1125,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1358,44] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1380,40] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[2297,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBIntrospector.java:[55,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBIntrospector.java:[72,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBIntrospector.java:[73,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[98,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[517,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.JavaTypes in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[577,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlEnums in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[637,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlRegistries in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/JavaType.java:[83,8] class org.eclipse.persistence.jaxb.xmlmodel.JavaType in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/JavaType.java:[713,19] class org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlProperties.java:[59,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlProperties.java:[115,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlSchema.java:[64,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlSchema.java:[231,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[320,51] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.TypeInfo is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[320,72] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[322,51] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.TypeInfo is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[322,73] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[444,109] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[501,18] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[744,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[744,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[814,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[814,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[898,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[898,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1065,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1065,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1274,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1274,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1331,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1331,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1383,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1383,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1435,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1435,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1529,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1529,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1599,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1599,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1601,52] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,49] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,45] unchecked call to ArrayList(java.util.Collection) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,31] unchecked method invocation: method put in interface java.util.Map is applied to given types required: K,V found: java.lang.String,java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,45] unchecked conversion required: V found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1696,33] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1702,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1937,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1938,51] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1955,66] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1955,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1956,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1963,24] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2235,21] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2235,69] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2237,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2240,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2241,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2245,46] unchecked method invocation: method add in interface java.util.List is applied to given types required: E found: jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2245,47] unchecked conversion required: E found: jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:[73,8] class org.eclipse.persistence.jaxb.JAXBContextFactory in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:[218,59] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[33,8] class org.eclipse.persistence.jaxb.TypeMappingInfo in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[41,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[128,12] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[137,34] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,23] getAdapter(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBMarshaller implements getAdapter(java.lang.Class) in jakarta.xml.bind.Marshaller return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[163,47] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[234,44] unchecked call to setItem(ITEM) as a member of the raw type org.eclipse.persistence.internal.jaxb.many.ManyValue [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,34] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,12] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[243,9] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[421,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[440,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[451,60] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[556,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[569,64] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[596,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[621,13] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[622,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[622,32] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[624,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[629,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[629,32] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[631,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[651,32] found raw type: org.eclipse.persistence.oxm.JSONWithPadding missing type arguments for generic class org.eclipse.persistence.oxm.JSONWithPadding [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[651,28] unchecked call to JSONWithPadding(T,java.lang.String) as a member of the raw type org.eclipse.persistence.oxm.JSONWithPadding [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[662,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[673,64] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[685,46] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[701,48] unchecked call to setItem(ITEM) as a member of the raw type org.eclipse.persistence.internal.jaxb.many.ManyValue [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[721,38] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[769,40] found raw type: org.eclipse.persistence.oxm.record.MarshalRecord missing type arguments for generic class org.eclipse.persistence.oxm.record.MarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[776,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[785,40] found raw type: org.eclipse.persistence.oxm.record.MarshalRecord missing type arguments for generic class org.eclipse.persistence.oxm.record.MarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[789,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[799,60] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[810,28] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[810,45] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[811,9] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[813,26] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[816,19] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[820,28] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[851,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[901,71] unchecked method invocation: constructor in class org.eclipse.persistence.internal.oxm.record.namespaces.MapNamespacePrefixMapper is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[901,100] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/BeanValidationHelper.java:[140,12] class org.eclipse.persistence.jaxb.BeanValidationHelper.ConstraintsDetectorService in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[180,12] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[182,9] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[200,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[207,50] unchecked call to setNamespaceResolver(NAMESPACE_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[222,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[233,54] unchecked call to setNamespaceResolver(NAMESPACE_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[1025,23] getAdapter(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements getAdapter(java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[648,24] unmarshal(javax.xml.stream.XMLEventReader,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.stream.XMLEventReader,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[449,24] unmarshal(javax.xml.stream.XMLStreamReader,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.stream.XMLStreamReader,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[345,24] unmarshal(javax.xml.transform.Source,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.transform.Source,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[314,24] unmarshal(org.w3c.dom.Node,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(org.w3c.dom.Node,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[246,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[262,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[267,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[270,37] unchecked call to setValue(T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[283,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[314,45] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[314,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[345,49] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[345,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[358,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[369,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[383,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[390,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[390,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[390,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[405,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[410,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[420,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[425,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[425,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[425,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[429,21] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[431,73] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[432,41] unchecked call to setValue(T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[449,64] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[449,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[457,17] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[457,71] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[457,67] unchecked call to PrimitiveContentHandler(java.lang.Class) as a member of the raw type org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[463,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[466,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[466,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[466,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[477,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[491,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[498,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[498,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[498,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[514,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[516,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[523,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[528,21] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[528,85] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[528,81] unchecked call to PrimitiveArrayContentHandler(java.lang.Class,java.lang.Class,boolean) as a member of the raw type org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[543,60] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[545,48] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[564,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[575,28] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[575,24] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[590,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[600,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.moxy:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.moxy --- [INFO] Copying 2413 resources from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2779 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/module-info.java:[29,14] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelementref/JavacTask.java:[23,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelementref.JavacTask overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Melon.java:[26,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Melon overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/BaseType.java:[30,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap7Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap7Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap7.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap7 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/Bar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/events/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.events.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/AppleRef.java:[25,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.AppleRef overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Apple.java:[26,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Apple overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnullpolicy/Employee.java:[34,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnullpolicy.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/compositecollection/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.compositecollection.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltransient/inheritance/Person.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltransient.inheritance.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/none/ValidParent.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.none.ValidParent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/none/ValidChild.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.none.ValidChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/xsitype/Customer.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.xsitype.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/schemagen/imports/inheritance/parent/Parent.java:[20,8] Class org.eclipse.persistence.testing.jaxb.schemagen.imports.inheritance.parent.Parent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/schemagen/imports/inheritance/child/Child.java:[24,8] Class org.eclipse.persistence.testing.jaxb.schemagen.imports.inheritance.child.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/cdata/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.cdata.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubDataNT.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Owner.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Owner overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Owned.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Owned overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList8ChildRoot.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList8ChildRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList8Impl.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList8Impl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/attribute/AddressNoRoot.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.attribute.AddressNoRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubType.java:[21,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubTypeLevel2.java:[20,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubTypeLevel2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/EmptyElementObjectRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.EmptyElementObjectRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/qname/Root.java:[27,8] Class org.eclipse.persistence.testing.jaxb.qname.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Company.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/cyclic/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.cyclic.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmljoinnode/AtnEmployee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmljoinnode.AtnEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Mapped.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Mapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/InvalidEmployee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.InvalidEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/qualified/DefaultNamespaceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.qualified.DefaultNamespaceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/EmployeeSingle.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.EmployeeSingle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootNull.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootNull overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/ChildNull.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.ChildNull overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/classoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.classoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Customer.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Root.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.nills.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/Address.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/Person.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/XmlInverseRefWithWrapperTestCases.java:[64,20] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.XmlInverseRefWithWrapperTestCases.PersonWithWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/XmlInverseRefWithWrapperTestCases.java:[114,20] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.XmlInverseRefWithWrapperTestCases.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/classlevel/MyClass.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.classlevel.MyClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/classlevel/MyCalendar.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.classlevel.MyCalendar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/unqualified/ComplexType.java:[68,19] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.unqualified.ComplexType.TestLocal overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/unqualified/ComplexType.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.unqualified.ComplexType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/ComplexValue.java:[17,8] Class org.eclipse.persistence.testing.jaxb.map.ComplexValue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/factory/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.factory.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/noarg/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.noarg.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/noarg/Something.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.noarg.Something overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/unset/Address.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.unset.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyattribute/XmlAnyAttributeSubTypeMapModel.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyattribute.XmlAnyAttributeSubTypeMapModel overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/classlevel/ClassA.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.classlevel.ClassA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/classlevel/ClassB.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.classlevel.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/MelonRef.java:[25,1] Class org.eclipse.persistence.testing.jaxb.idresolver.MelonRef overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/Foos.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementref.Foos overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/Bar.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementref.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlenum/EmployeeDepartmentArray.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlenum.EmployeeDepartmentArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/factory/EmployeeWithFactoryMethod.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.factory.EmployeeWithFactoryMethod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/unqualified/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.unqualified.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance2/Customer.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance2.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance2/ContactInfo.java:[18,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance2.ContactInfo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlenum/EmployeeMapDepartmentKey.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlenum.EmployeeMapDepartmentKey overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Melon.java:[26,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Melon overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementwrapper/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementwrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlpath/TestObjectToElementWithXmlAttribute.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlpath.TestObjectToElementWithXmlAttribute overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelements/Link.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlelements.Link overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/jaxbcontext/sessioneventlistener/AddressAddedByEvent.java:[17,8] Class org.eclipse.persistence.testing.jaxb.jaxbcontext.sessioneventlistener.AddressAddedByEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/prefix3/Other.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.prefix3.Other overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlattachmentref/RootObject.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlattachmentref.RootObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/classloader/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/classloader/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/classloader/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/Address.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/TypeSafeEnumConverterTestCases.java:[58,47] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/TypeSafeEnumConverterTestCases.java:[79,47] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/TypeSafeEnumConverterTestCases.java:[101,47] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceChild.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap1Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap1Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/list/FooWithBars.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.list.FooWithBars overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/PropertyRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/object/Whitespace.java:[30,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.object.Whitespace overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap5Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap5Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelements/CustomerPredicate.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelements.CustomerPredicate overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap6Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap6Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap6.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap6 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/ParkingLot.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlclassextractor.ParkingLot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltransient/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltransient.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/multiplepackage/packagea/ClassA.java:[21,8] Class org.eclipse.persistence.testing.jaxb.multiplepackage.packagea.ClassA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/objectlist/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.objectlist.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathCompany.java:[27,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathCompany overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathEmployee.java:[26,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Team.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance1/Customer.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance1.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance1/ContactInfo.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance1.ContactInfo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootNoAnnotations.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootNoAnnotations overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Thing.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Thing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/BaseTypeWithRootElement.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.BaseTypeWithRootElement overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/SubTypeParentRootOnly.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.SubTypeParentRootOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/simple/Simple.java:[19,8] Class org.eclipse.persistence.testing.jaxb.inheritance.simple.Simple overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/simple/Complex.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.simple.Complex overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/EmployeeSingle.java:[28,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.EmployeeSingle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/RootComplex.java:[28,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.RootComplex overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap4Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap4Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap3.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap3 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/twopackages/a/A.java:[23,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.twopackages.a.A overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/twopackages/b/B.java:[19,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.twopackages.b.B overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/multiline/MultiBean.java:[21,8] Class org.eclipse.persistence.testing.jaxb.json.multiline.MultiBean overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xsitype/Foo.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xsitype.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/substitution/Person.java:[53,8] Class org.eclipse.persistence.testing.jaxb.substitution.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Client.java:[28,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Client overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/PhoneNumber.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/javaclassoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.javaclassoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/objectreference/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.objectreference.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList1Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList1Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/nil/MaskFormatEntry.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.nil.MaskFormatEntry overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/AddressInterfaces.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.AddressInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/EmployeeWithElementsInterfaces.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.EmployeeWithElementsInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschematype/EmployeeDate.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlschematype.EmployeeDate overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/AnyCollectionRoot.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.AnyCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/adapters/ClassB.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.adapters.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/inputsource/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.inputsource.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/Vehicle.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlclassextractor.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmldiscriminator/Car.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmldiscriminator.Car overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlattribute/ObjectRoot.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlattribute.ObjectRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlaccessororder/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlaccessororder.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithXmlRootElementRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Parent.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Parent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlinlinebinarydata/MyDataPropertyAnnotation.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlinlinebinarydata.MyDataPropertyAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmltype/proporder/TransientRoot.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmltype.proporder.TransientRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/RootWrapper.java:[28,8] Class org.eclipse.persistence.testing.jaxb.map.RootWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/CDNPriceNoAnnotation.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlvalue.CDNPriceNoAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/interfaces/choice/MyObject.java:[24,8] Class org.eclipse.persistence.testing.jaxb.interfaces.choice.MyObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/choice/Foo.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.choice.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/bindings/Address.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.bindings.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/bindings/Person.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.bindings.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/nulls/Child.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.nulls.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/DequeHolder.java:[37,8] Class org.eclipse.persistence.testing.jaxb.collections.DequeHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/ReferencedObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.collections.ReferencedObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/ThingSetOnly.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.ThingSetOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/ClassWithInnerClass.java:[21,19] Class org.eclipse.persistence.testing.jaxb.listofobjects.ClassWithInnerClass.MyInner overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/FruitOrder.java:[24,8] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.FruitOrder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlrootelement/EmployeeNoNamespace.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlrootelement.EmployeeNoNamespace overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/xmlvalue/Person.java:[23,8] Class org.eclipse.persistence.testing.jaxb.json.xmlvalue.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/xmlvalue/Address.java:[21,8] Class org.eclipse.persistence.testing.jaxb.json.xmlvalue.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/xmlvalue/PhoneNumber.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.xmlvalue.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/defaultns/singleemptyprefix/Person.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.defaultns.singleemptyprefix.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlreadonly.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelements/Foo.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelements.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Item.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Item overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/nomappings/SomeClass.java:[20,8] Class org.eclipse.persistence.testing.jaxb.nomappings.SomeClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfSource.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfSource overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfTarget.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfTarget overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Contact.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Contact overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyattribute/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/file/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.file.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Animal.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Animal overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Dog.java:[20,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Dog overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/EmployeeArray.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/AddressArray.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.AddressArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/PhoneNumberArray.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.PhoneNumberArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/multiplepackage/packageb/ClassB.java:[23,8] Class org.eclipse.persistence.testing.jaxb.multiplepackage.packageb.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ReferenceChild.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/PhoneNumberWithAtts.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.PhoneNumberWithAtts overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Phone.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Email.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Email overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/PropertyBar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.PropertyBar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelement/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/unmarshaller/DefaultValueRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.unmarshaller.DefaultValueRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/composite/MyMap.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.composite.MyMap overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap2Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap2Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinlinebinarydata/HexRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinlinebinarydata.HexRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs/FooImplNoAnnotations.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs.FooImplNoAnnotations overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Unmapped.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Unmapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/UnmappedTwo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.UnmappedTwo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/xmllocation/SubDataNT.java:[22,8] Class org.eclipse.persistence.testing.jaxb.sun.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/CDNPricesNoAnnotation.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlvalue.CDNPricesNoAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/multiplebindings/simple/Phone.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.multiplebindings.simple.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithoutXmlRootElementRoot.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithoutXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/OverrideAllRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.OverrideAllRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/PositionalRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PositionalRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/domhandler/Root.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.domhandler.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/integer/Bottom.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.integer.Bottom overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/cycle/Email.java:[17,8] Class org.eclipse.persistence.testing.jaxb.cycle.Email overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootWrapper.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/OtherThing.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.OtherThing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/Foo.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/xml/TestClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.xml.TestClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/BaseType.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/SubTypeWithRootElementNoParentRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.SubTypeWithRootElementNoParentRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlaccessmethods/Employee.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlaccessmethods.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolderNillable.java:[34,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolderNillable overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlregistry/FooBar.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlregistry.FooBar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/ChildClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.ChildClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/elementref/TransactionAdd.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.elementref.TransactionAdd overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/innerclasses/UnmappedInnerClassRoot.java:[20,8] Class org.eclipse.persistence.testing.jaxb.innerclasses.UnmappedInnerClassRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/unmappable/package1/Container.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.unmappable.package1.Container overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/unmappable/package2/Unmappable.java:[15,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.unmappable.package2.Unmappable overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Parent.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Parent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Child.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/FruitOrder.java:[24,8] Class org.eclipse.persistence.testing.jaxb.idresolver.FruitOrder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/ChoiceCollectionRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.ChoiceCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/EmployeeArray.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/id/BImpl.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.id.BImpl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/XmlLocationNonTransientTestCases.java:[67,13] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationNonTransientTestCases.TestLocator overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/externalizedmetadata/Company.java:[20,8] Class org.eclipse.persistence.testing.jaxb.listofobjects.externalizedmetadata.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/RootWithCollection.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.RootWithCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/innerclasses/notincontext/TestObjectWrapper.java:[20,8] Class org.eclipse.persistence.testing.jaxb.innerclasses.notincontext.TestObjectWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/innerclasses/notincontext/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.innerclasses.notincontext.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/NormalizedStringRoot.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.NormalizedStringRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/list/FooWithBar.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.list.FooWithBar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/PositionalRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PositionalRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/dot/Person.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.dot.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/OverrideSequenceRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.OverrideSequenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Child.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubData.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubData overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/binarydatacollection/MyData.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.binarydatacollection.MyData overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/type/model/Person.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.type.model.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/type/model/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.type.model.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlpath/TestObjectToAttribute.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlpath.TestObjectToAttribute overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/objectgraph/Address.java:[29,8] Class org.eclipse.persistence.testing.jaxb.objectgraph.Address overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/XmlAdapterCompositeCollectionTestCases.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/JSONTestCases.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/JSONTestCases.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire:3.1.2:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.moxy --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.moxy --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [INFO] Building EclipseLink JPA 4.0.3-SNAPSHOT [9/134] [INFO] from jpa/org.eclipse.persistence.jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.13/ant-1.10.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.13/ant-1.10.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.13/ant-1.10.13.pom (17 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.10.13/ant-parent-1.10.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.13/ant-parent-1.10.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.13/ant-parent-1.10.13.pom (6.6 kB at 729 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.pom (3.2 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.13/ant-1.10.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.13/ant-1.10.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.13/ant-1.10.13.jar (2.3 MB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.jar (21 kB at 824 kB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa --- [INFO] Copying 15 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa --- [WARNING] Can't extract module name from ant-launcher-1.10.13.jar: allow.class found in top-level directory (unnamed package not allowed in module) [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 567 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[310,40] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[380,71] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[467,63] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[481,68] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[502,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[520,31] unchecked method invocation: constructor in class java.util.HashMap is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[520,45] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[520,31] unchecked conversion required: java.util.Map found: java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[599,113] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[622,37] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[665,99] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[817,36] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1194,109] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1201,32] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1223,13] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1223,38] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1245,48] unchecked cast required: jakarta.persistence.TypedQuery found: jakarta.persistence.Query [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1281,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1323,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1453,94] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1463,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1467,32] unchecked method invocation: method apply in class org.eclipse.persistence.internal.jpa.QueryHintsHandler is applied to given types required: java.util.Map,org.eclipse.persistence.queries.DatabaseQuery,java.lang.ClassLoader,org.eclipse.persistence.internal.sessions.AbstractSession found: java.util.Map,org.eclipse.persistence.queries.ReadObjectQuery,java.lang.ClassLoader,org.eclipse.persistence.internal.sessions.AbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1467,33] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1475,65] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1509,24] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1629,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1643,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1675,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1690,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1705,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1723,13] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1726,32] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1749,48] unchecked cast required: jakarta.persistence.TypedQuery found: jakarta.persistence.Query [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2063,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2106,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2108,27] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2110,70] unchecked method invocation: method setProperties in class org.eclipse.persistence.internal.sessions.AbstractSession is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2110,71] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2304,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2312,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2326,91] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2893,46] unchecked cast required: T found: org.eclipse.persistence.sessions.UnitOfWork [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2895,28] unchecked cast required: T found: org.eclipse.persistence.internal.jpa.EntityManagerImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2897,51] unchecked cast required: T found: org.eclipse.persistence.internal.sessions.AbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2899,51] unchecked cast required: T found: org.eclipse.persistence.internal.sessions.DatabaseSessionImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2901,49] unchecked cast required: T found: org.eclipse.persistence.sessions.server.ServerSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2903,49] unchecked cast required: T found: org.eclipse.persistence.sessions.broker.SessionBroker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2925,32] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2927,70] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2936,54] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2942,70] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2950,64] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3010,30] found raw type: jakarta.persistence.criteria.CriteriaUpdate missing type arguments for generic class jakarta.persistence.criteria.CriteriaUpdate [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3013,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3021,30] found raw type: jakarta.persistence.criteria.CriteriaDelete missing type arguments for generic class jakarta.persistence.criteria.CriteriaDelete [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3024,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3047,12] found raw type: jakarta.persistence.EntityGraph missing type arguments for generic class jakarta.persistence.EntityGraph [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3053,20] found raw type: org.eclipse.persistence.internal.jpa.EntityGraphImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EntityGraphImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3057,12] found raw type: jakarta.persistence.EntityGraph missing type arguments for generic class jakarta.persistence.EntityGraph [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3062,20] found raw type: org.eclipse.persistence.internal.jpa.EntityGraphImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EntityGraphImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/HashPartitioningMetadata.java:[64,36] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/HashPartitioningMetadata.java:[64,37] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[748,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[1682,40] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/ReplicationPartitioningMetadata.java:[64,36] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/ReplicationPartitioningMetadata.java:[64,37] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[222,9] found raw type: org.eclipse.persistence.mappings.converters.ConverterClass missing type arguments for generic class org.eclipse.persistence.mappings.converters.ConverterClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[222,45] found raw type: org.eclipse.persistence.mappings.converters.ConverterClass missing type arguments for generic class org.eclipse.persistence.mappings.converters.ConverterClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[87,15] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,62] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,58] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,57] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,58] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[413,30] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[413,26] unchecked call to EntityListener(java.lang.Class,java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[416,48] unchecked method invocation: method convertToSerializableMethods in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder is applied to given types required: java.util.Map> found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[416,78] unchecked conversion required: java.util.Map> found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListener.java:[374,25] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/VariableOneToOneAccessor.java:[151,106] unchecked cast required: java.util.List found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[136,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[384,122] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[417,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[441,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,89] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,85] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,84] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,85] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[486,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/ArchiveFactory.java:[37,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/ArchiveFactory.java:[45,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[92,89] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[99,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[107,90] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[111,31] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[199,19] getPKClassInstance() in org.eclipse.persistence.internal.jpa.CMP3Policy overrides getPKClassInstance() in org.eclipse.persistence.descriptors.CMPPolicy return type requires unchecked conversion from java.lang.Object to T [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[366,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[366,36] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,66] found raw type: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,61] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,62] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,59] found raw type: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,55] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,61] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedGetValueFromField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,62] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedGetValueFromField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedSetValueInField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,55] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedSetValueInField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[40,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[48,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[83,54] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[99,72] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaEntityManager.java:[140,102] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[134,84] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[143,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[151,83] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[155,83] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[159,83] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[168,75] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[172,75] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[195,65] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[199,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[203,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[219,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[246,62] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[327,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[327,28] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[339,16] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[354,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[381,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[388,22] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[393,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[500,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[549,76] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[630,64] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[651,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[651,45] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Properties [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[651,46] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[666,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[666,113] unchecked method invocation: method getPropertyOverrides in interface org.eclipse.persistence.jpa.metadata.MetadataSource is applied to given types required: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog found: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[666,114] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[669,65] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[669,66] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[669,86] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,71] unchecked method invocation: method storeProject in interface org.eclipse.persistence.jpa.metadata.ProjectCache is applied to given types required: org.eclipse.persistence.sessions.Project,java.util.Map,org.eclipse.persistence.logging.SessionLog found: org.eclipse.persistence.sessions.Project,java.util.Map,org.eclipse.persistence.logging.SessionLog [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,99] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[748,51] unchecked method invocation: method setProperties in class org.eclipse.persistence.internal.sessions.AbstractSession is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[748,52] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1006,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1057,141] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1062,123] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1106,39] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1134,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1208,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1231,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1297,35] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1426,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1434,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1455,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,58] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,54] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,53] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,54] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1488,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1500,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1501,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1502,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1586,74] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1587,87] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1690,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1701,97] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1735,78] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1765,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1772,48] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Properties [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1772,49] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1838,75] unchecked method invocation: method retrieveProject in interface org.eclipse.persistence.jpa.metadata.ProjectCache is applied to given types required: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog found: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1838,76] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2023,37] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor is applied to given types required: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor found: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2023,202] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2168,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2172,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2190,52] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2205,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2205,15] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2207,29] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Properties [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2207,30] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2220,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2359,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2378,56] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2388,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2420,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2434,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2498,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2502,14] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2503,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2605,64] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2631,71] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2654,61] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2797,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2859,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2863,21] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2956,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2979,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2985,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2987,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2989,20] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3022,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3023,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3028,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3030,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3119,53] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3178,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3204,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3230,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3278,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3302,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3331,38] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3340,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3349,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3366,43] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3383,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3396,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3410,39] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3435,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3441,58] ANTLR in org.eclipse.persistence.config.ParserType has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3457,55] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3475,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3493,43] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3514,54] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3533,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3549,53] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3566,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3598,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3614,39] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3628,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3638,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3648,43] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3665,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3682,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3696,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3708,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3720,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3737,47] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3750,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3763,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3774,70] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3785,62] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3796,89] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3807,92] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3818,73] found raw type: java.util.Map missing type arguments for generic class java.util.Map [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.jpa:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >-- [INFO] Building EclipseLink JPA Test Framework 4.0.3-SNAPSHOT [10/134] [INFO] from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.pom (19 kB at 716 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar (62 kB at 2.6 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[510,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[523,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[532,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[564,78] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[572,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[580,92] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[584,92] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[592,35] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[620,47] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl is applied to given types required: java.lang.String,java.util.Map,java.util.List found: java.lang.String,java.util.Map,java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[620,97] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[636,57] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[36,22] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[55,26] unchecked method invocation: method putAll in interface java.util.Map is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[55,46] unchecked conversion required: java.util.Map found: java.util.Map [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in http://www.eclipse.org/eclipselink/foundation/org.eclipse.persistence.core/apidocs/ are in named modules. [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in http://www.eclipse.org/eclipselink/jpa/org.eclipse.persistence.jpa/apidocs/ are in named modules. [WARNING] 2 warnings [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 4.0.3-SNAPSHOT [11/134] [INFO] from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/module-info.java:[26,13] module not found: eclipselink [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/java/module-info.java:[16,14] requires directive for an automatic module [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire:3.1.2:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-jpa-modelgen-jpms) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpars.server >---- [INFO] Building EclipseLink JPA-RS Server 4.0.3-SNAPSHOT [12/134] [INFO] from jpa/org.eclipse.persistence.jpars.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyclient/10.15.2.0/derbyclient-10.15.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.15.2.0/derbyclient-10.15.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.15.2.0/derbyclient-10.15.2.0.pom (2.5 kB at 25 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derby-project/10.15.2.0/derby-project-10.15.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby-project/10.15.2.0/derby-project-10.15.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby-project/10.15.2.0/derby-project-10.15.2.0.pom (6.0 kB at 98 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyshared/10.15.2.0/derbyshared-10.15.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyshared/10.15.2.0/derbyshared-10.15.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyshared/10.15.2.0/derbyshared-10.15.2.0.pom (2.2 kB at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyclient/10.15.2.0/derbyclient-10.15.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyshared/10.15.2.0/derbyshared-10.15.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.15.2.0/derbyclient-10.15.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.15.2.0/derbyclient-10.15.2.0.jar (601 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyshared/10.15.2.0/derbyshared-10.15.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyshared/10.15.2.0/derbyshared-10.15.2.0.jar (94 kB at 1.5 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpars.server --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpars.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpars.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 122 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[44,8] class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[47,8] class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder in exported package org.eclipse.persistence.jpa.rs.features.paging declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[68,46] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[419,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[421,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1181,55] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[83,43] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[227,60] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[59,8] class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/ItemLinksBuilder.java:[31,14] class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/xmladapters/RestCollectionAdapter.java:[112,13] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:[47,8] class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureSetPreV2.java:[48,8] class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2 in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/ReservedWords.java:[22,8] class org.eclipse.persistence.jpa.rs.ReservedWords in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractSingleResultQueryResource.java:[44,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/SingleResultQueryResource.java:[39,8] class org.eclipse.persistence.jpa.rs.resources.SingleResultQueryResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractQueryResource.java:[54,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/QueryResource.java:[43,8] class org.eclipse.persistence.jpa.rs.resources.QueryResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/QueryList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/MatrixParameters.java:[17,8] class org.eclipse.persistence.jpa.rs.MatrixParameters in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[51,18] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[56,18] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[91,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[95,36] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[99,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[103,37] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[54,8] class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder in exported package org.eclipse.persistence.jpa.rs.features.core.selflinks declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[71,8] class org.eclipse.persistence.jpa.rs.resources.MetadataResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java:[333,81] unchecked cast required: java.lang.Class> found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java:[349,81] unchecked cast required: java.lang.Class> found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceResource.java:[58,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/PersistenceResource.java:[47,8] class org.eclipse.persistence.jpa.rs.resources.PersistenceResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/ConcreteSubclassFactory.java:[49,36] unchecked call to getConstructor(java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/QueryParameters.java:[17,8] class org.eclipse.persistence.jpa.rs.QueryParameters in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[41,8] class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/xmladapters/ReferenceAdapterV2.java:[129,23] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[65,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[46,8] class org.eclipse.persistence.jpa.rs.resources.EntityResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/LinkList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/SystemDefaults.java:[17,8] class org.eclipse.persistence.jpa.rs.SystemDefaults in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureSetV2.java:[51,8] class org.eclipse.persistence.jpa.rs.features.FeatureSetV2 in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpars.server --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.jpars.server:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars.server --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpars.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpars.server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpars.server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars.server --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars.server --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars.server --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpars.server --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpars.server --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars.server --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars.server --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpars.server --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [INFO] Building EclipseLink JPA-RS 4.0.3-SNAPSHOT [13/134] [INFO] from jpa/org.eclipse.persistence.jpars/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-failsafe-plugin/3.1.2/maven-failsafe-plugin-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.1.2/maven-failsafe-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.1.2/maven-failsafe-plugin-3.1.2.pom (10 kB at 934 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-failsafe-plugin/3.1.2/maven-failsafe-plugin-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.1.2/maven-failsafe-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.1.2/maven-failsafe-plugin-3.1.2.jar (54 kB at 4.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom (9.3 kB at 82 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar (26 kB at 207 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.1.2/jersey-client-3.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.1.2/jersey-client-3.1.2.pom (6.8 kB at 282 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.1.2/jersey-client-3.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.1.2/jersey-client-3.1.2.jar (310 kB at 11 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpars --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpars --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpars --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpars --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpars --- [INFO] Copying 32 resources from src/it/resources to target/test-classes [INFO] Copying 32 resources from src/it/resources to target/test-classes [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] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpars --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 77 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpars --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derby/10.15.2.0/derby-10.15.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.15.2.0/derby-10.15.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.15.2.0/derby-10.15.2.0.pom (2.5 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbynet/10.15.2.0/derbynet-10.15.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.15.2.0/derbynet-10.15.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.15.2.0/derbynet-10.15.2.0.pom (2.9 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbytools/10.15.2.0/derbytools-10.15.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbytools/10.15.2.0/derbytools-10.15.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbytools/10.15.2.0/derbytools-10.15.2.0.pom (2.4 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 233 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 272 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 916 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 946 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 3.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 5.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 3.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 286 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 5.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 207 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 431 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derby/10.15.2.0/derby-10.15.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbynet/10.15.2.0/derbynet-10.15.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbytools/10.15.2.0/derbytools-10.15.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.15.2.0/derby-10.15.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.15.2.0/derby-10.15.2.0.jar (3.7 MB at 28 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.15.2.0/derbynet-10.15.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbytools/10.15.2.0/derbytools-10.15.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 8.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 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-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 1.9 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.5/maven-model-builder-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 8.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.5/maven-aether-provider-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 498 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 12 MB/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/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 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-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 905 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.15.2.0/derbynet-10.15.2.0.jar (287 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 850 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbytools/10.15.2.0/derbytools-10.15.2.0.jar (264 kB at 3.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 21 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 3.1 MB/s) [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpars --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------ [INFO] Building EclipseLink Core Test 4.0.3-SNAPSHOT [14/134] [INFO] from foundation/eclipselink.core.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.1.2:integration-test (clear-database)' [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (2.9 kB at 128 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (2.6 kB at 238 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 86 kB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.core.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.core.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core.test --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core.test --- [INFO] Copying 40 resources from src/it/resources to target/test-classes [INFO] Copying 2 resources from src/it/resources-utf16 to target/test-classes [INFO] Copying 40 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.core.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2806 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyHollywoodAgent.java:[28,8] Class org.eclipse.persistence.testing.models.readonly.ReadOnlyHollywoodAgent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyCharity.java:[27,8] Class org.eclipse.persistence.testing.models.readonly.ReadOnlyCharity overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Address.java:[21,8] Class org.eclipse.persistence.testing.models.readonly.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Country.java:[21,8] Class org.eclipse.persistence.testing.models.readonly.Country overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/HollywoodAgent.java:[25,8] Class org.eclipse.persistence.testing.models.readonly.HollywoodAgent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/simultaneous/TestExecutorWithClientSession.java:[254,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[235,32] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[192,23] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[142,32] getUnicodeStream(int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[111,23] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/domain/Child.java:[22,8] Class org.eclipse.persistence.testing.models.employee.domain.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Phone.java:[22,8] Class org.eclipse.persistence.testing.models.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerRemoteModel.java:[82,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/onetoonejointable/Child.java:[22,8] Class org.eclipse.persistence.testing.models.onetoonejointable.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/returning/model/Class1.java:[19,8] Class org.eclipse.persistence.testing.tests.returning.model.Class1 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Employee.java:[26,8] Class org.eclipse.persistence.testing.models.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Address.java:[24,8] Class org.eclipse.persistence.testing.models.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMIServerManagerController.java:[59,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Charity.java:[25,8] Class org.eclipse.persistence.testing.models.readonly.Charity overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedStatement.java:[211,17] setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/domain/Employee.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/domain/Employee.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (asm-eclipselink-test) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (asm-ow2-test) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (clear-database) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-core-srg) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-core-lrg) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >-------- [INFO] Building EclipseLink CORBA Extension 4.0.3-SNAPSHOT [15/134] [INFO] from foundation/org.eclipse.persistence.corba/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom (14 kB at 544 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom (35 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 512 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.jar (73 kB at 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 759 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 3.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 5.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.pom (4.6 kB at 201 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba/4.2.4/glassfish-corba-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba/4.2.4/glassfish-corba-4.2.4.pom (18 kB at 769 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.pom (6.3 kB at 275 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.pom (3.2 kB at 144 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.pom (2.5 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom (11 kB at 448 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom (8.5 kB at 369 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom (10 kB at 718 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom (10 kB at 593 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom (3.5 kB at 167 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom (3.7 kB at 308 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom (5.2 kB at 237 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom (3.3 kB at 171 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom (3.6 kB at 181 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom (5.4 kB at 237 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom (21 kB at 811 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.pom (2.8 kB at 124 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom (5.3 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom (3.6 kB at 155 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom (13 kB at 189 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar (1.4 MB at 5.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar (1.7 MB at 22 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar (210 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.jar (21 kB at 157 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar (340 kB at 2.5 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar (96 kB at 639 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar (42 kB at 277 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 98 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar (118 kB at 615 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar (205 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar (71 kB at 7.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar (49 kB at 4.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar (45 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar (358 kB at 17 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.corba --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.corba --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.corba --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 33 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:[30,59] class javax.rmi.PortableRemoteObject in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[84,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[102,35] unchecked method invocation: method setObjectDescriptors in class org.eclipse.persistence.internal.sessions.remote.Transporter is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[102,36] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[37,44] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[44,101] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[51,45] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[74,107] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[106,52] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[27,91] class org.omg.CORBA.portable.ObjectImpl in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[27,166] interface org.omg.CORBA.portable.InvokeHandler in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,34] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,93] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,132] interface org.omg.CORBA.portable.ResponseHandler in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionController.java:[25,108] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionController.java:[25,139] interface org.omg.CORBA.portable.IDLEntity in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[178,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[205,135] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[205,71] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[205,131] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[283,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[398,61] found raw type: org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder missing type arguments for generic class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[437,81] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[716,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[716,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[716,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[748,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[748,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[748,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[34,55] class javax.rmi.CORBA.Stub in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[770,118] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[1438,137] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:[108,57] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/sun/SunCORBATransportManager.java:[58,48] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[25,88] interface org.omg.CORBA.portable.Streamable in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[46,25] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[37,64] class org.omg.CORBA_2_3.portable.ObjectImpl in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[37,86] interface javax.rmi.CORBA.Tie in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,12] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,48] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,65] interface org.omg.CORBA.portable.ResponseHandler in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,95] class org.omg.CORBA.SystemException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[325,12] class org.omg.CORBA.ORB in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[330,21] class org.omg.CORBA.ORB in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[340,118] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[368,25] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[378,137] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterDefaultFactory.java:[26,73] interface org.omg.CORBA.portable.ValueFactory in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterDefaultFactory.java:[35,70] class org.omg.CORBA_2_3.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[25,78] class org.omg.CORBA.portable.ObjectImpl in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[34,68] class org.omg.CORBA.portable.Delegate in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[34,44] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[41,119] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[47,45] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[58,125] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[62,52] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[66,118] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[25,71] interface org.omg.CORBA.portable.Streamable in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[46,25] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[134,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,135] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,71] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,131] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[267,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[332,61] found raw type: org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder missing type arguments for generic class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[360,81] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.corba --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:4.0.3-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:4.0.3-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.corba --- [INFO] Copying 2 resources from src/it/resources to target/test-classes [INFO] Copying 2 resources from src/it/resources to target/test-classes [INFO] [INFO] --- exec:3.1.0:exec (start-corba-server) @ org.eclipse.persistence.corba --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 3.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 3.9 MB/s) [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.corba --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIServerManagerController.java:[100,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIIIOPRemoteModel.java:[44,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/suncorba/_CORBAServerManagerImplBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/suncorba/_CORBAServerManagerImplBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.corba --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- antrun:3.1.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 4.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 3.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 66 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 90 MB/s) [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (clear-database) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-corba) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.corba --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [INFO] Building EclipseLink Extension 4.0.3-SNAPSHOT [16/134] [INFO] from foundation/org.eclipse.persistence.extension/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom (2.7 kB at 180 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom (17 kB at 551 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgroups/jgroups/5.2.14.Final/jgroups-5.2.14.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.14.Final/jgroups-5.2.14.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.14.Final/jgroups-5.2.14.Final.pom (21 kB at 213 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/byteman/byteman-bmunit/4.0.20/byteman-bmunit-4.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-bmunit/4.0.20/byteman-bmunit-4.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-bmunit/4.0.20/byteman-bmunit-4.0.20.pom (8.1 kB at 128 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/byteman/byteman-root/4.0.20/byteman-root-4.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-root/4.0.20/byteman-root-4.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-root/4.0.20/byteman-root-4.0.20.pom (22 kB at 380 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/byteman/byteman/4.0.20/byteman-4.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.20/byteman-4.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.20/byteman-4.0.20.pom (4.5 kB at 72 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/byteman/byteman-submit/4.0.20/byteman-submit-4.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-submit/4.0.20/byteman-submit-4.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-submit/4.0.20/byteman-submit-4.0.20.pom (2.3 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/byteman/byteman-install/4.0.20/byteman-install-4.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-install/4.0.20/byteman-install-4.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-install/4.0.20/byteman-install-4.0.20.pom (3.0 kB at 72 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.pom (13 kB at 219 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-parent/1.4.7/logback-parent-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.4.7/logback-parent-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.4.7/logback-parent-1.4.7.pom (20 kB at 307 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.pom (5.0 kB at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgroups/jgroups/5.2.14.Final/jgroups-5.2.14.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/byteman/byteman-bmunit/4.0.20/byteman-bmunit-4.0.20.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/byteman/byteman/4.0.20/byteman-4.0.20.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/byteman/byteman-submit/4.0.20/byteman-submit-4.0.20.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/byteman/byteman-install/4.0.20/byteman-install-4.0.20.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar (64 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.14.Final/jgroups-5.2.14.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-bmunit/4.0.20/byteman-bmunit-4.0.20.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.20/byteman-4.0.20.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-submit/4.0.20/byteman-submit-4.0.20.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-install/4.0.20/byteman-install-4.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-bmunit/4.0.20/byteman-bmunit-4.0.20.jar (40 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-install/4.0.20/byteman-install-4.0.20.jar (11 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.20/byteman-4.0.20.jar (852 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.14.Final/jgroups-5.2.14.Final.jar (2.3 MB at 6.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-submit/4.0.20/byteman-submit-4.0.20.jar (16 kB at 43 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.jar (591 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.jar (270 kB at 604 kB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.extension --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.extension --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.extension --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.extension --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.extension --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.extension --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 4.0.3-SNAPSHOT [17/134] [INFO] from foundation/org.eclipse.persistence.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.12.14/mongo-java-driver-3.12.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.14/mongo-java-driver-3.12.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.14/mongo-java-driver-3.12.14.pom (3.0 kB at 160 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.12.14/mongo-java-driver-3.12.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.14/mongo-java-driver-3.12.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.14/mongo-java-driver-3.12.14.jar (2.3 MB at 33 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.nosql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 67 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRow.java:[35,21] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRow.java:[35,36] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[146,54] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[148,54] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[154,54] NORMAL in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[156,54] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[158,54] SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:[30,35] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:[30,56] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnection.java:[59,20] getMongo() in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[212,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[213,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[222,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[120,29] MongoClient(com.mongodb.ServerAddress,java.util.List,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[122,29] MongoClient(java.util.List,java.util.List,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:[236,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:[237,20] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[103,60] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[108,19] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[172,59] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[174,59] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[180,59] NORMAL in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[182,59] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[184,59] SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecord.java:[27,34] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecord.java:[27,53] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:[175,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:[242,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[46,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[54,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[46,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[54,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[187,36] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[208,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[224,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[252,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[255,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[257,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoListRecord.java:[27,38] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoListRecord.java:[27,59] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[118,52] eval(java.lang.String,java.lang.Object...) in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[127,27] setOptions(int) in com.mongodb.DBCollection has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[173,36] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[194,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[223,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[226,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[228,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[41,25] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[53,35] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[90,17] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,37] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,33] Mongo() in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,37] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,33] Mongo(java.util.List) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[99,27] getDB(java.lang.String) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[111,23] setOptions(int) in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[148,12] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[152,26] com.mongodb.Mongo in com.mongodb has been deprecated [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.nosql --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/test/resources [INFO] Copying 223 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 150 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/arraylist/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Department.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/arraylist/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.nosql --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >--- [INFO] Building EclipseLink MOXy XJC 4.0.3-SNAPSHOT [18/134] [INFO] from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 2 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [INFO] Building EclipseLink DBWS 4.0.3-SNAPSHOT [19/134] [INFO] from dbws/org.eclipse.persistence.dbws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom (8.4 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 13 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar (69 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom (19 kB at 789 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.0/jakarta.xml.soap-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.0/jakarta.xml.soap-api-3.0.0.pom (20 kB at 851 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.0/jakarta.xml.ws-api-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.0/jakarta.xml.ws-api-4.0.0.pom (19 kB at 775 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar (348 kB at 13 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.0/jakarta.xml.soap-api-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.0/jakarta.xml.ws-api-4.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.0/jakarta.xml.soap-api-3.0.0.jar (37 kB at 1.5 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.0/jakarta.xml.ws-api-4.0.0.jar (77 kB at 3.1 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 52 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/module-info.java:[40,82] module not found: org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Operation.java:[35,17] class org.eclipse.persistence.internal.xr.Operation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/InsertOperation.java:[32,8] class org.eclipse.persistence.internal.xr.InsertOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceModel.java:[33,8] class org.eclipse.persistence.internal.xr.XRServiceModel in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[37,8] class org.eclipse.persistence.internal.xr.XRServiceAdapter in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[43,15] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[74,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[77,27] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:[34,8] class org.eclipse.persistence.internal.xr.Parameter in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[204,26] serializable class org.eclipse.persistence.internal.xr.QueryOperation.DataHandlerInstantiationPolicy has no definition of serialVersionUID [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryHandler.java:[39,17] class org.eclipse.persistence.internal.xr.QueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:[30,8] class org.eclipse.persistence.internal.xr.BatchQueryOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Attachment.java:[31,8] class org.eclipse.persistence.internal.xr.Attachment in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/StoredProcedureQueryHandler.java:[49,8] class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/StoredFunctionQueryHandler.java:[40,8] class org.eclipse.persistence.internal.xr.StoredFunctionQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:[24,8] class org.eclipse.persistence.internal.xr.ProcedureArgument in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureOutputArgument.java:[31,8] class org.eclipse.persistence.internal.xr.ProcedureOutputArgument in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/dbws/DBWSModel.java:[121,8] class org.eclipse.persistence.dbws.DBWSModel in exported package org.eclipse.persistence.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:[33,8] class org.eclipse.persistence.internal.xr.AttachmentHelper in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[656,96] interface org.eclipse.persistence.jpa.metadata.MetadataSource in module org.eclipse.persistence.jpa is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[671,16] class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings in module org.eclipse.persistence.jpa is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/SQLQueryHandler.java:[32,8] class org.eclipse.persistence.internal.xr.SQLQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/UpdateOperation.java:[27,8] class org.eclipse.persistence.internal.xr.UpdateOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:[43,8] class org.eclipse.persistence.internal.xr.DeleteOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/NamedQueryHandler.java:[34,8] class org.eclipse.persistence.internal.xr.NamedQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRDynamicEntityVHAccessor.java:[38,8] serializable class org.eclipse.persistence.internal.xr.XRDynamicEntityVHAccessor has no definition of serialVersionUID [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QNameTransformer.java:[82,8] serializable class org.eclipse.persistence.internal.xr.QNameTransformer has no definition of serialVersionUID [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ValueObject.java:[31,8] class org.eclipse.persistence.internal.xr.ValueObject in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.dbws:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/test/resources [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- sql:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [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 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [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 283 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/5/maven-parent-5.pom [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 952 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/3/apache-3.pom [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 858 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [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 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [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 169 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [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 88 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [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 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [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 125 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [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 264 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [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 72 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [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 278 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom (5.5 kB at 344 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 321 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [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 746 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [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 147 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [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 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [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 69 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [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 17 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [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 489 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [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 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [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 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 200 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0/maven-2.0.pom [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 4.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [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 112 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [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 295 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [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 157 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.pom [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 554 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [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 52 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [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 204 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [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 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [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 120 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [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] 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 121 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] 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] 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] 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 7.9 MB/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-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 3.8 MB/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.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 6.8 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-profile/2.0.6/maven-profile-2.0.6.jar (35 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/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-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar [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 13 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-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 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-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/2.0.6/maven-artifact-2.0.6.jar (87 kB at 3.4 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/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar (34 kB at 1.1 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-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-core/2.0.6/maven-core-2.0.6.jar (152 kB at 5.1 MB/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/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 670 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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 292 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-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 368 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 772 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-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 231 kB/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.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 802 kB/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/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 158 kB/s) [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 79 kB/s) [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 34 kB/s) [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 67 kB/s) [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.jar (61 kB at 294 kB/s) [INFO] Skip sql execution [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-dbws) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws --- [INFO] Skip sql execution [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [INFO] Building EclipseLink SDO 4.0.3-SNAPSHOT [20/134] [INFO] from sdo/org.eclipse.persistence.sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.pom (2.4 kB at 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar (21 kB at 875 kB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.sdo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar (37 kB at 1.6 MB/s) [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ org.eclipse.persistence.sdo --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.sdo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] Copying 2 resources from target/generated-sources/dependencies to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.sdo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 106 source files with javac [debug release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/jaxb/JAXBClassGenerator.java:[31,8] class org.eclipse.persistence.sdo.helper.jaxb.JAXBClassGenerator in exported package org.eclipse.persistence.sdo.helper.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.sdo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[124,40] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2177,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2193,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2265,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOProperty.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOProperty.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:build-classpath (default) @ org.eclipse.persistence.sdo --- [INFO] Dependencies classpath: /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.jar:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.jar:/home/jenkins/.m2/repository/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.jar [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.sdo --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.sdo:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.sdo --- [INFO] Copying 856 resources from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.sdo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 660 source files with javac [debug release 11 module-path] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectTestCases.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectTestCases.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/SDOXMLComparer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/SDOXMLComparer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ org.eclipse.persistence.sdo --- [INFO] Copying 856 resources from src/test/resources to target/test-run [INFO] [INFO] --- surefire:3.1.2:test (test-sdo-srg) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-sdo) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning: Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.sdo --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 4.0.3-SNAPSHOT [21/134] [INFO] from utils/org.eclipse.persistence.dbws.builder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom (20 kB at 759 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom (1.1 kB at 595 B/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.pom (11 kB at 447 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/bundles/4.0.1/bundles-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/bundles/4.0.1/bundles-4.0.1.pom (1.6 kB at 72 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/4.0.1/project-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/4.0.1/project-4.0.1.pom (42 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.1/jaxws-ri-bom-ext-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.1/jaxws-ri-bom-ext-4.0.1.pom (4.3 kB at 188 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/4.0.1/jaxws-ri-bom-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/4.0.1/jaxws-ri-bom-4.0.1.pom (9.3 kB at 402 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/4.0.2/jaxb-bom-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/4.0.2/jaxb-bom-4.0.2.pom (11 kB at 460 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom (12 kB at 516 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom (11 kB at 463 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom (2.7 kB at 116 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom (13 kB at 563 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.pom (16 kB at 679 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.pom (17 kB at 725 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.pom (16 kB at 728 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.pom (3.4 kB at 146 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.1.0/fastinfoset-project-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.1.0/fastinfoset-project-2.1.0.pom (19 kB at 786 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.0/saaj-impl-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.0/saaj-impl-3.0.0.pom (9.9 kB at 431 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/3.0.0/metro-saaj-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/3.0.0/metro-saaj-3.0.0.pom (18 kB at 794 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom (9.0 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/49/oss-parent-49.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/49/oss-parent-49.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/49/oss-parent-49.pom (24 kB at 4.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 3.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.pom (4.7 kB at 205 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar (167 kB at 6.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar (50 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar (48 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar (29 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.jar (39 kB at 810 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.0/saaj-impl-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.jar (75 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.jar (66 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.jar (316 kB at 5.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.0/saaj-impl-3.0.0.jar (465 kB at 6.1 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.jar (2.7 MB at 34 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.jar (33 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar (187 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar (1.6 MB at 76 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws.builder --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] Copying 6 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 47 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/OperationModel.java:[18,8] class org.eclipse.persistence.tools.dbws.OperationModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XRPackager.java:[68,22] class org.eclipse.persistence.tools.dbws.XRPackager.NullOutputStream in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[110,8] class org.eclipse.persistence.tools.dbws.Util in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[476,63] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[697,43] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[128,15] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[147,51] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[165,45] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[249,32] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[365,20] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[382,16] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[731,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[734,27] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[129,12] interface javax.wsdl.Definition in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[129,45] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[133,12] interface javax.wsdl.Definition in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[133,62] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:[48,85] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BindingModel.java:[26,8] class org.eclipse.persistence.tools.dbws.BindingModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DefaultNamingConventionTransformer.java:[21,8] class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TypeSuffixTransformer.java:[15,8] class org.eclipse.persistence.tools.dbws.TypeSuffixTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XmlBindingsGenerator.java:[67,8] class org.eclipse.persistence.tools.dbws.XmlBindingsGenerator in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/SQLX2003Transformer.java:[17,8] class org.eclipse.persistence.tools.dbws.SQLX2003Transformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:[862,92] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ToLowerTransformer.java:[15,8] class org.eclipse.persistence.tools.dbws.ToLowerTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XmlEntityMappingsGenerator.java:[109,8] class org.eclipse.persistence.tools.dbws.XmlEntityMappingsGenerator in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/PLSQLProcedureOperationModel.java:[15,8] class org.eclipse.persistence.tools.dbws.PLSQLProcedureOperationModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws.builder --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.builder --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >---- [INFO] Building EclipseLink Package Rename Utility 4.0.3-SNAPSHOT [22/134] [INFO] from utils/eclipselink.utils.rename/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.utils.rename --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.utils.rename --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.utils.rename --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.utils.rename --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.utils.rename --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.utils.rename --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.utils.rename --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.utils.rename --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [INFO] Building EclipseLink Oracle NoSQL Extension 4.0.3-SNAPSHOT [23/134] [INFO] from foundation/org.eclipse.persistence.oracle.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom (3.1 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.pom (5.6 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom (19 kB at 276 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom (9.6 kB at 150 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom (1.3 kB at 61 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom (1.5 kB at 108 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom (1.6 kB at 17 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom (11 kB at 102 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom (3.4 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom (13 kB at 439 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom (11 kB at 196 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.0/xz-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.pom (1.9 kB at 26 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom (4.1 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom (5.4 kB at 72 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom (12 kB at 61 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom (8.0 kB at 160 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 136 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom (6.3 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 178 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom (2.6 kB at 13 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom (8.0 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/30/oss-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/30/oss-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/30/oss-parent-30.pom (21 kB at 217 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 208 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 437 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom (7.8 kB at 44 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom (10 kB at 267 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 64 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 510 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 175 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom (1.2 kB at 4.8 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/nosql/sdk/nosqldriver/5.4.10/nosqldriver-5.4.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/nosql/sdk/nosqldriver/5.4.10/nosqldriver-5.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/nosql/sdk/nosqldriver/5.4.10/nosqldriver-5.4.10.pom (18 kB at 264 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom (5.5 kB at 158 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom (9.9 kB at 154 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 285 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 927 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-buffer/4.1.86.Final/netty-buffer-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.86.Final/netty-buffer-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.86.Final/netty-buffer-4.1.86.Final.pom (1.6 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-parent/4.1.86.Final/netty-parent-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.86.Final/netty-parent-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.86.Final/netty-parent-4.1.86.Final.pom (80 kB at 949 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-common/4.1.86.Final/netty-common-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.86.Final/netty-common-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.86.Final/netty-common-4.1.86.Final.pom (12 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec-http/4.1.86.Final/netty-codec-http-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.86.Final/netty-codec-http-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.86.Final/netty-codec-http-4.1.86.Final.pom (3.9 kB at 82 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-transport/4.1.86.Final/netty-transport-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.86.Final/netty-transport-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.86.Final/netty-transport-4.1.86.Final.pom (2.2 kB at 77 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-resolver/4.1.86.Final/netty-resolver-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.86.Final/netty-resolver-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.86.Final/netty-resolver-4.1.86.Final.pom (1.6 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec/4.1.86.Final/netty-codec-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.86.Final/netty-codec-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.86.Final/netty-codec-4.1.86.Final.pom (5.0 kB at 115 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-handler/4.1.86.Final/netty-handler-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.86.Final/netty-handler-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.86.Final/netty-handler-4.1.86.Final.pom (4.5 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-transport-native-unix-common/4.1.86.Final/netty-transport-native-unix-common-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.86.Final/netty-transport-native-unix-common-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.86.Final/netty-transport-native-unix-common-4.1.86.Final.pom (29 kB at 313 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-handler-proxy/4.1.86.Final/netty-handler-proxy-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.86.Final/netty-handler-proxy-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.86.Final/netty-handler-proxy-4.1.86.Final.pom (3.3 kB at 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec-socks/4.1.86.Final/netty-codec-socks-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.86.Final/netty-codec-socks-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.86.Final/netty-codec-socks-4.1.86.Final.pom (2.5 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom (1.1 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bouncycastle/bcpkix-jdk15on/1.70/bcpkix-jdk15on-1.70.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.70/bcpkix-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.70/bcpkix-jdk15on-1.70.pom (1.6 kB at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/messaging/aqapi-jakarta/23.2.0.0/aqapi-jakarta-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi-jakarta/23.2.0.0/aqapi-jakarta-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi-jakarta/23.2.0.0/aqapi-jakarta-23.2.0.0.pom (1.7 kB at 8.7 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom (1.5 kB at 9.7 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom (14 kB at 496 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.0/xz-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/nosql/sdk/nosqldriver/5.4.10/nosqldriver-5.4.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-buffer/4.1.86.Final/netty-buffer-4.1.86.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-common/4.1.86.Final/netty-common-4.1.86.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec-http/4.1.86.Final/netty-codec-http-4.1.86.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-transport/4.1.86.Final/netty-transport-4.1.86.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec/4.1.86.Final/netty-codec-4.1.86.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-handler/4.1.86.Final/netty-handler-4.1.86.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-resolver/4.1.86.Final/netty-resolver-4.1.86.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-transport-native-unix-common/4.1.86.Final/netty-transport-native-unix-common-4.1.86.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-handler-proxy/4.1.86.Final/netty-handler-proxy-4.1.86.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec-socks/4.1.86.Final/netty-codec-socks-4.1.86.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bouncycastle/bcpkix-jdk15on/1.70/bcpkix-jdk15on-1.70.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/messaging/aqapi-jakarta/23.2.0.0/aqapi-jakarta-23.2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar (3.4 MB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar (241 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar (30 kB at 528 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.jar (426 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar (232 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar (781 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.jar (95 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar (1.3 MB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar (67 kB at 511 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar (324 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/nosql/sdk/nosqldriver/5.4.10/nosqldriver-5.4.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar (1.3 MB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.86.Final/netty-buffer-4.1.86.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.86.Final/netty-common-4.1.86.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar (2.1 kB at 9.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.86.Final/netty-codec-http-4.1.86.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar (2.7 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.86.Final/netty-transport-4.1.86.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.86.Final/netty-buffer-4.1.86.Final.jar (305 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.86.Final/netty-codec-4.1.86.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/nosql/sdk/nosqldriver/5.4.10/nosqldriver-5.4.10.jar (563 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.86.Final/netty-handler-4.1.86.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.86.Final/netty-codec-http-4.1.86.Final.jar (651 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.86.Final/netty-resolver-4.1.86.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.86.Final/netty-transport-4.1.86.Final.jar (488 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.86.Final/netty-transport-native-unix-common-4.1.86.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.86.Final/netty-common-4.1.86.Final.jar (655 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.86.Final/netty-handler-proxy-4.1.86.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.86.Final/netty-handler-4.1.86.Final.jar (541 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.86.Final/netty-codec-socks-4.1.86.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.86.Final/netty-resolver-4.1.86.Final.jar (38 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.86.Final/netty-handler-proxy-4.1.86.Final.jar (25 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.70/bcpkix-jdk15on-1.70.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.86.Final/netty-codec-4.1.86.Final.jar (348 kB at 981 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi-jakarta/23.2.0.0/aqapi-jakarta-23.2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.86.Final/netty-transport-native-unix-common-4.1.86.Final.jar (44 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.86.Final/netty-codec-socks-4.1.86.Final.jar (121 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar (28 kB at 68 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar (5.9 MB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi-jakarta/23.2.0.0/aqapi-jakarta-23.2.0.0.jar (1.0 MB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.70/bcpkix-jdk15on-1.70.jar (964 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.jar (6.8 MB at 13 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.oracle.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 41 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecord.java:[27,40] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecord.java:[27,59] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[33,12] interface oracle.kv.KVStore in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[37,15] interface oracle.kv.KVStore in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[43,34] interface oracle.kv.KVStore in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[108,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[109,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[119,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[67,12] class oracle.nosql.driver.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[71,28] class oracle.nosql.driver.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[83,12] class oracle.nosql.driver.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[87,32] class oracle.nosql.driver.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[91,12] class oracle.nosql.driver.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[95,31] class oracle.nosql.driver.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[44,34] interface oracle.nosql.driver.NoSQLHandle in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[95,12] interface oracle.nosql.driver.NoSQLHandle in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecord.java:[26,31] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecord.java:[26,52] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[38,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[44,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[38,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[44,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:[143,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[264,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[283,13] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[294,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[319,24] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[376,84] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[272,13] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[276,122] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[277,30] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[280,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[284,13] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[295,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[320,24] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[381,104] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[386,57] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[429,134] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[511,73] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[580,105] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[555,19] class oracle.nosql.driver.values.FieldValue in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[328,115] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[349,86] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[352,96] unchecked cast required: java.util.List found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[404,49] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[426,147] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[451,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[454,101] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[479,79] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[495,70] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[495,90] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[495,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[519,110] unchecked cast required: java.util.List> found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[548,115] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[551,20] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[571,34] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[573,44] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[615,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecord.java:[27,40] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecord.java:[27,59] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:[256,132] interface oracle.kv.Operation in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:[283,15] class oracle.kv.Value in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[31,15] class oracle.kv.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[32,15] class oracle.kv.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[35,15] class oracle.kv.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[51,12] class oracle.kv.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[55,28] class oracle.kv.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[72,12] class oracle.kv.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[76,32] class oracle.kv.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[80,12] class oracle.kv.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[84,31] class oracle.kv.Durability in module is not exported [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Copying 5 resources from src/it/resources to target/test-classes [INFO] Copying 5 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 47 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLModelTest.java:[135,30] redundant cast to org.eclipse.persistence.sessions.DatabaseSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[66,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[71,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[76,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[82,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[122,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[128,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLSimpleTest.java:[132,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLSimpleTest.java:[137,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLTestSuite.java:[54,49] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPATest.java:[309,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPATest.java:[321,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[325,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[337,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[338,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[339,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLSimpleTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLSimpleTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.oracle.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >------- [INFO] Building EclipseLink Bundles Parent 4.0.3-SNAPSHOT [24/134] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.bundles --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.bundles --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.bundles --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.bundles --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/target/org.eclipse.persistence.bundles-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles-4.0.3-SNAPSHOT.pom.asc [INFO] [INFO] --------------< org.eclipse.persistence:moxy-standalone >--------------- [INFO] Building EclipseLink Bundles MOXy standalone 4.0.3-SNAPSHOT [25/134] [INFO] from bundles/moxy-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ moxy-standalone --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ moxy-standalone --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ moxy-standalone --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone --- [INFO] Copying 0 resource from ../eclipselink/src/main/scripts to target/generated-sources/bin [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ moxy-standalone --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ moxy-standalone --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ moxy-standalone --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ moxy-standalone --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ moxy-standalone --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ moxy-standalone --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ moxy-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/moxy.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/moxy-standalone-4.0.3-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ moxy-standalone --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ moxy-standalone --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ moxy-standalone --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/4.0.3-SNAPSHOT/moxy-standalone-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/moxy-standalone-4.0.3-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/4.0.3-SNAPSHOT/moxy-standalone-4.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/moxy-standalone-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/4.0.3-SNAPSHOT/moxy-standalone-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/moxy-standalone-4.0.3-SNAPSHOT.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/4.0.3-SNAPSHOT/moxy-standalone-4.0.3-SNAPSHOT.zip.asc [INFO] [INFO] --- dependency:3.6.0:unpack (stage) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:moxy-standalone:4.0.3-SNAPSHOT:zip [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 4.0.3-SNAPSHOT [26/134] [INFO] from bundles/eclipselink/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ eclipselink --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ eclipselink --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ eclipselink --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ eclipselink --- [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.time) @ eclipselink --- [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ eclipselink --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink [INFO] Storing buildNumber: 8a993b480d5cfbaad39ffd7939d308a788ede355 at timestamp: 1713356754935 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink [INFO] Storing scmBranch: 4.0 [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar (364 kB at 13 MB/s) [INFO] [INFO] --- build-helper:3.4.0:add-source (add-generated-sources) @ eclipselink --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ eclipselink --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-resource) @ eclipselink --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipselink --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] Copying 55 resources from target/generated-sources/dependency-sources to target/classes [INFO] Copying 1 resource from target/generated-sources/dependency-sources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ eclipselink --- [WARNING] Can't extract module name from org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip: '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip' not allowed on the path, only outputDirectories and jars are accepted [WARNING] Can't extract module name from ant-launcher-1.10.13.jar: allow.class found in top-level directory (unnamed package not allowed in module) [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3389 source files with javac [debug release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/dynamic/DynamicClassWriter.java:[214,30] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/dynamic/DynamicClassWriter.java:[221,31] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[215,12] class org.eclipse.persistence.oxm.XMLContext.XMLContextState in module eclipselink is not accessible to clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[226,36] class org.eclipse.persistence.oxm.XMLContext.XMLContextState in module eclipselink is not accessible to clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/helper/ClassConstants.java:[127,31] interface org.eclipse.persistence.internal.weaving.PersistenceWeavedLazy in module eclipselink is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/DataHelper.java:[74,10] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/DataHelper.java:[139,10] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[219,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[505,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[829,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[1051,13] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[1099,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Sequence.java:[120,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Sequence.java:[125,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataGraph.java:[32,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/ChangeSummary.java:[41,13] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[34,39] interface jakarta.validation.ConstraintViolation in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[90,12] interface jakarta.validation.Path in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[104,12] interface jakarta.validation.metadata.ConstraintDescriptor in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[111,12] interface jakarta.validation.ConstraintViolation in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/compiler/facets/PatternFacet.java:[29,40] class jakarta.validation.constraints.Pattern in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/compiler/facets/PatternFacet.java:[38,12] class jakarta.validation.constraints.Pattern in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3441,58] ANTLR in org.eclipse.persistence.config.ParserType has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[58,22] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[61,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[81,37] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[265,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[288,12] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[300,39] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[316,19] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[325,53] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/glassfish/GlassfishTransactionController.java:[46,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/AbstractSynchronizationListener.java:[47,66] interface jakarta.transaction.Synchronization in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[980,48] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1004,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1102,47] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1116,68] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1128,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1143,53] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[49,12] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[58,35] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[42,119] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[54,146] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[65,114] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[77,130] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[89,143] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:[32,19] class oracle.sql.TIMESTAMPTZ in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPLTZWrapper.java:[55,12] class oracle.sql.TIMESTAMPLTZ in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/json/JsonObjectBuilderResult.java:[31,36] interface jakarta.json.JsonObjectBuilder in module jakarta.json is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/json/JsonObjectBuilderResult.java:[40,12] interface jakarta.json.JsonObjectBuilder in module jakarta.json is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[47,15] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[48,15] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[139,12] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[199,12] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[207,12] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[242,38] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[260,35] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[53,15] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[54,15] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[283,12] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[299,12] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[308,34] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISException.java:[81,50] class jakarta.resource.ResourceException in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISException.java:[85,50] class jakarta.resource.ResourceException in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[195,12] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[202,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[214,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[222,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[233,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[245,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[258,78] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[266,50] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[274,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[299,60] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[28,25] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[28,80] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[30,25] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[30,78] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[38,15] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[265,12] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[275,36] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[350,41] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[356,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[363,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[32,22] interface oracle.jdbc.OracleOpaque in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[33,21] interface oracle.jdbc.OracleOpaque in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[34,22] interface oracle.jdbc.OracleOpaque in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[72,25] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[140,62] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[163,58] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[68,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[68,128] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[68,149] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[153,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[153,101] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[153,122] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184,92] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184,113] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[327,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[327,92] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[327,113] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[339,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[339,132] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[339,153] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[363,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[363,130] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[363,151] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[403,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[403,103] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[403,124] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[416,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[416,110] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[416,135] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[43,2] class jakarta.ws.rs.Produces in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[43,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[43,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[44,2] class jakarta.ws.rs.Consumes in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[44,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[44,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[45,2] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[48,6] class jakarta.ws.rs.GET in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[49,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[50,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[50,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[51,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[52,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[53,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[54,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[55,36] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[55,44] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[56,36] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[56,44] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[61,6] class jakarta.ws.rs.GET in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[62,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[63,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[63,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[64,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[65,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[66,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[67,27] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[67,35] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[68,27] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[68,35] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[73,6] class jakarta.ws.rs.PUT in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[74,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[75,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[75,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[76,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[77,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[78,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[78,37] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[79,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[79,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[85,6] class jakarta.ws.rs.POST in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[86,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[87,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[87,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[88,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[89,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[90,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[90,37] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[91,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[91,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[97,6] class jakarta.ws.rs.POST in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[98,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[99,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[99,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[100,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[101,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[102,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[103,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[104,40] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[104,48] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[105,40] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[105,48] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[110,6] class jakarta.ws.rs.DELETE in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[111,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[112,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[112,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[113,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[114,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[115,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[116,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[117,38] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[117,46] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[118,38] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[118,46] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[123,6] class jakarta.ws.rs.DELETE in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[124,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[125,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[125,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[126,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[127,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[128,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[129,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[129,37] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[130,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[130,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[135,6] class jakarta.ws.rs.OPTIONS in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[136,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[137,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[137,39] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[138,39] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[139,39] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[140,39] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[140,47] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[141,39] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[141,47] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[25,71] interface org.omg.CORBA.portable.Streamable in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[46,25] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[37,79] interface oracle.ucp.jdbc.oracle.DataBasedConnectionAffinityCallback in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[86,35] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[97,12] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/coordination/jms/JMSPublishingTransportManager.java:[175,15] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/coordination/jms/JMSPublishingTransportManager.java:[189,15] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[66,15] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[67,15] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[73,15] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[74,15] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[77,15] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[93,63] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[93,110] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[93,201] class jakarta.jms.JMSException in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[196,27] interface jakarta.jms.Message in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[271,43] class jakarta.jms.JMSException in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[283,39] interface jakarta.jms.Message in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[283,63] class jakarta.jms.JMSException in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[424,30] interface jakarta.jms.TopicPublisher in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[428,12] interface jakarta.jms.TopicPublisher in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[439,30] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[443,12] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[456,33] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[460,12] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[469,43] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[473,12] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[484,36] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[488,12] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[497,26] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[501,12] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[37,44] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[44,101] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[51,45] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[74,107] class org.omg.CORBA.portable.InputStream in module is not exported [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/helper/ClassConstants.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/helper/ClassConstants.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ eclipselink --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ eclipselink --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipselink --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipselink --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ eclipselink --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink --- [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink --- [INFO] [INFO] --- jar:3.3.0:jar (jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipselink --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/main/assembly/eclipselink.zip.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:commonj.sdo' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ eclipselink --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning: Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.6.0:unpack (stage) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:eclipselink:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ eclipselink --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipselink --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >-- [INFO] Building EclipseLink Bundles tests 4.0.3-SNAPSHOT [27/134] [INFO] from bundles/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.pom (9.8 kB at 129 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/6/felix-parent-6.pom [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 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 846 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 188 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom (2.6 kB at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom (43 kB at 392 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom (4.0 kB at 62 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/4.3.0/master-4.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.3.0/master-4.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.3.0/master-4.3.0.pom (14 kB at 621 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom (1.4 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/1.5.1/base-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.1/base-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.1/base-1.5.1.pom (6.8 kB at 426 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom (988 B at 66 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom (1.0 kB at 72 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom (1.2 kB at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom (1.0 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.pom (6.7 kB at 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom (3.3 kB at 71 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom (985 B at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom (6.7 kB at 304 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/4.2.0/master-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.2.0/master-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.2.0/master-4.2.0.pom (14 kB at 506 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom (1.3 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/1.5.0/base-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.0/base-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.0/base-1.5.0.pom (5.8 kB at 180 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/3.3.0/master-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/3.3.0/master-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/3.3.0/master-3.3.0.pom (10 kB at 687 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom (1.4 kB at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom (988 B at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom (1.0 kB at 100 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.pom (1.4 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom (4.6 kB at 380 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom (1.5 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom (1.4 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom (3.7 kB at 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom (7.6 kB at 845 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.pom (1.7 kB at 191 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.pom (1.1 kB at 57 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.pom (1.7 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom (1.4 kB at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom (985 B at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom (1.3 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.pom (1.3 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.pom (15 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/2.6.2/url-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/2.6.2/url-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/2.6.2/url-2.6.2.pom (26 kB at 866 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom (1.8 kB at 93 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom (3.9 kB at 246 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom (17 kB at 728 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom (2.5 kB at 116 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom (2.6 kB at 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom (2.7 kB at 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom (2.5 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom (13 kB at 304 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.pom (3.3 kB at 114 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom (3.0 kB at 144 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom (1.7 kB at 112 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom (1.0 kB at 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom (3.3 kB at 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom (1.5 kB at 48 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 148 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar (778 kB at 32 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar (26 kB at 929 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar (11 kB at 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar (13 kB at 411 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar (11 kB at 287 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar (30 kB at 673 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar (13 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar (2.0 MB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar (83 kB at 904 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.jar (32 kB at 330 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar (18 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar (70 kB at 673 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar (12 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar (13 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar (14 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar (15 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar (6.6 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar (5.7 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar (149 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar (35 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar (182 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar (37 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar (160 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar (7.8 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar (9.7 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar (4.0 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar (9.0 kB at 54 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar (3.4 MB at 20 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.jar (11 kB at 68 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar (6.7 kB at 39 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar (17 kB at 99 kB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.distribution.tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.distribution.tests --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/src/it/java added. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying jakarta.persistence-api-3.1.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.persistence-api.jar [INFO] Copying org.eclipse.persistence.asm-9.6.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.asm.jar [INFO] Copying org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar [INFO] Copying org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar [INFO] Copying angus-activation-2.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/angus-activation.jar [INFO] Copying jakarta.activation-api-2.1.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.activation-api.jar [INFO] Copying angus-mail-2.0.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/angus-mail.jar [INFO] Copying jakarta.mail-api-2.1.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.mail-api.jar [INFO] Copying jaxb-xjc-4.0.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jaxb-xjc.jar [INFO] Copying jaxb-core-4.0.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jaxb-core.jar [INFO] Copying jakarta.validation-api-3.0.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.validation-api.jar [INFO] Copying jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.ws.rs-api.jar [INFO] Copying jakarta.xml.bind-api-4.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.xml.bind-api.jar [INFO] Copying parsson-1.1.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/parsson.jar [INFO] Copying jakarta.json-api-2.1.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.json-api.jar [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/junit.jar [INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/hamcrest-core.jar [INFO] Copying jakarta.enterprise.cdi-api-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.enterprise.cdi-api.jar [INFO] Copying jakarta.enterprise.lang-model-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.enterprise.lang-model.jar [INFO] Copying jakarta.annotation-api-2.1.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.annotation-api.jar [INFO] Copying jakarta.el-api-5.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.el-api.jar [INFO] Copying jakarta.interceptor-api-2.1.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.interceptor-api.jar [INFO] Copying hibernate-validator-8.0.0.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/hibernate-validator.jar [INFO] Copying jboss-logging-3.4.1.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jboss-logging.jar [INFO] Copying classmate-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/classmate.jar [INFO] Copying jakarta.el-5.0.0-M1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.el.jar [INFO] Copying org.apache.felix.framework-7.0.5.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/org.apache.felix.framework.jar [INFO] Copying animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/animal-sniffer-annotations.jar [INFO] Copying pax-exam-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-exam.jar [INFO] Copying ops4j-base-io-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/ops4j-base-io.jar [INFO] Copying ops4j-base-monitors-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/ops4j-base-monitors.jar [INFO] Copying ops4j-base-lang-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/ops4j-base-lang.jar [INFO] Copying ops4j-base-store-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/ops4j-base-store.jar [INFO] Copying ops4j-base-util-property-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/ops4j-base-util-property.jar [INFO] Copying pax-exam-container-forked-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-exam-container-forked.jar [INFO] Copying pax-exam-spi-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-exam-spi.jar [INFO] Copying tinybundles-2.1.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/tinybundles.jar [INFO] Copying bndlib-2.4.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/bndlib.jar [INFO] Copying ops4j-base-exec-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/ops4j-base-exec.jar [INFO] Copying ops4j-base-net-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/ops4j-base-net.jar [INFO] Copying ops4j-base-spi-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/ops4j-base-spi.jar [INFO] Copying pax-swissbox-framework-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-framework.jar [INFO] Copying pax-swissbox-tracker-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-tracker.jar [INFO] Copying pax-swissbox-lifecycle-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-lifecycle.jar [INFO] Copying slf4j-api-2.0.7.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/slf4j-api.jar [INFO] Copying pax-exam-junit4-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-exam-junit4.jar [INFO] Copying pax-exam-link-mvn-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-exam-link-mvn.jar [INFO] Copying pax-url-aether-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-url-aether.jar [INFO] Copying pax-url-aether-support-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-url-aether-support.jar [INFO] Copying maven-resolver-impl-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/maven-resolver-impl.jar [INFO] Copying maven-resolver-api-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/maven-resolver-api.jar [INFO] Copying maven-resolver-spi-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/maven-resolver-spi.jar [INFO] Copying maven-resolver-util-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/maven-resolver-util.jar [INFO] Copying jcl-over-slf4j-1.6.6.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jcl-over-slf4j.jar [INFO] Copying pax-url-link-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-url-link.jar [INFO] Copying pax-url-commons-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-url-commons.jar [INFO] Copying pax-swissbox-property-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-property.jar [INFO] Copying pax-url-classpath-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-url-classpath.jar [INFO] Copying pax-swissbox-optional-jcl-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-optional-jcl.jar [INFO] Copying org.osgi.core-6.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/org.osgi.core.jar [INFO] Copying jakarta.inject-api-1.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/jakarta.inject-api.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.distribution.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.distribution.tests --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 4.0.3-SNAPSHOT [28/134] [INFO] from testing/server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.8/download-maven-plugin-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.8/download-maven-plugin-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.8/download-maven-plugin-1.6.8.pom (11 kB at 256 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.8/download-maven-plugin-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.8/download-maven-plugin-1.6.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.8/download-maven-plugin-1.6.8.jar (52 kB at 367 kB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.8:wget (install-jee-server) @ org.eclipse.persistence.test.server.parent --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.8.2/maven-core-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.2/maven-core-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.2/maven-core-3.8.2.pom (7.5 kB at 340 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.8.2/maven-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.2/maven-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.2/maven-3.8.2.pom (27 kB at 528 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.8.2/maven-model-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.2/maven-model-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.2/maven-model-3.8.2.pom (2.8 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 297 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.8.2/maven-settings-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.2/maven-settings-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.2/maven-settings-3.8.2.pom (1.9 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.8.2/maven-settings-builder-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.2/maven-settings-builder-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.2/maven-settings-builder-3.8.2.pom (2.5 kB at 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.8.2/maven-builder-support-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.2/maven-builder-support-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.2/maven-builder-support-3.8.2.pom (1.4 kB at 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [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 sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.8.2/maven-repository-metadata-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.2/maven-repository-metadata-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.2/maven-repository-metadata-3.8.2.pom (1.9 kB at 53 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.8.2/maven-artifact-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.2/maven-artifact-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.2/maven-artifact-3.8.2.pom (2.4 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.8.2/maven-plugin-api-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.2/maven-plugin-api-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.2/maven-plugin-api-3.8.2.pom (3.0 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.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.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 348 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 490 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.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.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 175 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 424 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [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 154 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.8.2/maven-model-builder-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.2/maven-model-builder-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.2/maven-model-builder-3.8.2.pom (3.4 kB at 59 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.8.2/maven-resolver-provider-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.2/maven-resolver-provider-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.2/maven-resolver-provider-3.8.2.pom (4.3 kB at 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 188 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 906 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 133 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 312 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 529 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 274 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 986 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 548 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/google/5/google-5.pom [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 351 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 229 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 127 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom [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 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0/maven-project-2.0.pom [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 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom [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 sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0/maven-model-2.0.pom [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 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [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 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom [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 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom [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 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.pom (4.8 kB at 77 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/7/plexus-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/7/plexus-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/7/plexus-7.pom (26 kB at 536 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 4.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 385 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/27/maven-parent-27.pom [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 10 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/17/apache-17.pom [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 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [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 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.8.2/maven-core-3.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.8.2/maven-model-3.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.8.2/maven-settings-3.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.8.2/maven-settings-builder-3.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.8.2/maven-builder-support-3.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.8.2/maven-repository-metadata-3.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.8.2/maven-model-builder-3.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.8.2/maven-resolver-provider-3.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/25.1-android/guava-25.1-android.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0/maven-project-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.2/maven-core-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.2/maven-core-3.8.2.jar (636 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.2/maven-model-3.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.2/maven-settings-3.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.2/maven-settings-builder-3.8.2.jar [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.2/maven-builder-support-3.8.2.jar [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.jar (85 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-repository-metadata/3.8.2/maven-repository-metadata-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.2/maven-settings-builder-3.8.2.jar (42 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-model-builder/3.8.2/maven-model-builder-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.2/maven-settings-3.8.2.jar (44 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-resolver-provider/3.8.2/maven-resolver-provider-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.2/maven-builder-support-3.8.2.jar (14 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.2/maven-model-3.8.2.jar (215 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.2/maven-repository-metadata-3.8.2.jar (27 kB at 566 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.2/maven-resolver-provider-3.8.2.jar (67 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 3.3 MB/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.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.2/maven-model-builder-3.8.2.jar (192 kB at 3.3 MB/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.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.jar (149 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.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.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar (169 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (38 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.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.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 4.5 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/maven-plugin-api-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 5.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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (521 kB at 5.6 MB/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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 319 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 97 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/maven-artifact-manager-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar (2.6 MB at 24 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-8/plexus-container-default-1.0-alpha-8.jar [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.jar (79 kB at 673 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 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-archiver/4.2.5/plexus-archiver-4.2.5.jar [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.jar (51 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.jar (195 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.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-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 1.3 MB/s) [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.jar (105 kB at 702 kB/s) [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.jar (30 kB at 190 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 319 kB/s) [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.test.server.parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- dependency:3.6.0:copy (configure-glassfish-modules) @ org.eclipse.persistence.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.test.server.parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.test.server.parent-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server/target/org.eclipse.persistence.test.server.parent-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.test.server.parent-4.0.3-SNAPSHOT.pom.asc [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------ [INFO] Building EclipseLink JPA Test 4.0.3-SNAPSHOT [29/134] [INFO] from jpa/eclipselink.jpa.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-ejb-client-bom/27.0.0.Final/wildfly-ejb-client-bom-27.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-ejb-client-bom/27.0.0.Final/wildfly-ejb-client-bom-27.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-ejb-client-bom/27.0.0.Final/wildfly-ejb-client-bom-27.0.0.Final.pom (41 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/37/jboss-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/37/jboss-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/37/jboss-parent-37.pom (66 kB at 5.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.pom (24 kB at 485 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/39/jboss-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom (68 kB at 23 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.pom (9.5 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.1.1.Final/jboss-marshalling-parent-2.1.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.1.1.Final/jboss-marshalling-parent-2.1.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.1.1.Final/jboss-marshalling-parent-2.1.1.Final.pom (4.6 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.pom (1.6 kB at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.pom (8.8 kB at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.8.2.Final/xnio-all-3.8.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.2.Final/xnio-all-3.8.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.2.Final/xnio-all-3.8.2.Final.pom (6.9 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/35/jboss-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom (66 kB at 6.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.2.Final/wildfly-common-1.5.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.2.Final/wildfly-common-1.5.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.2.Final/wildfly-common-1.5.2.Final.pom (7.3 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom (7.2 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/23/jboss-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/23/jboss-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/23/jboss-parent-23.pom (35 kB at 770 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom (5.9 kB at 186 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/15/jboss-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom (32 kB at 3.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom (5.4 kB at 28 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/24/jboss-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom (36 kB at 782 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom (4.6 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/20/jboss-parent-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/20/jboss-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/20/jboss-parent-20.pom (34 kB at 943 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom (7.4 kB at 109 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom (8.2 kB at 132 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.23.Final/jboss-remoting-5.0.23.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.23.Final/jboss-remoting-5.0.23.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.23.Final/jboss-remoting-5.0.23.Final.pom (14 kB at 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.7.Final/xnio-api-3.7.7.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.7.Final/xnio-api-3.7.7.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.7.Final/xnio-api-3.7.7.Final.pom (8.8 kB at 144 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.7.7.Final/xnio-all-3.7.7.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.7.Final/xnio-all-3.7.7.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.7.Final/xnio-all-3.7.7.Final.pom (6.9 kB at 52 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom (7.2 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom (4.6 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom (5.4 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.11.2.Final/wildfly-elytron-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.11.2.Final/wildfly-elytron-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.11.2.Final/wildfly-elytron-1.11.2.Final.pom (49 kB at 305 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.11.2.Final/wildfly-elytron-parent-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.11.2.Final/wildfly-elytron-parent-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.11.2.Final/wildfly-elytron-parent-1.11.2.Final.pom (63 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/1.11.2.Final/wildfly-elytron-asn1-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.11.2.Final/wildfly-elytron-asn1-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.11.2.Final/wildfly-elytron-asn1-1.11.2.Final.pom (2.5 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-audit/1.11.2.Final/wildfly-elytron-audit-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/1.11.2.Final/wildfly-elytron-audit-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/1.11.2.Final/wildfly-elytron-audit-1.11.2.Final.pom (2.7 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.11.2.Final/wildfly-elytron-auth-server-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.11.2.Final/wildfly-elytron-auth-server-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.11.2.Final/wildfly-elytron-auth-server-1.11.2.Final.pom (3.9 kB at 72 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/1.11.2.Final/wildfly-elytron-auth-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.11.2.Final/wildfly-elytron-auth-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.11.2.Final/wildfly-elytron-auth-1.11.2.Final.pom (1.8 kB at 15 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/1.11.2.Final/wildfly-elytron-util-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.11.2.Final/wildfly-elytron-util-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.11.2.Final/wildfly-elytron-util-1.11.2.Final.pom (2.8 kB at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/1.11.2.Final/wildfly-elytron-base-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.11.2.Final/wildfly-elytron-base-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.11.2.Final/wildfly-elytron-base-1.11.2.Final.pom (2.4 kB at 25 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/1.11.2.Final/wildfly-elytron-credential-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.11.2.Final/wildfly-elytron-credential-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.11.2.Final/wildfly-elytron-credential-1.11.2.Final.pom (4.1 kB at 26 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/1.11.2.Final/wildfly-elytron-keystore-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.11.2.Final/wildfly-elytron-keystore-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.11.2.Final/wildfly-elytron-keystore-1.11.2.Final.pom (3.7 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/1.11.2.Final/wildfly-elytron-provider-util-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.11.2.Final/wildfly-elytron-provider-util-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.11.2.Final/wildfly-elytron-provider-util-1.11.2.Final.pom (2.2 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/1.11.2.Final/wildfly-elytron-x500-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.11.2.Final/wildfly-elytron-x500-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.11.2.Final/wildfly-elytron-x500-1.11.2.Final.pom (2.7 kB at 25 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.11.2.Final/wildfly-elytron-permission-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.11.2.Final/wildfly-elytron-permission-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.11.2.Final/wildfly-elytron-permission-1.11.2.Final.pom (2.5 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.11.2.Final/wildfly-elytron-auth-server-deprecated-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.11.2.Final/wildfly-elytron-auth-server-deprecated-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.11.2.Final/wildfly-elytron-auth-server-deprecated-1.11.2.Final.pom (3.2 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/1.11.2.Final/wildfly-elytron-http-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.11.2.Final/wildfly-elytron-http-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.11.2.Final/wildfly-elytron-http-1.11.2.Final.pom (2.5 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-http/1.11.2.Final/wildfly-elytron-auth-server-http-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.11.2.Final/wildfly-elytron-auth-server-http-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.11.2.Final/wildfly-elytron-auth-server-http-1.11.2.Final.pom (2.7 kB at 19 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.11.2.Final/wildfly-elytron-auth-server-sasl-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.11.2.Final/wildfly-elytron-auth-server-sasl-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.11.2.Final/wildfly-elytron-auth-server-sasl-1.11.2.Final.pom (2.5 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/1.11.2.Final/wildfly-elytron-sasl-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.11.2.Final/wildfly-elytron-sasl-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.11.2.Final/wildfly-elytron-sasl-1.11.2.Final.pom (3.8 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/1.11.2.Final/wildfly-elytron-mechanism-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.11.2.Final/wildfly-elytron-mechanism-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.11.2.Final/wildfly-elytron-mechanism-1.11.2.Final.pom (2.7 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/1.11.2.Final/wildfly-elytron-ssl-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.11.2.Final/wildfly-elytron-ssl-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.11.2.Final/wildfly-elytron-ssl-1.11.2.Final.pom (3.4 kB at 101 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/1.11.2.Final/wildfly-elytron-auth-util-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.11.2.Final/wildfly-elytron-auth-util-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.11.2.Final/wildfly-elytron-auth-util-1.11.2.Final.pom (3.2 kB at 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.11.2.Final/wildfly-elytron-mechanism-gssapi-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.11.2.Final/wildfly-elytron-mechanism-gssapi-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.11.2.Final/wildfly-elytron-mechanism-gssapi-1.11.2.Final.pom (2.9 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/1.11.2.Final/wildfly-elytron-security-manager-action-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.11.2.Final/wildfly-elytron-security-manager-action-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.11.2.Final/wildfly-elytron-security-manager-action-1.11.2.Final.pom (1.7 kB at 53 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/1.11.2.Final/wildfly-elytron-client-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.11.2.Final/wildfly-elytron-client-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.11.2.Final/wildfly-elytron-client-1.11.2.Final.pom (5.7 kB at 149 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/1.11.2.Final/wildfly-elytron-credential-source-impl-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.11.2.Final/wildfly-elytron-credential-source-impl-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.11.2.Final/wildfly-elytron-credential-source-impl-1.11.2.Final.pom (3.2 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/1.11.2.Final/wildfly-elytron-credential-store-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.11.2.Final/wildfly-elytron-credential-store-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.11.2.Final/wildfly-elytron-credential-store-1.11.2.Final.pom (4.1 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/1.11.2.Final/wildfly-elytron-password-impl-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.11.2.Final/wildfly-elytron-password-impl-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.11.2.Final/wildfly-elytron-password-impl-1.11.2.Final.pom (2.9 kB at 57 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/1.11.2.Final/wildfly-elytron-x500-cert-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.11.2.Final/wildfly-elytron-x500-cert-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.11.2.Final/wildfly-elytron-x500-cert-1.11.2.Final.pom (3.1 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/1.11.2.Final/wildfly-elytron-x500-cert-util-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.11.2.Final/wildfly-elytron-x500-cert-util-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.11.2.Final/wildfly-elytron-x500-cert-util-1.11.2.Final.pom (2.3 kB at 46 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.11.2.Final/wildfly-elytron-credential-source-deprecated-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.11.2.Final/wildfly-elytron-credential-source-deprecated-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.11.2.Final/wildfly-elytron-credential-source-deprecated-1.11.2.Final.pom (3.4 kB at 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-digest/1.11.2.Final/wildfly-elytron-digest-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/1.11.2.Final/wildfly-elytron-digest-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/1.11.2.Final/wildfly-elytron-digest-1.11.2.Final.pom (2.0 kB at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-basic/1.11.2.Final/wildfly-elytron-http-basic-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.11.2.Final/wildfly-elytron-http-basic-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.11.2.Final/wildfly-elytron-http-basic-1.11.2.Final.pom (2.9 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-http/1.11.2.Final/wildfly-elytron-mechanism-http-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.11.2.Final/wildfly-elytron-mechanism-http-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.11.2.Final/wildfly-elytron-mechanism-http-1.11.2.Final.pom (2.6 kB at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-bearer/1.11.2.Final/wildfly-elytron-http-bearer-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/1.11.2.Final/wildfly-elytron-http-bearer-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/1.11.2.Final/wildfly-elytron-http-bearer-1.11.2.Final.pom (2.7 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-cert/1.11.2.Final/wildfly-elytron-http-cert-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.11.2.Final/wildfly-elytron-http-cert-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.11.2.Final/wildfly-elytron-http-cert-1.11.2.Final.pom (2.8 kB at 62 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-deprecated/1.11.2.Final/wildfly-elytron-http-deprecated-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-deprecated/1.11.2.Final/wildfly-elytron-http-deprecated-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-deprecated/1.11.2.Final/wildfly-elytron-http-deprecated-1.11.2.Final.pom (3.3 kB at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-digest/1.11.2.Final/wildfly-elytron-http-digest-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.11.2.Final/wildfly-elytron-http-digest-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.11.2.Final/wildfly-elytron-http-digest-1.11.2.Final.pom (3.0 kB at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-digest/1.11.2.Final/wildfly-elytron-mechanism-digest-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.11.2.Final/wildfly-elytron-mechanism-digest-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.11.2.Final/wildfly-elytron-mechanism-digest-1.11.2.Final.pom (2.2 kB at 20 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-form/1.11.2.Final/wildfly-elytron-http-form-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/1.11.2.Final/wildfly-elytron-http-form-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/1.11.2.Final/wildfly-elytron-http-form-1.11.2.Final.pom (2.5 kB at 48 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-spnego/1.11.2.Final/wildfly-elytron-http-spnego-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/1.11.2.Final/wildfly-elytron-http-spnego-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/1.11.2.Final/wildfly-elytron-http-spnego-1.11.2.Final.pom (3.0 kB at 25 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/1.11.2.Final/wildfly-elytron-http-util-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.11.2.Final/wildfly-elytron-http-util-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.11.2.Final/wildfly-elytron-http-util-1.11.2.Final.pom (2.6 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-sso/1.11.2.Final/wildfly-elytron-http-sso-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.11.2.Final/wildfly-elytron-http-sso-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.11.2.Final/wildfly-elytron-http-sso-1.11.2.Final.pom (2.7 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jacc/1.11.2.Final/wildfly-elytron-jacc-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jacc/1.11.2.Final/wildfly-elytron-jacc-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jacc/1.11.2.Final/wildfly-elytron-jacc-1.11.2.Final.pom (2.5 kB at 44 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jaspi/1.11.2.Final/wildfly-elytron-jaspi-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jaspi/1.11.2.Final/wildfly-elytron-jaspi-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jaspi/1.11.2.Final/wildfly-elytron-jaspi-1.11.2.Final.pom (4.3 kB at 77 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.11.2.Final/wildfly-elytron-realm-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.11.2.Final/wildfly-elytron-realm-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.11.2.Final/wildfly-elytron-realm-1.11.2.Final.pom (4.3 kB at 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-json-util/1.11.2.Final/wildfly-elytron-json-util-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/1.11.2.Final/wildfly-elytron-json-util-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/1.11.2.Final/wildfly-elytron-json-util-1.11.2.Final.pom (1.8 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jwt/1.11.2.Final/wildfly-elytron-jwt-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jwt/1.11.2.Final/wildfly-elytron-jwt-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jwt/1.11.2.Final/wildfly-elytron-jwt-1.11.2.Final.pom (3.0 kB at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.11.2.Final/wildfly-elytron-mechanism-oauth2-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.11.2.Final/wildfly-elytron-mechanism-oauth2-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.11.2.Final/wildfly-elytron-mechanism-oauth2-1.11.2.Final.pom (2.5 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-scram/1.11.2.Final/wildfly-elytron-mechanism-scram-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/1.11.2.Final/wildfly-elytron-mechanism-scram-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/1.11.2.Final/wildfly-elytron-mechanism-scram-1.11.2.Final.pom (2.3 kB at 28 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-jdbc/1.11.2.Final/wildfly-elytron-realm-jdbc-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/1.11.2.Final/wildfly-elytron-realm-jdbc-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/1.11.2.Final/wildfly-elytron-realm-jdbc-1.11.2.Final.pom (3.8 kB at 53 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-ldap/1.11.2.Final/wildfly-elytron-realm-ldap-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/1.11.2.Final/wildfly-elytron-realm-ldap-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/1.11.2.Final/wildfly-elytron-realm-ldap-1.11.2.Final.pom (4.0 kB at 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-token/1.11.2.Final/wildfly-elytron-realm-token-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/1.11.2.Final/wildfly-elytron-realm-token-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/1.11.2.Final/wildfly-elytron-realm-token-1.11.2.Final.pom (3.7 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.11.2.Final/wildfly-elytron-sasl-anonymous-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.11.2.Final/wildfly-elytron-sasl-anonymous-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.11.2.Final/wildfly-elytron-sasl-anonymous-1.11.2.Final.pom (2.5 kB at 27 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.11.2.Final/wildfly-elytron-sasl-auth-util-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.11.2.Final/wildfly-elytron-sasl-auth-util-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.11.2.Final/wildfly-elytron-sasl-auth-util-1.11.2.Final.pom (2.0 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.11.2.Final/wildfly-elytron-sasl-deprecated-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.11.2.Final/wildfly-elytron-sasl-deprecated-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.11.2.Final/wildfly-elytron-sasl-deprecated-1.11.2.Final.pom (2.1 kB at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-digest/1.11.2.Final/wildfly-elytron-sasl-digest-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/1.11.2.Final/wildfly-elytron-sasl-digest-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/1.11.2.Final/wildfly-elytron-sasl-digest-1.11.2.Final.pom (3.0 kB at 107 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-entity/1.11.2.Final/wildfly-elytron-sasl-entity-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/1.11.2.Final/wildfly-elytron-sasl-entity-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/1.11.2.Final/wildfly-elytron-sasl-entity-1.11.2.Final.pom (2.8 kB at 93 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-external/1.11.2.Final/wildfly-elytron-sasl-external-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/1.11.2.Final/wildfly-elytron-sasl-external-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/1.11.2.Final/wildfly-elytron-sasl-external-1.11.2.Final.pom (2.7 kB at 24 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gs2/1.11.2.Final/wildfly-elytron-sasl-gs2-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/1.11.2.Final/wildfly-elytron-sasl-gs2-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/1.11.2.Final/wildfly-elytron-sasl-gs2-1.11.2.Final.pom (3.0 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.11.2.Final/wildfly-elytron-sasl-gssapi-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.11.2.Final/wildfly-elytron-sasl-gssapi-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.11.2.Final/wildfly-elytron-sasl-gssapi-1.11.2.Final.pom (3.4 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-localuser/1.11.2.Final/wildfly-elytron-sasl-localuser-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.11.2.Final/wildfly-elytron-sasl-localuser-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.11.2.Final/wildfly-elytron-sasl-localuser-1.11.2.Final.pom (2.5 kB at 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.11.2.Final/wildfly-elytron-sasl-oauth2-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.11.2.Final/wildfly-elytron-sasl-oauth2-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.11.2.Final/wildfly-elytron-sasl-oauth2-1.11.2.Final.pom (2.3 kB at 93 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-otp/1.11.2.Final/wildfly-elytron-sasl-otp-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/1.11.2.Final/wildfly-elytron-sasl-otp-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/1.11.2.Final/wildfly-elytron-sasl-otp-1.11.2.Final.pom (2.6 kB at 28 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-plain/1.11.2.Final/wildfly-elytron-sasl-plain-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/1.11.2.Final/wildfly-elytron-sasl-plain-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/1.11.2.Final/wildfly-elytron-sasl-plain-1.11.2.Final.pom (2.5 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-scram/1.11.2.Final/wildfly-elytron-sasl-scram-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/1.11.2.Final/wildfly-elytron-sasl-scram-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/1.11.2.Final/wildfly-elytron-sasl-scram-1.11.2.Final.pom (2.7 kB at 133 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/1.11.2.Final/wildfly-elytron-security-manager-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.11.2.Final/wildfly-elytron-security-manager-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.11.2.Final/wildfly-elytron-security-manager-1.11.2.Final.pom (6.3 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.11.2.Final/wildfly-elytron-x500-cert-acme-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.11.2.Final/wildfly-elytron-x500-cert-acme-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.11.2.Final/wildfly-elytron-x500-cert-acme-1.11.2.Final.pom (4.1 kB at 46 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-deprecated/1.11.2.Final/wildfly-elytron-x500-deprecated-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-deprecated/1.11.2.Final/wildfly-elytron-x500-deprecated-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-deprecated/1.11.2.Final/wildfly-elytron-x500-deprecated-1.11.2.Final.pom (2.5 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-principal/1.11.2.Final/wildfly-elytron-x500-principal-1.11.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/1.11.2.Final/wildfly-elytron-x500-principal-1.11.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/1.11.2.Final/wildfly-elytron-x500-principal-1.11.2.Final.pom (2.4 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom (5.0 kB at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom (7.3 kB at 104 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.pom (4.0 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.pom (1.8 kB at 17 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.19.0.Final/wildfly-elytron-parent-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.19.0.Final/wildfly-elytron-parent-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.19.0.Final/wildfly-elytron-parent-1.19.0.Final.pom (69 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.pom (7.3 kB at 221 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.pom (2.8 kB at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/1.19.0.Final/wildfly-elytron-asn1-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.19.0.Final/wildfly-elytron-asn1-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.19.0.Final/wildfly-elytron-asn1-1.19.0.Final.pom (2.5 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom (15 kB at 399 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 134 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/1.19.0.Final/wildfly-elytron-base-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.19.0.Final/wildfly-elytron-base-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.19.0.Final/wildfly-elytron-base-1.19.0.Final.pom (2.4 kB at 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.pom (3.9 kB at 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.pom (4.1 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/1.19.0.Final/wildfly-elytron-keystore-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.19.0.Final/wildfly-elytron-keystore-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.19.0.Final/wildfly-elytron-keystore-1.19.0.Final.pom (3.7 kB at 103 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/1.19.0.Final/wildfly-elytron-provider-util-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.19.0.Final/wildfly-elytron-provider-util-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.19.0.Final/wildfly-elytron-provider-util-1.19.0.Final.pom (2.2 kB at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/1.19.0.Final/wildfly-elytron-x500-cert-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.19.0.Final/wildfly-elytron-x500-cert-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.19.0.Final/wildfly-elytron-x500-cert-1.19.0.Final.pom (3.2 kB at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/1.19.0.Final/wildfly-elytron-x500-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.19.0.Final/wildfly-elytron-x500-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.19.0.Final/wildfly-elytron-x500-1.19.0.Final.pom (2.7 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/1.19.0.Final/wildfly-elytron-x500-cert-util-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.19.0.Final/wildfly-elytron-x500-cert-util-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.19.0.Final/wildfly-elytron-x500-cert-util-1.19.0.Final.pom (2.3 kB at 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.pom (4.7 kB at 470 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd/2.7.0/sshd-2.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.7.0/sshd-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.7.0/sshd-2.7.0.pom (76 kB at 7.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-framework-bom/5.3.6/spring-framework-bom-5.3.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.6/spring-framework-bom-5.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.6/spring-framework-bom-5.3.6.pom (5.6 kB at 563 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom (1.2 kB at 131 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom (2.5 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/1.19.0.Final/wildfly-elytron-client-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.19.0.Final/wildfly-elytron-client-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.19.0.Final/wildfly-elytron-client-1.19.0.Final.pom (6.0 kB at 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/1.19.0.Final/wildfly-elytron-auth-util-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.19.0.Final/wildfly-elytron-auth-util-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.19.0.Final/wildfly-elytron-auth-util-1.19.0.Final.pom (3.6 kB at 59 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.19.0.Final/wildfly-elytron-mechanism-gssapi-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.19.0.Final/wildfly-elytron-mechanism-gssapi-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.19.0.Final/wildfly-elytron-mechanism-gssapi-1.19.0.Final.pom (2.9 kB at 20 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/1.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.pom (1.7 kB at 14 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/1.19.0.Final/wildfly-elytron-credential-source-impl-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.19.0.Final/wildfly-elytron-credential-source-impl-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.19.0.Final/wildfly-elytron-credential-source-impl-1.19.0.Final.pom (3.2 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/1.19.0.Final/wildfly-elytron-credential-store-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.19.0.Final/wildfly-elytron-credential-store-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.19.0.Final/wildfly-elytron-credential-store-1.19.0.Final.pom (4.2 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-encryption/1.19.0.Final/wildfly-elytron-encryption-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.19.0.Final/wildfly-elytron-encryption-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.19.0.Final/wildfly-elytron-encryption-1.19.0.Final.pom (2.3 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/1.19.0.Final/wildfly-elytron-mechanism-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.19.0.Final/wildfly-elytron-mechanism-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.19.0.Final/wildfly-elytron-mechanism-1.19.0.Final.pom (2.7 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/1.19.0.Final/wildfly-elytron-http-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.19.0.Final/wildfly-elytron-http-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.19.0.Final/wildfly-elytron-http-1.19.0.Final.pom (2.7 kB at 51 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/1.19.0.Final/wildfly-elytron-password-impl-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.19.0.Final/wildfly-elytron-password-impl-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.19.0.Final/wildfly-elytron-password-impl-1.19.0.Final.pom (2.9 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.pom (3.8 kB at 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/1.19.0.Final/wildfly-elytron-ssl-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.19.0.Final/wildfly-elytron-ssl-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.19.0.Final/wildfly-elytron-ssl-1.19.0.Final.pom (6.3 kB at 185 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/1.19.0.Final/wildfly-elytron-security-manager-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.19.0.Final/wildfly-elytron-security-manager-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.19.0.Final/wildfly-elytron-security-manager-1.19.0.Final.pom (6.3 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.19.0.Final/wildfly-elytron-realm-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.19.0.Final/wildfly-elytron-realm-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.19.0.Final/wildfly-elytron-realm-1.19.0.Final.pom (4.4 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-localuser/1.19.0.Final/wildfly-elytron-sasl-localuser-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.19.0.Final/wildfly-elytron-sasl-localuser-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.19.0.Final/wildfly-elytron-sasl-localuser-1.19.0.Final.pom (2.5 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-sso/1.19.0.Final/wildfly-elytron-http-sso-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.19.0.Final/wildfly-elytron-http-sso-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.19.0.Final/wildfly-elytron-http-sso-1.19.0.Final.pom (2.8 kB at 85 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/1.19.0.Final/wildfly-elytron-http-util-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.19.0.Final/wildfly-elytron-http-util-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.19.0.Final/wildfly-elytron-http-util-1.19.0.Final.pom (2.6 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.pom (9.7 kB at 119 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom (15 kB at 7.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.25.Final/jboss-remoting-5.0.25.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.25.Final/jboss-remoting-5.0.25.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.25.Final/jboss-remoting-5.0.25.Final.pom (14 kB at 264 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.pom (8.8 kB at 156 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.8.8.Final/xnio-all-3.8.8.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.8.Final/xnio-all-3.8.8.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.8.Final/xnio-all-3.8.8.Final.pom (7.1 kB at 166 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.6.Final/jboss-threads-2.3.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.6.Final/jboss-threads-2.3.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.6.Final/jboss-threads-2.3.6.Final.pom (4.6 kB at 62 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.pom (8.2 kB at 372 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.pom (4.6 kB at 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.pom (7.1 kB at 119 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.pom (1.8 kB at 19 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/2.0.0.Final/wildfly-elytron-parent-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/2.0.0.Final/wildfly-elytron-parent-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/2.0.0.Final/wildfly-elytron-parent-2.0.0.Final.pom (67 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.pom (2.8 kB at 38 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.pom (2.5 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.pom (2.4 kB at 61 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.pom (3.9 kB at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.pom (4.1 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.pom (3.7 kB at 137 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.pom (2.2 kB at 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.pom (3.2 kB at 48 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.pom (2.7 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.pom (2.3 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.pom (2.5 kB at 27 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.pom (5.0 kB at 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.pom (3.6 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.pom (2.9 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.pom (1.7 kB at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.pom (3.2 kB at 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.pom (4.2 kB at 99 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.pom (2.3 kB at 48 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.pom (2.7 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.pom (2.6 kB at 54 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.pom (2.9 kB at 61 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.pom (3.8 kB at 66 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.pom (6.3 kB at 134 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.pom (6.3 kB at 104 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.pom (4.4 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.pom (2.5 kB at 52 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.pom (2.5 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.pom (2.0 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.pom (16 kB at 178 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.pom (3.9 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.20.2.Final/wildfly-elytron-parent-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.20.2.Final/wildfly-elytron-parent-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.20.2.Final/wildfly-elytron-parent-1.20.2.Final.pom (70 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/1.20.2.Final/wildfly-elytron-auth-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.20.2.Final/wildfly-elytron-auth-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.20.2.Final/wildfly-elytron-auth-1.20.2.Final.pom (1.8 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/1.20.2.Final/wildfly-elytron-util-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.20.2.Final/wildfly-elytron-util-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.20.2.Final/wildfly-elytron-util-1.20.2.Final.pom (2.8 kB at 38 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/1.20.2.Final/wildfly-elytron-asn1-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.20.2.Final/wildfly-elytron-asn1-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.20.2.Final/wildfly-elytron-asn1-1.20.2.Final.pom (2.5 kB at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/1.20.2.Final/wildfly-elytron-base-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.20.2.Final/wildfly-elytron-base-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.20.2.Final/wildfly-elytron-base-1.20.2.Final.pom (2.4 kB at 95 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/1.20.2.Final/wildfly-elytron-credential-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.20.2.Final/wildfly-elytron-credential-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.20.2.Final/wildfly-elytron-credential-1.20.2.Final.pom (4.1 kB at 64 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/1.20.2.Final/wildfly-elytron-keystore-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.20.2.Final/wildfly-elytron-keystore-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.20.2.Final/wildfly-elytron-keystore-1.20.2.Final.pom (3.7 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/1.20.2.Final/wildfly-elytron-provider-util-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.20.2.Final/wildfly-elytron-provider-util-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.20.2.Final/wildfly-elytron-provider-util-1.20.2.Final.pom (2.2 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/1.20.2.Final/wildfly-elytron-x500-cert-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.20.2.Final/wildfly-elytron-x500-cert-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.20.2.Final/wildfly-elytron-x500-cert-1.20.2.Final.pom (3.2 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/1.20.2.Final/wildfly-elytron-x500-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.20.2.Final/wildfly-elytron-x500-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.20.2.Final/wildfly-elytron-x500-1.20.2.Final.pom (2.7 kB at 25 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/1.20.2.Final/wildfly-elytron-x500-cert-util-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.20.2.Final/wildfly-elytron-x500-cert-util-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.20.2.Final/wildfly-elytron-x500-cert-util-1.20.2.Final.pom (2.3 kB at 38 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.20.2.Final/wildfly-elytron-permission-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.20.2.Final/wildfly-elytron-permission-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.20.2.Final/wildfly-elytron-permission-1.20.2.Final.pom (2.5 kB at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.20.2.Final/wildfly-elytron-auth-server-deprecated-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.20.2.Final/wildfly-elytron-auth-server-deprecated-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.20.2.Final/wildfly-elytron-auth-server-deprecated-1.20.2.Final.pom (3.2 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/1.20.2.Final/wildfly-elytron-http-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.20.2.Final/wildfly-elytron-http-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.20.2.Final/wildfly-elytron-http-1.20.2.Final.pom (2.7 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-http/1.20.2.Final/wildfly-elytron-auth-server-http-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.20.2.Final/wildfly-elytron-auth-server-http-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.20.2.Final/wildfly-elytron-auth-server-http-1.20.2.Final.pom (2.7 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.20.2.Final/wildfly-elytron-auth-server-sasl-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.20.2.Final/wildfly-elytron-auth-server-sasl-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.20.2.Final/wildfly-elytron-auth-server-sasl-1.20.2.Final.pom (2.5 kB at 25 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/1.20.2.Final/wildfly-elytron-sasl-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.20.2.Final/wildfly-elytron-sasl-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.20.2.Final/wildfly-elytron-sasl-1.20.2.Final.pom (3.8 kB at 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/1.20.2.Final/wildfly-elytron-mechanism-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.20.2.Final/wildfly-elytron-mechanism-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.20.2.Final/wildfly-elytron-mechanism-1.20.2.Final.pom (2.7 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/1.20.2.Final/wildfly-elytron-ssl-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.20.2.Final/wildfly-elytron-ssl-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.20.2.Final/wildfly-elytron-ssl-1.20.2.Final.pom (6.3 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/1.20.2.Final/wildfly-elytron-client-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.20.2.Final/wildfly-elytron-client-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.20.2.Final/wildfly-elytron-client-1.20.2.Final.pom (5.8 kB at 148 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/1.20.2.Final/wildfly-elytron-auth-util-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.20.2.Final/wildfly-elytron-auth-util-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.20.2.Final/wildfly-elytron-auth-util-1.20.2.Final.pom (3.6 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.20.2.Final/wildfly-elytron-mechanism-gssapi-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.20.2.Final/wildfly-elytron-mechanism-gssapi-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.20.2.Final/wildfly-elytron-mechanism-gssapi-1.20.2.Final.pom (2.9 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/1.20.2.Final/wildfly-elytron-security-manager-action-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.20.2.Final/wildfly-elytron-security-manager-action-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.20.2.Final/wildfly-elytron-security-manager-action-1.20.2.Final.pom (1.7 kB at 20 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/1.20.2.Final/wildfly-elytron-credential-source-impl-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.20.2.Final/wildfly-elytron-credential-source-impl-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.20.2.Final/wildfly-elytron-credential-source-impl-1.20.2.Final.pom (3.2 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/1.20.2.Final/wildfly-elytron-credential-store-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.20.2.Final/wildfly-elytron-credential-store-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.20.2.Final/wildfly-elytron-credential-store-1.20.2.Final.pom (4.2 kB at 54 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-encryption/1.20.2.Final/wildfly-elytron-encryption-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.20.2.Final/wildfly-elytron-encryption-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.20.2.Final/wildfly-elytron-encryption-1.20.2.Final.pom (2.3 kB at 24 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/1.20.2.Final/wildfly-elytron-password-impl-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.20.2.Final/wildfly-elytron-password-impl-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.20.2.Final/wildfly-elytron-password-impl-1.20.2.Final.pom (2.9 kB at 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.20.2.Final/wildfly-elytron-sasl-auth-util-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.20.2.Final/wildfly-elytron-sasl-auth-util-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.20.2.Final/wildfly-elytron-sasl-auth-util-1.20.2.Final.pom (2.0 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/1.20.2.Final/wildfly-elytron-security-manager-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.20.2.Final/wildfly-elytron-security-manager-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.20.2.Final/wildfly-elytron-security-manager-1.20.2.Final.pom (6.3 kB at 176 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.20.2.Final/wildfly-elytron-realm-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.20.2.Final/wildfly-elytron-realm-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.20.2.Final/wildfly-elytron-realm-1.20.2.Final.pom (4.4 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.pom (3.2 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.pom (2.7 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.pom (2.5 kB at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom (4.7 kB at 3.5 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom (77 kB at 738 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom (5.7 kB at 61 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 107 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.pom (2.8 kB at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.pom (2.6 kB at 28 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.pom (4.7 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-parent/2.0.0.Final/wildfly-http-client-parent-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-parent/2.0.0.Final/wildfly-http-client-parent-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-parent/2.0.0.Final/wildfly-http-client-parent-2.0.0.Final.pom (19 kB at 184 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.2.17.Final/undertow-core-2.2.17.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.2.17.Final/undertow-core-2.2.17.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.2.17.Final/undertow-core-2.2.17.Final.pom (28 kB at 369 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-parent/2.2.17.Final/undertow-parent-2.2.17.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.2.17.Final/undertow-parent-2.2.17.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.2.17.Final/undertow-parent-2.2.17.Final.pom (31 kB at 314 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.8.6.Final/xnio-api-3.8.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.6.Final/xnio-api-3.8.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.6.Final/xnio-api-3.8.6.Final.pom (8.8 kB at 120 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.8.6.Final/xnio-all-3.8.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.6.Final/xnio-all-3.8.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.6.Final/xnio-all-3.8.6.Final.pom (7.1 kB at 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.8.6.Final/xnio-nio-3.8.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.6.Final/xnio-nio-3.8.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.6.Final/xnio-nio-3.8.6.Final.pom (8.2 kB at 66 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/3.1.0.Final/jboss-threads-3.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.1.0.Final/jboss-threads-3.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.1.0.Final/jboss-threads-3.1.0.Final.pom (8.1 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 6.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.pom (6.0 kB at 111 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/1.15.1.Final/wildfly-elytron-auth-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.15.1.Final/wildfly-elytron-auth-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.15.1.Final/wildfly-elytron-auth-1.15.1.Final.pom (1.8 kB at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.15.1.Final/wildfly-elytron-parent-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.15.1.Final/wildfly-elytron-parent-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.15.1.Final/wildfly-elytron-parent-1.15.1.Final.pom (64 kB at 454 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/1.15.1.Final/wildfly-elytron-util-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.15.1.Final/wildfly-elytron-util-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.15.1.Final/wildfly-elytron-util-1.15.1.Final.pom (2.8 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/1.15.1.Final/wildfly-elytron-asn1-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.15.1.Final/wildfly-elytron-asn1-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.15.1.Final/wildfly-elytron-asn1-1.15.1.Final.pom (2.5 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/1.15.1.Final/wildfly-elytron-base-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.15.1.Final/wildfly-elytron-base-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.15.1.Final/wildfly-elytron-base-1.15.1.Final.pom (2.4 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.15.1.Final/wildfly-elytron-auth-server-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.15.1.Final/wildfly-elytron-auth-server-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.15.1.Final/wildfly-elytron-auth-server-1.15.1.Final.pom (3.9 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/1.15.1.Final/wildfly-elytron-credential-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.15.1.Final/wildfly-elytron-credential-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.15.1.Final/wildfly-elytron-credential-1.15.1.Final.pom (4.1 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/1.15.1.Final/wildfly-elytron-keystore-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.15.1.Final/wildfly-elytron-keystore-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.15.1.Final/wildfly-elytron-keystore-1.15.1.Final.pom (3.7 kB at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/1.15.1.Final/wildfly-elytron-provider-util-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.15.1.Final/wildfly-elytron-provider-util-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.15.1.Final/wildfly-elytron-provider-util-1.15.1.Final.pom (2.2 kB at 27 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/1.15.1.Final/wildfly-elytron-x500-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.15.1.Final/wildfly-elytron-x500-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.15.1.Final/wildfly-elytron-x500-1.15.1.Final.pom (2.7 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.15.1.Final/wildfly-elytron-permission-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.15.1.Final/wildfly-elytron-permission-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.15.1.Final/wildfly-elytron-permission-1.15.1.Final.pom (2.5 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-http/1.15.1.Final/wildfly-elytron-auth-server-http-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.15.1.Final/wildfly-elytron-auth-server-http-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.15.1.Final/wildfly-elytron-auth-server-http-1.15.1.Final.pom (2.7 kB at 24 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/1.15.1.Final/wildfly-elytron-http-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.15.1.Final/wildfly-elytron-http-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.15.1.Final/wildfly-elytron-http-1.15.1.Final.pom (2.5 kB at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/1.15.1.Final/wildfly-elytron-client-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.15.1.Final/wildfly-elytron-client-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.15.1.Final/wildfly-elytron-client-1.15.1.Final.pom (6.1 kB at 108 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/1.15.1.Final/wildfly-elytron-auth-util-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.15.1.Final/wildfly-elytron-auth-util-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.15.1.Final/wildfly-elytron-auth-util-1.15.1.Final.pom (3.3 kB at 54 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.15.1.Final/wildfly-elytron-mechanism-gssapi-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.15.1.Final/wildfly-elytron-mechanism-gssapi-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.15.1.Final/wildfly-elytron-mechanism-gssapi-1.15.1.Final.pom (2.9 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/1.15.1.Final/wildfly-elytron-security-manager-action-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.15.1.Final/wildfly-elytron-security-manager-action-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.15.1.Final/wildfly-elytron-security-manager-action-1.15.1.Final.pom (1.7 kB at 26 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.3.0/sshd-common-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.3.0/sshd-common-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.3.0/sshd-common-2.3.0.pom (4.7 kB at 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd/2.3.0/sshd-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.3.0/sshd-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.3.0/sshd-2.3.0.pom (66 kB at 562 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-framework-bom/5.1.7.RELEASE/spring-framework-bom-5.1.7.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.1.7.RELEASE/spring-framework-bom-5.1.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.1.7.RELEASE/spring-framework-bom-5.1.7.RELEASE.pom (5.3 kB at 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/1.15.1.Final/wildfly-elytron-credential-source-impl-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.15.1.Final/wildfly-elytron-credential-source-impl-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.15.1.Final/wildfly-elytron-credential-source-impl-1.15.1.Final.pom (3.2 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/1.15.1.Final/wildfly-elytron-credential-store-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.15.1.Final/wildfly-elytron-credential-store-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.15.1.Final/wildfly-elytron-credential-store-1.15.1.Final.pom (4.2 kB at 185 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-encryption/1.15.1.Final/wildfly-elytron-encryption-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.15.1.Final/wildfly-elytron-encryption-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.15.1.Final/wildfly-elytron-encryption-1.15.1.Final.pom (2.3 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/1.15.1.Final/wildfly-elytron-mechanism-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.15.1.Final/wildfly-elytron-mechanism-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.15.1.Final/wildfly-elytron-mechanism-1.15.1.Final.pom (2.7 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/1.15.1.Final/wildfly-elytron-password-impl-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.15.1.Final/wildfly-elytron-password-impl-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.15.1.Final/wildfly-elytron-password-impl-1.15.1.Final.pom (2.9 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/1.15.1.Final/wildfly-elytron-sasl-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.15.1.Final/wildfly-elytron-sasl-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.15.1.Final/wildfly-elytron-sasl-1.15.1.Final.pom (3.8 kB at 57 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/1.15.1.Final/wildfly-elytron-ssl-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.15.1.Final/wildfly-elytron-ssl-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.15.1.Final/wildfly-elytron-ssl-1.15.1.Final.pom (6.3 kB at 85 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/1.15.1.Final/wildfly-elytron-x500-cert-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.15.1.Final/wildfly-elytron-x500-cert-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.15.1.Final/wildfly-elytron-x500-cert-1.15.1.Final.pom (3.2 kB at 104 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/1.15.1.Final/wildfly-elytron-x500-cert-util-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.15.1.Final/wildfly-elytron-x500-cert-util-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.15.1.Final/wildfly-elytron-x500-cert-util-1.15.1.Final.pom (2.3 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-basic/1.15.1.Final/wildfly-elytron-http-basic-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.15.1.Final/wildfly-elytron-http-basic-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.15.1.Final/wildfly-elytron-http-basic-1.15.1.Final.pom (2.9 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-http/1.15.1.Final/wildfly-elytron-mechanism-http-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.15.1.Final/wildfly-elytron-mechanism-http-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.15.1.Final/wildfly-elytron-mechanism-http-1.15.1.Final.pom (2.6 kB at 59 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-cert/1.15.1.Final/wildfly-elytron-http-cert-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.15.1.Final/wildfly-elytron-http-cert-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.15.1.Final/wildfly-elytron-http-cert-1.15.1.Final.pom (2.8 kB at 53 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-digest/1.15.1.Final/wildfly-elytron-http-digest-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.15.1.Final/wildfly-elytron-http-digest-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.15.1.Final/wildfly-elytron-http-digest-1.15.1.Final.pom (3.0 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-digest/1.15.1.Final/wildfly-elytron-mechanism-digest-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.15.1.Final/wildfly-elytron-mechanism-digest-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.15.1.Final/wildfly-elytron-mechanism-digest-1.15.1.Final.pom (2.2 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/1.15.1.Final/wildfly-elytron-http-util-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.15.1.Final/wildfly-elytron-http-util-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.15.1.Final/wildfly-elytron-http-util-1.15.1.Final.pom (2.6 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/1.15.1.Final/wildfly-elytron-security-manager-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.15.1.Final/wildfly-elytron-security-manager-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.15.1.Final/wildfly-elytron-security-manager-1.15.1.Final.pom (6.3 kB at 244 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.15.1.Final/wildfly-elytron-realm-1.15.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.15.1.Final/wildfly-elytron-realm-1.15.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.15.1.Final/wildfly-elytron-realm-1.15.1.Final.pom (4.3 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.pom (3.9 kB at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.pom (4.1 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.pom (7.7 kB at 77 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom (8.5 kB at 99 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom (6.6 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom (21 kB at 182 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.1.0.Final/wildfly-naming-client-1.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.1.0.Final/wildfly-naming-client-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.1.0.Final/wildfly-naming-client-1.1.0.Final.pom (9.7 kB at 232 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.pom (24 kB at 700 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.pom (2.6 kB at 86 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kohsuke/pom/14/pom-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom (5.5 kB at 609 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.pom (23 kB at 207 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-parent/2.3.0.Final/undertow-parent-2.3.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.3.0.Final/undertow-parent-2.3.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.3.0.Final/undertow-parent-2.3.0.Final.pom (26 kB at 614 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom (7.3 kB at 179 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.pom (2.9 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.pom (2.5 kB at 182 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.pom (2.8 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.pom (3.0 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.pom (2.2 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.pom (51 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.pom (2.7 kB at 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.pom (2.0 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.pom (2.7 kB at 51 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.pom (2.4 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.pom (2.5 kB at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.pom (5.6 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.pom (2.7 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.pom (1.9 kB at 59 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom (6.1 kB at 358 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom (5.5 kB at 692 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom (9.9 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom (17 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom (16 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 552 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bitbucket/b_c/jose4j/0.7.11/jose4j-0.7.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.7.11/jose4j-0.7.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.7.11/jose4j-0.7.11.pom (8.9 kB at 145 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.pom (3.0 kB at 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.pom (1.8 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.pom (2.4 kB at 52 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.pom (2.3 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.pom (3.8 kB at 172 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.pom (4.0 kB at 115 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.pom (3.7 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.pom (3.0 kB at 28 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.pom (2.8 kB at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.pom (2.7 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.pom (3.0 kB at 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.pom (3.4 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.pom (2.3 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.pom (2.6 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.pom (2.5 kB at 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.pom (2.7 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.pom (4.1 kB at 204 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.pom (2.4 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.pom (8.9 kB at 197 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom (6.1 kB at 243 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom (5.5 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom (9.9 kB at 395 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom (17 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom (17 kB at 473 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom (2.6 kB at 44 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/19/jboss-parent-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom (32 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.jar (458 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.jar (111 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.jar (238 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.jar (91 kB at 954 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.jar (585 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.jar (326 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar (61 kB at 563 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.jar (8.3 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.jar (16 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.jar (9.0 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.jar (170 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar (47 kB at 318 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.jar (85 kB at 550 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.jar (13 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.jar (295 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.jar (277 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.jar (36 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.jar (32 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.jar (38 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.jar (16 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.jar (49 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.jar (26 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.jar (139 kB at 620 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.jar (218 kB at 962 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.jar (19 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.jar (936 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.jar (69 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.jar (101 kB at 384 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.jar (24 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.jar (39 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.jar (8.1 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.jar (20 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.jar (34 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.jar (63 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.jar (72 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.jar (117 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.jar (163 kB at 511 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.jar (11 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.jar (179 kB at 548 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.jar (15 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.jar (39 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.jar (35 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.jar (11 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.jar (139 kB at 399 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.jar (35 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.jar (72 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.jar (7.7 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.jar (94 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.jar (10 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.jar (12 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.jar (30 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.jar (7.4 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.jar (2.3 MB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.jar (22 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.jar (12 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.jar (13 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.jar (43 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.jar (40 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.jar (187 kB at 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.jar (42 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.jar (9.2 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.jar (9.7 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 625 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.jar (17 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.jar (8.1 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.jar (186 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.jar (20 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.jar (280 kB at 493 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.jar (16 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.jar (7.1 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.jar (13 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.jar (5.0 kB at 8.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar (375 kB at 616 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.jar (9.5 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.jar (26 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar (76 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.jar (27 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.jar (110 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar (1.5 MB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.jar (37 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.jar (36 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.jar (26 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.jar (12 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.jar (14 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.jar (28 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.jar (48 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.jar (11 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.jar (25 kB at 35 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.jar (9.2 kB at 13 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.jar (17 kB at 24 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.jar (48 kB at 67 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar (8.0 kB at 11 kB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.8:wget (install-jee-server) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.test --- [INFO] Copying 42 resources from src/it/resources to target/test-classes [INFO] Copying 42 resources from src/it/resources to target/test-classes [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] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 61 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.kohsuke.metainf_services.AnnotationProcessorImpl' less than -source '11' [WARNING] No processor claimed any of these annotations: /jakarta.persistence.OneToMany,/jakarta.persistence.Table,/jakarta.persistence.Embedded,/jakarta.persistence.NamedQuery,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/org.junit.After,/jakarta.persistence.PreUpdate,/org.junit.AfterClass,/org.eclipse.samples.LoggableEmployee,/jakarta.persistence.MapKeyColumn,/org.junit.runners.Suite.SuiteClasses,/org.junit.BeforeClass,/org.junit.Ignore,/jakarta.persistence.PrePersist,/jakarta.persistence.EntityListeners,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.JoinColumn,/jakarta.persistence.Version,/jakarta.persistence.TableGenerator,/org.eclipse.samples.annotations.CycleSelf,/org.junit.Test,/jakarta.persistence.OneToOne,/org.eclipse.samples.annotations.CycleC,/jakarta.persistence.Transient,/org.eclipse.samples.annotations.CycleA,/jakarta.persistence.Id,/org.eclipse.samples.annotations.CycleB,/org.junit.Before,/org.junit.runner.RunWith [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- dependency:3.6.0:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >---- [INFO] Building EclipseLink Bundles Other 4.0.3-SNAPSHOT [30/134] [INFO] from bundles/others/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar (128 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0-sources.jar (198 kB at 4.5 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.bundles.other --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.bundles.other --- [INFO] Copying 4 resources from src/main/resources/filtered to target/classes [INFO] Copying 63 resources from src/main/resources/nonfiltered to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.bundles.other --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.bundles.other --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles.other --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.bundles.other --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.bundles.other --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.bundles.other --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- dependency:3.6.0:copy (prepare-jars-for-eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:3.1.0:jar [INFO] Copying jakarta.persistence-api-3.1.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-src.zip/jpa/plugins/jakarta.persistence-api-3.1.0.jar [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (sdo-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Copying org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/org.eclipse.persistence.sdo-javadoc.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles.other --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles.other --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.5.0:jar (all-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.5.0:jar (nosql-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.bundles.other --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-plugins-nosql.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-plugins-nosql.zip [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-plugins.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-plugins.zip.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.asm:*' o 'org.eclipse.persistence:org.eclipse.persistence.oracleddlparser:*' o 'org.eclipse.persistence:commonj.sdo:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'com.sun:tools' o 'com.sun.xml.fastinfoset' o 'com.sun.istack' o 'org.glassfish.grizzly' o 'org.glassfish.ha' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.inject:jakarta.inject' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-plugins.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:4.0.3-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-shared-lib.ear) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence4.0.3-SNAPSHOT-shared-lib.ear [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-shared-lib.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink4.0.3-SNAPSHOT-shared-lib.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:4.0.3-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-core-tests.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.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/eclipselink-nightly-4.0/bundles/others/target/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-coretest-framework.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.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/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-jpa-tests.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.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/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-jpatest-framework.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.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/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-test-jars.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-test-jars.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:4.0.3-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-test-src.zip.xml [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test.framework:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.nosql:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:jar:4.0.3-SNAPSHOT [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.oracle.spatial' [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.moxy:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo.server.test:jar:4.0.3-SNAPSHOT [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-test-src.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:4.0.3-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.bundles.other --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-test-src.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence4.0.3-SNAPSHOT-shared-lib.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/gpg/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-test-src.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/gpg/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence4.0.3-SNAPSHOT-shared-lib.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.ear.asc [INFO] [INFO] -------------------< org.eclipse.persistence:p2site >------------------- [INFO] Building EclipseLink Bundles P2 Site 4.0.3-SNAPSHOT [31/134] [INFO] from bundles/p2site/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ p2site --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ p2site --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ p2site --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ p2site --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/p2site/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/p2site/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ p2site --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ p2site --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ p2site --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/p2site/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ p2site --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ p2site --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ p2site --- [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ p2site --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ p2site --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ p2site --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/p2site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/4.0.3-SNAPSHOT/p2site-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/p2site/target/p2site-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/4.0.3-SNAPSHOT/p2site-4.0.3-SNAPSHOT.pom.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 4.0.3-SNAPSHOT [32/134] [INFO] from testing/server-oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.8:wget (install-jee-server) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server-oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server-oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server-oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- dependency:3.6.0:copy (configure-glassfish-modules) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server-oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server-oracle/target/org.eclipse.persistence.oracle.test.server.parent-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-4.0.3-SNAPSHOT.pom.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >--- [INFO] Building EclipseLink SDO Test Server 4.0.3-SNAPSHOT [33/134] [INFO] from sdo/eclipselink.sdo.test.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom (4.3 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom (17 kB at 461 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/planet57/buildsupport/public-parent/2/public-parent-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/public-parent/2/public-parent-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/public-parent/2/public-parent-2.pom (1.4 kB at 9.0 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom (23 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar (38 kB at 847 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom (8.6 kB at 164 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [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 3.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar (64 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-maven3-plugin/1.10.7/cargo-maven3-plugin-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven3-plugin/1.10.7/cargo-maven3-plugin-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven3-plugin/1.10.7/cargo-maven3-plugin-1.10.7.pom (5.7 kB at 48 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-extensions-maven3/1.10.7/cargo-extensions-maven3-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-maven3/1.10.7/cargo-extensions-maven3-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-maven3/1.10.7/cargo-extensions-maven3-1.10.7.pom (1.4 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-extensions/1.10.7/cargo-extensions-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions/1.10.7/cargo-extensions-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions/1.10.7/cargo-extensions-1.10.7.pom (1.9 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/codehaus-cargo/1.10.7/codehaus-cargo-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.10.7/codehaus-cargo-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.10.7/codehaus-cargo-1.10.7.pom (51 kB at 479 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-maven3-plugin/1.10.7/cargo-maven3-plugin-1.10.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven3-plugin/1.10.7/cargo-maven3-plugin-1.10.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven3-plugin/1.10.7/cargo-maven3-plugin-1.10.7.jar (121 kB at 3.9 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.sdo.server.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.8:wget (install-jee-server) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.sdo.server.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.sdo.server.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.sdo.server.test --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.sdo.server.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.kohsuke.metainf_services.AnnotationProcessorImpl' less than -source '11' [WARNING] No processor claimed any of these annotations: /jakarta.ejb.Remote,/jakarta.ejb.Startup,/jakarta.annotation.PostConstruct,/jakarta.ejb.Stateless,/jakarta.ejb.Singleton [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.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/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.sdo.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-client.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.sdo.server.test --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (1.5 kB at 13 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (12 kB at 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/9/forge-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/9/forge-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (13 kB at 86 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (2.2 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (1.6 kB at 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom (1.7 kB at 8.1 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom (2.6 kB at 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom (21 kB at 487 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 209 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jline/jline/2.12/jline-2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.pom (17 kB at 320 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jline/jline/2.12/jline-2.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (58 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar (16 kB at 496 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar (7.3 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 kB at 335 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (4.2 kB at 69 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 301 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar (214 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar (7.0 MB at 37 MB/s) [INFO] WildFlyHomeDir exists:false [INFO] Skip WildFly configuration: true [INFO] [INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.sdo.server.test --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [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 303 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [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 417 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [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 426 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom (1.3 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom (1.6 kB at 99 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom (4.0 kB at 62 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.2/commons-io-2.2.pom [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 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.2/commons-io-2.2.jar [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/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 4.9 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.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/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] 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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 5.8 MB/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] 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 14 MB/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.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 11 MB/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.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 21 MB/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.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 1.6 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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 8.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-settings/3.0/maven-settings-3.0.jar (47 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-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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 970 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-core/3.0/maven-core-3.0.jar (527 kB at 17 MB/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-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 1.6 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.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 3.1 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/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 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-utils/3.0.22/plexus-utils-3.0.22.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 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.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 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.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 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.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 1.1 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/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar (84 kB at 1.6 MB/s) [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 3.3 MB/s) [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.jar (245 kB at 4.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar (22 kB at 280 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar (85 kB at 981 kB/s) [INFO] [INFO] --- dependency:3.6.0:copy (configure-glassfish-modules) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.10.7:restart (start-container) @ org.eclipse.persistence.sdo.server.test --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 324 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 193 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-generic/1.10.7/cargo-core-api-generic-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.10.7/cargo-core-api-generic-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.10.7/cargo-core-api-generic-1.10.7.pom (1.7 kB at 19 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api/1.10.7/cargo-core-api-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api/1.10.7/cargo-core-api-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api/1.10.7/cargo-core-api-1.10.7.pom (1.3 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core/1.10.7/cargo-core-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.10.7/cargo-core-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.10.7/cargo-core-1.10.7.pom (2.3 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom (8.1 kB at 626 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/20/commons-parent-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 kB at 596 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-container/1.10.7/cargo-core-api-container-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.10.7/cargo-core-api-container-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.10.7/cargo-core-api-container-1.10.7.pom (3.7 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom (2.3 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom (2.0 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-module/1.10.7/cargo-core-api-module-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.10.7/cargo-core-api-module-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.10.7/cargo-core-api-module-1.10.7.pom (2.7 kB at 817 B/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom (1.7 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom (15 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom (4.6 kB at 329 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-util/1.10.7/cargo-core-api-util-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.10.7/cargo-core-api-util-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.10.7/cargo-core-api-util-1.10.7.pom (2.0 kB at 1.5 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-licensed-dtds/1.10.7/cargo-licensed-dtds-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.10.7/cargo-licensed-dtds-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.10.7/cargo-licensed-dtds-1.10.7.pom (1.4 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-resources/1.10.7/cargo-resources-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-resources/1.10.7/cargo-resources-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-resources/1.10.7/cargo-resources-1.10.7.pom (2.0 kB at 24 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom (832 B at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom (2.7 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom (14 kB at 149 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom (670 B at 14 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom (6.8 kB at 165 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-documentation/1.10.7/cargo-documentation-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.10.7/cargo-documentation-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.10.7/cargo-documentation-1.10.7.pom (3.2 kB at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-daemon-client/1.10.7/cargo-daemon-client-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.10.7/cargo-daemon-client-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.10.7/cargo-daemon-client-1.10.7.pom (1.5 kB at 12 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-extensions-daemon/1.10.7/cargo-extensions-daemon-1.10.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-daemon/1.10.7/cargo-extensions-daemon-1.10.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-daemon/1.10.7/cargo-extensions-daemon-1.10.7.pom (1.3 kB at 7.2 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-generic/1.10.7/cargo-core-api-generic-1.10.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-container/1.10.7/cargo-core-api-container-1.10.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-module/1.10.7/cargo-core-api-module-1.10.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-licensed-dtds/1.10.7/cargo-licensed-dtds-1.10.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-documentation/1.10.7/cargo-documentation-1.10.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-daemon-client/1.10.7/cargo-daemon-client-1.10.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-util/1.10.7/cargo-core-api-util-1.10.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.10.7/cargo-core-api-generic-1.10.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar (80 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.10.7/cargo-core-api-container-1.10.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.10.7/cargo-core-api-generic-1.10.7.jar (38 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.10.7/cargo-core-api-module-1.10.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.10.7/cargo-core-api-container-1.10.7.jar (176 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.10.7/cargo-core-api-module-1.10.7.jar (165 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar (224 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.10.7/cargo-licensed-dtds-1.10.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar (328 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.10.7/cargo-documentation-1.10.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar (1.9 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.10.7/cargo-daemon-client-1.10.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar (28 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.10.7/cargo-core-api-util-1.10.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.10.7/cargo-documentation-1.10.7.jar (213 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.10.7/cargo-licensed-dtds-1.10.7.jar (146 kB at 838 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar (1.4 MB at 7.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.10.7/cargo-core-api-util-1.10.7.jar (41 kB at 213 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.10.7/cargo-daemon-client-1.10.7.jar (14 kB at 72 kB/s) [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-sdo-server) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- cargo:1.10.7:stop (stop-container) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.1.2:verify (verify-server-test) @ org.eclipse.persistence.sdo.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.sdo.server.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-client.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT.ear.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-client.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >---- [INFO] Building EclipseLink JPA JSE Test 4.0.3-SNAPSHOT [34/134] [INFO] from jpa/eclipselink.jpa.test.jse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom (6.2 kB at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar (11 kB at 276 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/5.1.0.Final/weld-se-core-5.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/5.1.0.Final/weld-se-core-5.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/5.1.0.Final/weld-se-core-5.1.0.Final.pom (8.1 kB at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-parent/5.1.0.Final/weld-se-parent-5.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-parent/5.1.0.Final/weld-se-parent-5.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-parent/5.1.0.Final/weld-se-parent-5.1.0.Final.pom (1.2 kB at 14 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-parent/5.1.0.Final/weld-core-parent-5.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/5.1.0.Final/weld-core-parent-5.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/5.1.0.Final/weld-core-parent-5.1.0.Final.pom (30 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/46/weld-parent-46.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/46/weld-parent-46.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/46/weld-parent-46.pom (54 kB at 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha12/arquillian-bom-1.7.0.Alpha12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha12/arquillian-bom-1.7.0.Alpha12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha12/arquillian-bom-1.7.0.Alpha12.pom (11 kB at 442 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-bom/5.0.SP3/weld-api-bom-5.0.SP3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/5.0.SP3/weld-api-bom-5.0.SP3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/5.0.SP3/weld-api-bom-5.0.SP3.pom (5.2 kB at 373 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-parent/5.0.SP3/weld-api-parent-5.0.SP3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/5.0.SP3/weld-api-parent-5.0.SP3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/5.0.SP3/weld-api-parent-5.0.SP3.pom (7.6 kB at 218 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/environment/weld-environment-common/5.1.0.Final/weld-environment-common-5.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/5.1.0.Final/weld-environment-common-5.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/5.1.0.Final/weld-environment-common-5.1.0.Final.pom (1.8 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-impl/5.1.0.Final/weld-core-impl-5.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/5.1.0.Final/weld-core-impl-5.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/5.1.0.Final/weld-core-impl-5.1.0.Final.pom (8.3 kB at 53 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api/5.0.SP3/weld-api-5.0.SP3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/5.0.SP3/weld-api-5.0.SP3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/5.0.SP3/weld-api-5.0.SP3.pom (1.6 kB at 95 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-spi/5.0.SP3/weld-spi-5.0.SP3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/5.0.SP3/weld-spi-5.0.SP3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/5.0.SP3/weld-spi-5.0.SP3.pom (2.6 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom (3.3 kB at 235 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.pom (18 kB at 262 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-lite-extension-translator/5.1.0.Final/weld-lite-extension-translator-5.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-lite-extension-translator/5.1.0.Final/weld-lite-extension-translator-5.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-lite-extension-translator/5.1.0.Final/weld-lite-extension-translator-5.1.0.Final.pom (2.6 kB at 78 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.pom (7.1 kB at 284 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom (5.6 kB at 372 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom (1.8 kB at 54 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.pom (1.8 kB at 168 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/5.1.0.Final/weld-se-core-5.1.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/environment/weld-environment-common/5.1.0.Final/weld-environment-common-5.1.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-impl/5.1.0.Final/weld-core-impl-5.1.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api/5.0.SP3/weld-api-5.0.SP3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-spi/5.0.SP3/weld-spi-5.0.SP3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-lite-extension-translator/5.1.0.Final/weld-lite-extension-translator-5.1.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/5.1.0.Final/weld-se-core-5.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/5.1.0.Final/weld-se-core-5.1.0.Final.jar (73 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/5.1.0.Final/weld-environment-common-5.1.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/5.1.0.Final/weld-core-impl-5.1.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/5.0.SP3/weld-api-5.0.SP3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/5.0.SP3/weld-spi-5.0.SP3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/5.0.SP3/weld-spi-5.0.SP3.jar (83 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-lite-extension-translator/5.1.0.Final/weld-lite-extension-translator-5.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/5.0.SP3/weld-api-5.0.SP3.jar (33 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.jar (219 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar (21 kB at 467 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/5.1.0.Final/weld-environment-common-5.1.0.Final.jar (85 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.jar (239 kB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar (120 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.jar (63 kB at 652 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-lite-extension-translator/5.1.0.Final/weld-lite-extension-translator-5.1.0.Final.jar (154 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/5.1.0.Final/weld-core-impl-5.1.0.Final.jar (1.6 MB at 12 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.jse.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.jse.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jse.test --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/test/resources [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 283 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[10598,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[10672,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[10746,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[10828,44] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[10926,44] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11024,44] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/canonical/TestCanonicalMetaModel.java:[60,48] auto-closeable resource acemf is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[74,46] getYear() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[75,36] getMonth() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[76,36] getDate() in java.util.Date has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryHints.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryHints.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- staticweave:1.0.0:weave (default) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Start EclipseLink static weaving... [INFO] Finished EclipseLink static weaving. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-jse-without-deadlock) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-jse-deadlock) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >--- [INFO] Building EclipseLink JPA Spring Test 4.0.3-SNAPSHOT [35/134] [INFO] from jpa/eclipselink.jpa.spring.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/5.3.25/spring-context-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.25/spring-context-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.25/spring-context-5.3.25.pom (2.6 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/5.3.25/spring-aop-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.25/spring-aop-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.25/spring-aop-5.3.25.pom (2.2 kB at 17 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/5.3.25/spring-beans-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.25/spring-beans-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.25/spring-beans-5.3.25.pom (2.0 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/5.3.25/spring-core-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.25/spring-core-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.25/spring-core-5.3.25.pom (2.0 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jcl/5.3.25/spring-jcl-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.25/spring-jcl-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.25/spring-jcl-5.3.25.pom (1.8 kB at 17 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/5.3.25/spring-expression-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.25/spring-expression-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.25/spring-expression-5.3.25.pom (2.1 kB at 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-instrument/5.3.25/spring-instrument-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.25/spring-instrument-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.25/spring-instrument-5.3.25.pom (1.8 kB at 24 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-orm/5.3.25/spring-orm-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.25/spring-orm-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.25/spring-orm-5.3.25.pom (2.6 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jdbc/5.3.25/spring-jdbc-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.25/spring-jdbc-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.25/spring-jdbc-5.3.25.pom (2.4 kB at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-tx/5.3.25/spring-tx-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.25/spring-tx-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.25/spring-tx-5.3.25.pom (2.2 kB at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-test/5.3.25/spring-test-5.3.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.25/spring-test-5.3.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.25/spring-test-5.3.25.pom (2.1 kB at 15 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/5.3.25/spring-context-5.3.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/5.3.25/spring-aop-5.3.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/5.3.25/spring-beans-5.3.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/5.3.25/spring-core-5.3.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jcl/5.3.25/spring-jcl-5.3.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/5.3.25/spring-expression-5.3.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-instrument/5.3.25/spring-instrument-5.3.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-orm/5.3.25/spring-orm-5.3.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jdbc/5.3.25/spring-jdbc-5.3.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-test/5.3.25/spring-test-5.3.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-tx/5.3.25/spring-tx-5.3.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.25/spring-context-5.3.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.25/spring-context-5.3.25.jar (1.3 MB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.25/spring-aop-5.3.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.25/spring-beans-5.3.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.25/spring-core-5.3.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.25/spring-jcl-5.3.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.25/spring-expression-5.3.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.25/spring-core-5.3.25.jar (1.5 MB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.25/spring-instrument-5.3.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.25/spring-aop-5.3.25.jar (383 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.25/spring-orm-5.3.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.25/spring-jcl-5.3.25.jar (24 kB at 244 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.25/spring-jdbc-5.3.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.25/spring-expression-5.3.25.jar (290 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.25/spring-test-5.3.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.25/spring-instrument-5.3.25.jar (7.5 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.25/spring-tx-5.3.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.25/spring-orm-5.3.25.jar (204 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.25/spring-jdbc-5.3.25.jar (428 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.25/spring-beans-5.3.25.jar (703 kB at 4.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.25/spring-test-5.3.25.jar (789 kB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.25/spring-tx-5.3.25.jar (333 kB at 1.7 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.spring.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.spring.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.spring.test --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Copying 17 resources from src/it/resources to target/test-classes [INFO] Copying 17 resources from src/it/resources to target/test-classes [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] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-spring-local) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-spring-container) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >---- [INFO] Building EclipseLink JPA WDF Test 4.0.3-SNAPSHOT [36/134] [INFO] from jpa/eclipselink.jpa.wdf.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.1.2:integration-test (clear-database)' [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 218 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.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/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.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/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-tests.jar.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.core:test-jar' [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.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/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-client.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- failsafe:3.1.2:integration-test (clear-database) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-client.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT.ear.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-client.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >----- [INFO] Building EclipseLink Oracle Extension Test 4.0.3-SNAPSHOT [37/134] [INFO] from foundation/org.eclipse.persistence.oracle.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/test/resources [INFO] Copying 1 resource from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 142 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[53,38] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[54,181] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[414,24] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[124,23] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[409,24] getUnicodeStream(int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[114,23] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestPreparedStatement.java:[229,17] setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/plsqlrecord/PLSQLrecordWithCompatibleTypeInOutTestSet.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/plsqlrecord/PLSQLrecordWithCompatibleTypeInOutTestSet.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] --- dependency:3.6.0:copy (copy-to-distribution-module) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.oracle.test:tests:4.0.3-SNAPSHOT:test-jar [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.oracle.test:test-sources:4.0.3-SNAPSHOT:test-jar [INFO] Copying org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/dependency/org.eclipse.persistence.oracle.test-tests.jar [INFO] Copying org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/dependency/org.eclipse.persistence.oracle.test-test-sources.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >-- [INFO] Building EclipseLink DBWS Test Oracle 4.0.3-SNAPSHOT [38/134] [INFO] from dbws/eclipselink.dbws.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/src/test/resources [INFO] Copying 6 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle 4.0.3-SNAPSHOT [39/134] [INFO] from utils/eclipselink.dbws.builder.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/src/test/resources [INFO] Copying 5 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 131 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle Server 4.0.3-SNAPSHOT [40/134] [INFO] from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.8:wget (install-jee-server) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/src/test/resources [INFO] Copying 1 resource from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- dependency:3.6.0:copy (configure-glassfish-modules) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >-- [INFO] Building EclipseLink Package Signature Compare Utility 4.0.3-SNAPSHOT [41/134] [INFO] from utils/eclipselink.utils.sigcompare/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.utils.sigcompare --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in http://www.eclipse.org/eclipselink/foundation/org.eclipse.persistence.core/apidocs/ are in named modules. [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps >---- [INFO] Building Persistence TestApps 4.0.3-SNAPSHOT [42/134] [INFO] from jpa/eclipselink.jpa.testapps/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/eclipselink-testbuild-plugin/1.0.0/eclipselink-testbuild-plugin-1.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/eclipselink-testbuild-plugin/1.0.0/eclipselink-testbuild-plugin-1.0.0.pom (5.3 kB at 194 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/eclipselink-testbuild-plugin/1.0.0/eclipselink-testbuild-plugin-1.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/eclipselink-testbuild-plugin/1.0.0/eclipselink-testbuild-plugin-1.0.0.jar (29 kB at 636 kB/s) [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps --- [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [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.4/maven-plugin-annotations-3.6.4.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.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 111 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [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.4/maven-plugin-tools-3.6.4.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.4/maven-plugin-tools-3.6.4.pom (15 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 771 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.pom (2.6 kB at 239 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom (21 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.jar [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.4/maven-plugin-annotations-3.6.4.jar [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.4/maven-plugin-annotations-3.6.4.jar (14 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 5.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.jar (150 kB at 14 MB/s) [INFO] pom projects not supported, skipping... [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/target/org.eclipse.persistence.jpa.testapps.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/target/org.eclipse.persistence.jpa.testapps.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps-4.0.3-SNAPSHOT.pom.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced >-- [INFO] Building Test - advanced 4.0.3-SNAPSHOT [43/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 97 source files with javac [debug deprecation release 11] to target/classes [INFO] [EL Info]: processor: Creating static metadata factory ... [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/non-existant-orm-file.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.MapKeyJoinColumn,/jakarta.persistence.Access,/jakarta.persistence.OrderColumn,/jakarta.persistence.EmbeddedId,/org.eclipse.persistence.annotations.ObjectTypeConverter,/org.eclipse.persistence.annotations.TypeConverter,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/org.eclipse.persistence.annotations.CollectionTable,/jakarta.persistence.PreUpdate,/jakarta.persistence.MapKeyColumn,/jakarta.persistence.Cacheable,/org.eclipse.persistence.annotations.NamedStoredFunctionQuery,/jakarta.persistence.EntityListeners,/org.eclipse.persistence.annotations.WriteTransformers,/jakarta.persistence.JoinTable,/org.eclipse.persistence.annotations.NamedStoredProcedureQueries,/jakarta.persistence.Column,/jakarta.persistence.Basic,/org.eclipse.persistence.annotations.Cache,/jakarta.persistence.JoinColumn,/org.eclipse.persistence.annotations.CacheIndex,/org.eclipse.persistence.oxm.annotations.XmlPath,/jakarta.persistence.Enumerated,/jakarta.persistence.ManyToMany,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/jakarta.persistence.PreRemove,/jakarta.persistence.SecondaryTable,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.Temporal,/jakarta.persistence.OneToOne,/org.eclipse.persistence.annotations.ExistenceChecking,/org.eclipse.persistence.annotations.PrimaryKey,/jakarta.persistence.Transient,/org.eclipse.persistence.annotations.Properties,/org.eclipse.persistence.annotations.DeleteAll,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/jakarta.persistence.OneToMany,/org.eclipse.persistence.annotations.OptimisticLocking,/org.eclipse.persistence.annotations.Customizer,/jakarta.persistence.AssociationOverride,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.persistence.SequenceGenerator,/jakarta.persistence.Embedded,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.NamedQuery,/jakarta.persistence.ElementCollection,/org.eclipse.persistence.annotations.MapKeyConvert,/org.eclipse.persistence.annotations.Convert,/jakarta.persistence.IdClass,/org.eclipse.persistence.annotations.ReadOnly,/org.eclipse.persistence.annotations.TypeConverters,/jakarta.persistence.NamedNativeQueries,/org.eclipse.persistence.annotations.Property,/org.eclipse.persistence.annotations.Mutable,/jakarta.persistence.PrePersist,/jakarta.persistence.NamedQueries,/org.eclipse.persistence.annotations.BasicMap,/jakarta.persistence.AttributeOverrides,/jakarta.persistence.MapKey,/org.eclipse.persistence.annotations.ReadTransformer,/jakarta.persistence.DiscriminatorColumn,/jakarta.persistence.PostUpdate,/org.eclipse.persistence.annotations.WriteTransformer,/org.eclipse.persistence.annotations.PrivateOwned,/jakarta.persistence.PrimaryKeyJoinColumn,/org.eclipse.persistence.annotations.BasicCollection,/org.eclipse.persistence.annotations.Converter,/org.eclipse.persistence.annotations.ChangeTracking,/org.eclipse.persistence.annotations.JoinFetch,/jakarta.persistence.NamedNativeQuery,/jakarta.persistence.SqlResultSetMappings [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/non-existant-orm-file.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 69 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5153,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5158,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5163,116] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5168,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5173,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5178,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/concurrency/LifecycleJUnitTest.java:[82,17] finalize() in java.lang.Object has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-model.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced2 >-- [INFO] Building Test - advanced2 4.0.3-SNAPSHOT [44/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Copying 6 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 114 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria >-- [INFO] Building Test - advanced.additionalcriteria 4.0.3-SNAPSHOT [45/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cacheable >-- [INFO] Building Test - cacheable 4.0.3-SNAPSHOT [46/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.cacheable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/main/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[67,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.fetchgroup >-- [INFO] Building Test - advanced.fetchgroup 4.0.3-SNAPSHOT [47/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel >-- [INFO] Building Test - metamodel 4.0.3-SNAPSHOT [48/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.metamodel/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 40 source files with javac [debug deprecation release 11] to target/classes [INFO] [EL Info]: processor: Creating static metadata factory ... [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.OneToMany,/jakarta.persistence.Access,/jakarta.persistence.Table,/jakarta.persistence.EmbeddedId,/jakarta.persistence.Embedded,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.ElementCollection,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.IdClass,/jakarta.persistence.JoinTable,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.MapKey,/jakarta.persistence.JoinColumn,/jakarta.persistence.Inheritance,/jakarta.persistence.Version,/jakarta.persistence.TableGenerator,/org.eclipse.persistence.annotations.BasicCollection,/jakarta.persistence.MapsId,/jakarta.persistence.OneToOne,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.Id [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.cacheable >-- [INFO] Building Test - xml.cacheable 4.0.3-SNAPSHOT [49/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cacheimpl >-- [INFO] Building Test - advanced.cacheimpl 4.0.3-SNAPSHOT [50/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cascadepersist >-- [INFO] Building Test - advanced.cascadepersist 4.0.3-SNAPSHOT [51/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.compositepk >-- [INFO] Building Test - advanced.compositepk 4.0.3-SNAPSHOT [52/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 17 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.derivedid >-- [INFO] Building Test - advanced.derivedid 4.0.3-SNAPSHOT [53/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 36 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.customer >-- [INFO] Building Test - advanced.customer 4.0.3-SNAPSHOT [54/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.embeddable >-- [INFO] Building Test - advanced.embeddable 4.0.3-SNAPSHOT [55/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.multitenant >-- [INFO] Building Test - advanced.multitenant 4.0.3-SNAPSHOT [56/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation >-- [INFO] Building Test - beanvalidation 4.0.3-SNAPSHOT [57/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic >-- [INFO] Building Test - beanvalidation.dynamic 4.0.3-SNAPSHOT [58/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cascadedeletes >-- [INFO] Building Test - cascadedeletes 4.0.3-SNAPSHOT [59/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.complexaggregate >-- [INFO] Building Test - complexaggregate 4.0.3-SNAPSHOT [60/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.common >-- [INFO] Building Test - composite.advanced.common 4.0.3-SNAPSHOT [61/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Tests are skipped. [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_1 [INFO] Copying 12 resources from target/classes to target/member_1 [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_2 [INFO] Copying 16 resources from target/classes to target/member_2 [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_3 [INFO] Copying 14 resources from target/classes to target/member_3 [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_1.jar [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_2.jar [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_3.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skipping... [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT-member_1.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT-member_2.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_3.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT-member_3.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT-member_1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT-member_2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT-member_3.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-4.0.3-SNAPSHOT-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 >-- [INFO] Building Test - composite.advanced.member_1 4.0.3-SNAPSHOT [62/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Tests are skipped. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 >-- [INFO] Building Test - composite.advanced.member_2 4.0.3-SNAPSHOT [63/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Tests are skipped. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 >-- [INFO] Building Test - composite.advanced.member_3 4.0.3-SNAPSHOT [64/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Tests are skipped. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced >-- [INFO] Building Test - composite.advanced 4.0.3-SNAPSHOT [65/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Not generating server-side descriptors... [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inheritance >-- [INFO] Building Test - advanced.inheritance 4.0.3-SNAPSHOT [66/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 90 source files with javac [debug deprecation release 11] to target/classes [INFO] [EL Info]: processor: Creating static metadata factory ... [INFO] [EL Info]: processor: File loaded : META-INF/orm.xml, is eclipselink-orm file: false [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.EmbeddedId,/org.eclipse.persistence.annotations.TypeConverter,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.PreUpdate,/jakarta.persistence.ExcludeDefaultListeners,/jakarta.persistence.PrimaryKeyJoinColumns,/jakarta.persistence.EntityListeners,/jakarta.persistence.JoinTable,/jakarta.persistence.Basic,/jakarta.persistence.Column,/org.eclipse.persistence.annotations.Cache,/jakarta.persistence.JoinColumn,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/jakarta.persistence.ManyToMany,/jakarta.persistence.PreRemove,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.OneToOne,/jakarta.persistence.Transient,/org.eclipse.persistence.annotations.PrimaryKey,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/org.eclipse.persistence.annotations.ClassExtractor,/jakarta.persistence.OneToMany,/org.eclipse.persistence.annotations.Customizer,/org.eclipse.persistence.annotations.OptimisticLocking,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.persistence.Embedded,/jakarta.persistence.ManyToOne,/jakarta.persistence.Embeddable,/jakarta.persistence.NamedQuery,/jakarta.persistence.ElementCollection,/org.eclipse.persistence.annotations.Convert,/jakarta.persistence.IdClass,/jakarta.persistence.PrePersist,/jakarta.persistence.NamedQueries,/jakarta.persistence.MapKey,/jakarta.persistence.DiscriminatorColumn,/jakarta.persistence.PostUpdate,/jakarta.persistence.PrimaryKeyJoinColumn,/org.eclipse.persistence.annotations.JoinFetch,/jakarta.persistence.AttributeOverride [INFO] [EL Info]: processor: File loaded : META-INF/orm.xml, is eclipselink-orm file: false [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/OffRoadTireInfo.java:[28,38] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/Bus.java:[38,59] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/SchoolBus.java:[22,32] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.AbstractBus missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.AbstractBus [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inherited >-- [INFO] Building Test - advanced.inherited 4.0.3-SNAPSHOT [67/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 47 source files with javac [debug deprecation release 11] to target/classes [INFO] [EL Info]: processor: Creating static metadata factory ... [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] [EL Warning]: metadata: ServerSession(2040711391)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [WARNING] [EL Warning]: metadata: ServerSession(2040711391)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.MapKeyJoinColumn,/jakarta.persistence.Access,/jakarta.persistence.OrderColumn,/jakarta.persistence.AssociationOverrides,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.PreUpdate,/jakarta.persistence.MapKeyColumn,/jakarta.persistence.JoinTable,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.MapKeyTemporal,/jakarta.persistence.JoinColumn,/jakarta.persistence.ManyToMany,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/jakarta.persistence.PreRemove,/jakarta.persistence.SecondaryTable,/org.eclipse.persistence.annotations.OrderCorrection,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.Temporal,/jakarta.persistence.OneToOne,/org.eclipse.persistence.annotations.ExistenceChecking,/jakarta.persistence.Transient,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/jakarta.persistence.JoinColumns,/jakarta.persistence.OrderBy,/jakarta.persistence.OneToMany,/jakarta.persistence.AssociationOverride,/jakarta.persistence.Table,/jakarta.persistence.Embedded,/jakarta.persistence.CollectionTable,/jakarta.persistence.ManyToOne,/jakarta.persistence.Embeddable,/jakarta.persistence.NamedQuery,/jakarta.persistence.ElementCollection,/jakarta.persistence.IdClass,/org.eclipse.persistence.annotations.Mutable,/jakarta.persistence.PrePersist,/jakarta.persistence.MapKeyClass,/org.eclipse.persistence.annotations.BasicMap,/jakarta.persistence.AttributeOverrides,/jakarta.persistence.MapKey,/jakarta.persistence.PostUpdate,/jakarta.persistence.PrimaryKeyJoinColumn,/jakarta.persistence.AttributeOverride [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[47,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[81,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[101,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[53,12] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[75,12] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[92,34] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[34,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[40,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[65,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[41,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[79,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[99,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[67,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[114,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[143,28] found raw type: java.util.Map missing type arguments for generic class java.util.Map [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/EmbeddableSuperclassJunitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/EmbeddableSuperclassJunitTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.criteria >-- [INFO] Building Test - criteria 4.0.3-SNAPSHOT [68/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.criteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/compositepk/AdvancedCompositePKJunitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/compositepk/AdvancedCompositePKJunitTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datatypes >-- [INFO] Building Test - datatypes 4.0.3-SNAPSHOT [69/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.datatypes/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datetime >-- [INFO] Building Test - datetime 4.0.3-SNAPSHOT [70/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.datetime/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.ddlgeneration >-- [INFO] Building Test - ddlgeneration 4.0.3-SNAPSHOT [71/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 102 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.lob >-- [INFO] Building Test - lob 4.0.3-SNAPSHOT [72/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.lob/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.delimited >-- [INFO] Building Test - delimited 4.0.3-SNAPSHOT [73/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.delimited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.diagnostic >-- [INFO] Building Test - diagnostic 4.0.3-SNAPSHOT [74/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.extensibility >-- [INFO] Building Test - extensibility 4.0.3-SNAPSHOT [75/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.extensibility/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/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] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fetchgroups >-- [INFO] Building Test - fetchgroups 4.0.3-SNAPSHOT [76/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.advanced >-- [INFO] Building Test - fieldaccess.advanced 4.0.3-SNAPSHOT [77/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 38 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2612,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2615,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2698,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2701,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3475,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3521,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3581,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3642,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2249,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2254,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2259,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2264,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2269,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2354,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2359,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2364,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2369,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2374,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/AdvancedJPAJunitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/AdvancedJPAJunitTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-model.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.relationships >-- [INFO] Building Test - fieldaccess.relationships 4.0.3-SNAPSHOT [78/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.identity >-- [INFO] Building Test - identity 4.0.3-SNAPSHOT [79/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.identity/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpaadvancedproperties >-- [INFO] Building Test - jpaadvancedproperties 4.0.3-SNAPSHOT [80/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.relationships >-- [INFO] Building Test - relationships 4.0.3-SNAPSHOT [81/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpql >-- [INFO] Building Test - jpql 4.0.3-SNAPSHOT [82/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 25 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jta >-- [INFO] Building Test - jta 4.0.3-SNAPSHOT [83/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jta/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance >-- [INFO] Building Test - performance 4.0.3-SNAPSHOT [84/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.performance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 50 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 7 resources [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-model.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.memory >-- [INFO] Building Test - memory 4.0.3-SNAPSHOT [85/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.memory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel.aspectj >-- [INFO] Building Test - metamodel.aspectj 4.0.3-SNAPSHOT [86/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.pom (13 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/63/mojo-parent-63.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/63/mojo-parent-63.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/63/mojo-parent-63.pom (31 kB at 442 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.jar (59 kB at 830 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjrt/1.9.19/aspectjrt-1.9.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.9.19/aspectjrt-1.9.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.9.19/aspectjrt-1.9.19.pom (2.0 kB at 27 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjweaver/1.9.19/aspectjweaver-1.9.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjweaver/1.9.19/aspectjweaver-1.9.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjweaver/1.9.19/aspectjweaver-1.9.19.pom (2.1 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjrt/1.9.19/aspectjrt-1.9.19.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjweaver/1.9.19/aspectjweaver-1.9.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.9.19/aspectjrt-1.9.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.9.19/aspectjrt-1.9.19.jar (127 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjweaver/1.9.19/aspectjweaver-1.9.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjweaver/1.9.19/aspectjweaver-1.9.19.jar (2.1 MB at 20 MB/s) [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes [INFO] [EL Info]: processor: Creating static metadata factory ... [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /org.aspectj.lang.annotation.Before,/jakarta.persistence.Table,/org.aspectj.lang.annotation.Aspect,/jakarta.persistence.PrePersist,/jakarta.persistence.Entity,/jakarta.persistence.EntityListeners,/jakarta.persistence.Id [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated [INFO] [INFO] --- aspectj:1.14.0:compile (default) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [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 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [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 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [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 212 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [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 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/37/commons-parent-37.pom [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 4.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [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 178 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [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 348 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [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 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [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 292 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [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 960 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom (1.6 kB at 121 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom (18 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom (1.6 kB at 132 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 267 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.pom (7.7 kB at 142 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.10/doxia-sitetools-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.10/doxia-sitetools-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.10/doxia-sitetools-1.10.pom (14 kB at 283 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom (4.5 kB at 226 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.pom (3.4 kB at 95 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.pom (3.0 kB at 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.pom (2.0 kB at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.10/doxia-modules-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.10/doxia-modules-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.10/doxia-modules-1.10.pom (2.7 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.pom (2.0 kB at 71 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 634 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.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.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 213 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.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.7/doxia-sink-api-1.7.pom (1.5 kB at 191 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 897 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 309 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 762 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 185 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 441 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 390 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 288 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 623 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [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 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/5/commons-parent-5.pom [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.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 610 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 277 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 668 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 252 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 181 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 12 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 347 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [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 526 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 479 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 273 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 910 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/2/apache-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 136 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 9.7 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 205 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 323 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.pom (2.3 kB at 26 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.jar [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-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 3.7 MB/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] 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] 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] 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] 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/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 15 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.10/doxia-sink-api-1.10.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 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar (12 kB at 464 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.10/doxia-site-renderer-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar (12 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.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 9.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.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 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.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 982 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.10/doxia-module-xhtml-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar (218 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar (65 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.jar (60 kB at 797 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.jar (16 kB at 202 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.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar (18 kB at 218 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/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 221 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.jar (17 kB at 195 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.2.0/maven-shared-utils-3.2.0.jar (165 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 575 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 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.jar (15 MB at 49 MB/s) [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.orphanremoval >-- [INFO] Building Test - orphanremoval 4.0.3-SNAPSHOT [87/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.partitioned >-- [INFO] Building Test - partitioned 4.0.3-SNAPSHOT [88/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.partitioned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-model.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance2 >-- [INFO] Building Test - performance2 4.0.3-SNAPSHOT [89/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.performance2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.privateowned >-- [INFO] Building Test - privateowned 4.0.3-SNAPSHOT [90/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.privateowned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.pu-with-spaces >-- [INFO] Building Test - pu with spaces 4.0.3-SNAPSHOT [91/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.remote >-- [INFO] Building Test - remote 4.0.3-SNAPSHOT [92/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.remote/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean >-- [INFO] Building Test - sessionbean 4.0.3-SNAPSHOT [93/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean.ha >-- [INFO] Building Test - sessionbean.ha 4.0.3-SNAPSHOT [94/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.validation >-- [INFO] Building Test - validation 4.0.3-SNAPSHOT [95/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.weaving >-- [INFO] Building Test - weaving 4.0.3-SNAPSHOT [96/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.weaving/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (asm-eclipselink-test) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (asm-ow2-test) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Skipping Derby execution. [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common >-- [INFO] Building Test - xml.composite.advanced.common 4.0.3-SNAPSHOT [97/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_1/CacheAuditor.java:[75,59] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Tests are skipped. [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_1 [INFO] Copying 12 resources from target/classes to target/member_1 [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_2 [INFO] Copying 11 resources from target/classes to target/member_2 [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_3 [INFO] Copying 10 resources from target/classes to target/member_3 [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_1.jar [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_2.jar [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_3.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skipping... [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT-member_1.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT-member_2.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_3.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT-member_3.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT-member_1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT-member_2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT-member_3.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-4.0.3-SNAPSHOT-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 >-- [INFO] Building Test - xml.composite.advanced.member_1 4.0.3-SNAPSHOT [98/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Tests are skipped. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 >-- [INFO] Building Test - xml.composite.advanced.member_2 4.0.3-SNAPSHOT [99/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Tests are skipped. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 >-- [INFO] Building Test - xml.composite.advanced.member_3 4.0.3-SNAPSHOT [100/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Tests are skipped. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced >-- [INFO] Building Test - xml.composite.advanced 4.0.3-SNAPSHOT [101/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Not generating server-side descriptors... [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced >-- [INFO] Building Test - xml.advanced 4.0.3-SNAPSHOT [102/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 55 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-model.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced >-- [INFO] Building Test - xml.extended.advanced 4.0.3-SNAPSHOT [103/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria >-- [INFO] Building Test - xml.extended.advanced.additionalcriteria 4.0.3-SNAPSHOT [104/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup >-- [INFO] Building Test - xml.extended.advanced.fetchgroup 4.0.3-SNAPSHOT [105/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate >-- [INFO] Building Test - xml.extended.complexaggregate 4.0.3-SNAPSHOT [106/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inheritance >-- [INFO] Building Test - xml.inheritance 4.0.3-SNAPSHOT [107/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 34 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-model.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.inheritance >-- [INFO] Building Test - xml.extended.inheritance 4.0.3-SNAPSHOT [108/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships >-- [INFO] Building Test - xml.relationships 4.0.3-SNAPSHOT [109/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-model.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-4.0.3-SNAPSHOT-tests.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.relationships >-- [INFO] Building Test - xml.extended.relationships 4.0.3-SNAPSHOT [110/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 >-- [INFO] Building Test - xml.extended.composite.advanced.member_1 4.0.3-SNAPSHOT [111/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Tests are skipped. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 >-- [INFO] Building Test - xml.extended.composite.advanced.member_2 4.0.3-SNAPSHOT [112/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Tests are skipped. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 >-- [INFO] Building Test - xml.extended.composite.advanced.member_3 4.0.3-SNAPSHOT [113/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Tests are skipped. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced >-- [INFO] Building Test - xml.extended.composite.advanced 4.0.3-SNAPSHOT [114/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Not generating server-side descriptors... [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.advanced >-- [INFO] Building Test - xml.merge.advanced 4.0.3-SNAPSHOT [115/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Copying org.eclipse.persistence.jpa.testapps.advanced-model.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/classes/org.eclipse.persistence.jpa.testapps.advanced-model.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-model.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT-model.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT-ear.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-4.0.3-SNAPSHOT-model.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning >-- [INFO] Building Test - xml.merge.incompletemappings.nonowning 4.0.3-SNAPSHOT [116/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning >-- [INFO] Building Test - xml.merge.incompletemappings.owning 4.0.3-SNAPSHOT [117/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.inherited >-- [INFO] Building Test - xml.merge.inherited 4.0.3-SNAPSHOT [118/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.relationships >-- [INFO] Building Test - xml.merge.relationships 4.0.3-SNAPSHOT [119/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant >-- [INFO] Building Test - xml.advanced.multitenant 4.0.3-SNAPSHOT [120/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inherited >-- [INFO] Building Test - xml.inherited 4.0.3-SNAPSHOT [121/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Alpine.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/BecksTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Becks.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/CoronaTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Corona.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Heineken.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumber.java:[27,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.metadatacomplete >-- [INFO] Building Test - xml.metadatacomplete 4.0.3-SNAPSHOT [122/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional >-- [INFO] Building Test - xml.relationships.unidirectional 4.0.3-SNAPSHOT [123/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete >-- [INFO] Building Test - xml.xmlmetadatacomplete 4.0.3-SNAPSHOT [124/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nativeapi >-- [INFO] Building Test - nativeapi 4.0.3-SNAPSHOT [125/134] [INFO] from jpa/eclipselink.jpa.testapps/nativeapi/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql >-- [INFO] Building Persistence TestApps - NoSQL 4.0.3-SNAPSHOT [126/134] [INFO] from jpa/eclipselink.jpa.testapps.nosql/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] pom projects not supported, skipping... [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nosql --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/target/org.eclipse.persistence.jpa.testapps.nosql.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/target/org.eclipse.persistence.jpa.testapps.nosql.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql-4.0.3-SNAPSHOT.pom.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql.mongo >-- [INFO] Building Test - nosql.mongo 4.0.3-SNAPSHOT [127/134] [INFO] from jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/joelittlejohn/embedmongo/embedmongo-maven-plugin/0.4.2/embedmongo-maven-plugin-0.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/joelittlejohn/embedmongo/embedmongo-maven-plugin/0.4.2/embedmongo-maven-plugin-0.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/joelittlejohn/embedmongo/embedmongo-maven-plugin/0.4.2/embedmongo-maven-plugin-0.4.2.pom (11 kB at 62 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/joelittlejohn/embedmongo/embedmongo-maven-plugin/0.4.2/embedmongo-maven-plugin-0.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/joelittlejohn/embedmongo/embedmongo-maven-plugin/0.4.2/embedmongo-maven-plugin-0.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/joelittlejohn/embedmongo/embedmongo-maven-plugin/0.4.2/embedmongo-maven-plugin-0.4.2.jar (31 kB at 856 kB/s) [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- mongo:0.4.2:start (start-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [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 28 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/embed/de.flapdoodle.embed.mongo/2.1.1/de.flapdoodle.embed.mongo-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo/2.1.1/de.flapdoodle.embed.mongo-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo/2.1.1/de.flapdoodle.embed.mongo-2.1.1.pom (12 kB at 77 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/embed/de.flapdoodle.embed.process/2.0.5/de.flapdoodle.embed.process-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.process/2.0.5/de.flapdoodle.embed.process-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.process/2.0.5/de.flapdoodle.embed.process-2.0.5.pom (13 kB at 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom (1.3 kB at 14 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom (1.5 kB at 27 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom (13 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/38/commons-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom (62 kB at 3.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom (2.7 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom (13 kB at 127 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.7.0/mongo-java-driver-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.7.0/mongo-java-driver-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.7.0/mongo-java-driver-3.7.0.pom (2.5 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/embed/de.flapdoodle.embed.mongo/2.1.1/de.flapdoodle.embed.mongo-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/embed/de.flapdoodle.embed.process/2.0.5/de.flapdoodle.embed.process-2.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.7.0/mongo-java-driver-3.7.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar [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/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 682 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo/2.1.1/de.flapdoodle.embed.mongo-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.process/2.0.5/de.flapdoodle.embed.process-2.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo/2.1.1/de.flapdoodle.embed.mongo-2.1.1.jar (120 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar (915 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.7.0/mongo-java-driver-3.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jar (1.2 MB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar (409 kB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.process/2.0.5/de.flapdoodle.embed.process-2.0.5.jar (161 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar (500 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.jar (32 kB at 247 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.7.0/mongo-java-driver-3.7.0.jar (2.0 MB at 10 MB/s) [WARNING] Unrecognised MongoDB version '3.4.24', this might be a new version that we don't yet know about. Attempting download anyway... Download GenericFeatureAwareVersion{3.4.24}:Linux:B64 START Download GenericFeatureAwareVersion{3.4.24}:Linux:B64 DownloadSize: 105282224 Download GenericFeatureAwareVersion{3.4.24}:Linux:B64 0% 1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% 47% 48% 49% 50% 51% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 84% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99% 100% Download GenericFeatureAwareVersion{3.4.24}:Linux:B64 downloaded with 102814kb/s Download GenericFeatureAwareVersion{3.4.24}:Linux:B64 DONE Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-3.4.24.tgz START Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-3.4.24.tgz extract mongodb-linux-x86_64-3.4.24/bin/mongod Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-3.4.24.tgz nothing left Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-3.4.24.tgz DONE [INFO] stopOrDestroyProcess: process hasn't exited [INFO] start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@24a58cba [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Tests are skipped. [INFO] [INFO] --- mongo:0.4.2:stop (stop-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle >-- [INFO] Building Persistence TestApps - Oracle DB 4.0.3-SNAPSHOT [128/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/ha/simplefan/23.2.0.0/simplefan-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/simplefan/23.2.0.0/simplefan-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/simplefan/23.2.0.0/simplefan-23.2.0.0.pom (1.3 kB at 15 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/ha/ons/23.2.0.0/ons-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/ons/23.2.0.0/ons-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/ons/23.2.0.0/ons-23.2.0.0.pom (1.3 kB at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/nls/orai18n/23.2.0.0/orai18n-23.2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/nls/orai18n/23.2.0.0/orai18n-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/nls/orai18n/23.2.0.0/orai18n-23.2.0.0.pom (1.3 kB at 15 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/ha/simplefan/23.2.0.0/simplefan-23.2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/ha/ons/23.2.0.0/ons-23.2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/nls/orai18n/23.2.0.0/orai18n-23.2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/simplefan/23.2.0.0/simplefan-23.2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/simplefan/23.2.0.0/simplefan-23.2.0.0.jar (32 kB at 391 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/ons/23.2.0.0/ons-23.2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/nls/orai18n/23.2.0.0/orai18n-23.2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/ons/23.2.0.0/ons-23.2.0.0.jar (150 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/nls/orai18n/23.2.0.0/orai18n-23.2.0.0.jar (1.7 MB at 15 MB/s) [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] pom projects not supported, skipping... [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/target/org.eclipse.persistence.jpa.testapps.oracle.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/target/org.eclipse.persistence.jpa.testapps.oracle.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle-4.0.3-SNAPSHOT.pom.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.customfeatures >-- [INFO] Building Test - oracle.customfeatures 4.0.3-SNAPSHOT [129/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.dcn >-- [INFO] Building Test - oracle.dcn 4.0.3-SNAPSHOT [130/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.partitioned >-- [INFO] Building Test - oracle.partitioned 4.0.3-SNAPSHOT [131/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.plsql >-- [INFO] Building Test - oracle.plsql 4.0.3-SNAPSHOT [132/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication >-- [INFO] Building Test - oracle.proxyauthentication 4.0.3-SNAPSHOT [133/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[257,56] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[258,56] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[259,56] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[260,56] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-4.0.3-SNAPSHOT-ear.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.timestamptz >-- [INFO] Building Test - oracle.timestamptz 4.0.3-SNAPSHOT [134/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Skipping javadoc generation [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT-ejb.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT-ear.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT-ejb.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-4.0.3-SNAPSHOT-ear.jar.asc [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Parent 4.0.3-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [ 33.364 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 32.296 s] [INFO] EclipseLink Core ................................... SUCCESS [01:05 min] [INFO] EclipseLink JSON Extension ......................... SUCCESS [ 2.816 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 5.790 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 7.235 s] [INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [ 3.081 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 19.117 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 14.844 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 3.955 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 3.387 s] [INFO] EclipseLink JPA-RS Server .......................... SUCCESS [ 5.449 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 5.073 s] [INFO] EclipseLink Core Test .............................. SUCCESS [ 11.308 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 11.045 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 4.547 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 4.862 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 2.125 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 7.443 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 11.746 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 8.156 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 2.392 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 12.299 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.177 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 0.867 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [01:02 min] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 7.025 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 12.086 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [ 41.616 s] [INFO] EclipseLink Bundles Other .......................... SUCCESS [ 13.637 s] [INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [ 0.238 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 3.229 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 16.839 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 8.238 s] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 3.064 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 2.496 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 1.688 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 1.061 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 1.482 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 3.910 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 2.636 s] [INFO] Persistence TestApps ............................... SUCCESS [ 0.651 s] [INFO] Test - advanced .................................... SUCCESS [ 4.317 s] [INFO] Test - advanced2 ................................... SUCCESS [ 2.210 s] [INFO] Test - advanced.additionalcriteria ................. SUCCESS [ 1.171 s] [INFO] Test - cacheable ................................... SUCCESS [ 1.758 s] [INFO] Test - advanced.fetchgroup ......................... SUCCESS [ 1.468 s] [INFO] Test - metamodel ................................... SUCCESS [ 2.373 s] [INFO] Test - xml.cacheable ............................... SUCCESS [ 1.307 s] [INFO] Test - advanced.cacheimpl .......................... SUCCESS [ 1.398 s] [INFO] Test - advanced.cascadepersist ..................... SUCCESS [ 1.036 s] [INFO] Test - advanced.compositepk ........................ SUCCESS [ 1.367 s] [INFO] Test - advanced.derivedid .......................... SUCCESS [ 1.633 s] [INFO] Test - advanced.customer ........................... SUCCESS [ 1.230 s] [INFO] Test - advanced.embeddable ......................... SUCCESS [ 1.208 s] [INFO] Test - advanced.multitenant ........................ SUCCESS [ 1.311 s] [INFO] Test - beanvalidation .............................. SUCCESS [ 1.198 s] [INFO] Test - beanvalidation.dynamic ...................... SUCCESS [ 1.342 s] [INFO] Test - cascadedeletes .............................. SUCCESS [ 1.125 s] [INFO] Test - complexaggregate ............................ SUCCESS [ 1.569 s] [INFO] Test - composite.advanced.common ................... SUCCESS [ 1.285 s] [INFO] Test - composite.advanced.member_1 ................. SUCCESS [ 1.101 s] [INFO] Test - composite.advanced.member_2 ................. SUCCESS [ 0.811 s] [INFO] Test - composite.advanced.member_3 ................. SUCCESS [ 0.847 s] [INFO] Test - composite.advanced .......................... SUCCESS [ 1.599 s] [INFO] Test - advanced.inheritance ........................ SUCCESS [ 2.798 s] [INFO] Test - advanced.inherited .......................... SUCCESS [ 2.620 s] [INFO] Test - criteria .................................... SUCCESS [ 1.761 s] [INFO] Test - datatypes ................................... SUCCESS [ 1.258 s] [INFO] Test - datetime .................................... SUCCESS [ 1.222 s] [INFO] Test - ddlgeneration ............................... SUCCESS [ 1.611 s] [INFO] Test - lob ......................................... SUCCESS [ 1.244 s] [INFO] Test - delimited ................................... SUCCESS [ 1.161 s] [INFO] Test - diagnostic .................................. SUCCESS [ 1.408 s] [INFO] Test - extensibility ............................... SUCCESS [ 1.356 s] [INFO] Test - fetchgroups ................................. SUCCESS [ 1.490 s] [INFO] Test - fieldaccess.advanced ........................ SUCCESS [ 2.211 s] [INFO] Test - fieldaccess.relationships ................... SUCCESS [ 1.529 s] [INFO] Test - identity .................................... SUCCESS [ 1.085 s] [INFO] Test - jpaadvancedproperties ....................... SUCCESS [ 1.088 s] [INFO] Test - relationships ............................... SUCCESS [ 1.567 s] [INFO] Test - jpql ........................................ SUCCESS [ 1.979 s] [INFO] Test - jta ......................................... SUCCESS [ 1.109 s] [INFO] Test - performance ................................. SUCCESS [ 1.785 s] [INFO] Test - memory ...................................... SUCCESS [ 1.323 s] [INFO] Test - metamodel.aspectj ........................... SUCCESS [ 10.499 s] [INFO] Test - orphanremoval ............................... SUCCESS [ 1.202 s] [INFO] Test - partitioned ................................. SUCCESS [ 1.625 s] [INFO] Test - performance2 ................................ SUCCESS [ 1.551 s] [INFO] Test - privateowned ................................ SUCCESS [ 1.188 s] [INFO] Test - pu with spaces .............................. SUCCESS [ 1.040 s] [INFO] Test - remote ...................................... SUCCESS [ 1.136 s] [INFO] Test - sessionbean ................................. SUCCESS [ 1.309 s] [INFO] Test - sessionbean.ha .............................. SUCCESS [ 1.166 s] [INFO] Test - validation .................................. SUCCESS [ 1.117 s] [INFO] Test - weaving ..................................... SUCCESS [ 0.980 s] [INFO] Test - xml.composite.advanced.common ............... SUCCESS [ 1.087 s] [INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [ 1.006 s] [INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [ 0.867 s] [INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [ 0.822 s] [INFO] Test - xml.composite.advanced ...................... SUCCESS [ 1.334 s] [INFO] Test - xml.advanced ................................ SUCCESS [ 1.895 s] [INFO] Test - xml.extended.advanced ....................... SUCCESS [ 1.253 s] [INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [ 1.120 s] [INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [ 1.384 s] [INFO] Test - xml.extended.complexaggregate ............... SUCCESS [ 1.305 s] [INFO] Test - xml.inheritance ............................. SUCCESS [ 1.447 s] [INFO] Test - xml.extended.inheritance .................... SUCCESS [ 0.971 s] [INFO] Test - xml.relationships ........................... SUCCESS [ 1.444 s] [INFO] Test - xml.extended.relationships .................. SUCCESS [ 1.350 s] [INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [ 0.810 s] [INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [ 0.813 s] [INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [ 0.994 s] [INFO] Test - xml.extended.composite.advanced ............. SUCCESS [ 1.001 s] [INFO] Test - xml.merge.advanced .......................... SUCCESS [ 1.518 s] [INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [ 1.057 s] [INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [ 1.057 s] [INFO] Test - xml.merge.inherited ......................... SUCCESS [ 1.080 s] [INFO] Test - xml.merge.relationships ..................... SUCCESS [ 1.242 s] [INFO] Test - xml.advanced.multitenant .................... SUCCESS [ 1.124 s] [INFO] Test - xml.inherited ............................... SUCCESS [ 1.162 s] [INFO] Test - xml.metadatacomplete ........................ SUCCESS [ 1.353 s] [INFO] Test - xml.relationships.unidirectional ............ SUCCESS [ 1.307 s] [INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [ 1.027 s] [INFO] Test - nativeapi ................................... SUCCESS [ 1.100 s] [INFO] Persistence TestApps - NoSQL ....................... SUCCESS [ 0.167 s] [INFO] Test - nosql.mongo ................................. SUCCESS [ 6.269 s] [INFO] Persistence TestApps - Oracle DB ................... SUCCESS [ 0.731 s] [INFO] Test - oracle.customfeatures ....................... SUCCESS [ 1.359 s] [INFO] Test - oracle.dcn .................................. SUCCESS [ 1.087 s] [INFO] Test - oracle.partitioned .......................... SUCCESS [ 0.985 s] [INFO] Test - oracle.plsql ................................ SUCCESS [ 1.158 s] [INFO] Test - oracle.proxyauthentication .................. SUCCESS [ 1.337 s] [INFO] Test - oracle.timestamptz .......................... SUCCESS [ 1.135 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:11 min [INFO] Finished at: 2024-04-17T12:31:14Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Spotbugs analyze) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/spotbugs.sh -[ EclipseLink Spotbugs analyze ]----------------------------------------------------------- Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] EclipseLink Parent [pom] [INFO] EclipseLink Hermes Parser [jar] [INFO] EclipseLink Core [jar] [INFO] EclipseLink JSON Extension [jar] [INFO] EclipseLink Oracle Extension [jar] [INFO] EclipseLink Core Test Framework [jar] [INFO] EclipseLink PostgreSQL Extension [jar] [INFO] EclipseLink MOXy [jar] [INFO] EclipseLink JPA [jar] [INFO] EclipseLink JPA Test Framework [jar] [INFO] EclipseLink JPA Model Generator [jar] [INFO] EclipseLink JPA-RS Server [jar] [INFO] EclipseLink JPA-RS [jar] [INFO] EclipseLink Core Test [jar] [INFO] EclipseLink CORBA Extension [jar] [INFO] EclipseLink Extension [jar] [INFO] EclipseLink NoSQL Extension [jar] [INFO] EclipseLink MOXy XJC [jar] [INFO] EclipseLink DBWS [jar] [INFO] EclipseLink SDO [jar] [INFO] EclipseLink DBWS Builder [jar] [INFO] EclipseLink Package Rename Utility [jar] [INFO] EclipseLink Oracle NoSQL Extension [jar] [INFO] EclipseLink Bundles Parent [pom] [INFO] EclipseLink Bundles MOXy standalone [pom] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) [jar] [INFO] EclipseLink Bundles tests [jar] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink JPA Test [jar] [INFO] EclipseLink Bundles Other [jar] [INFO] EclipseLink Bundles P2 Site [pom] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink SDO Test Server [jar] [INFO] EclipseLink JPA JSE Test [jar] [INFO] EclipseLink JPA Spring Test [jar] [INFO] EclipseLink JPA WDF Test [jar] [INFO] EclipseLink Oracle Extension Test [jar] [INFO] EclipseLink DBWS Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle Server [jar] [INFO] EclipseLink Package Signature Compare Utility [jar] [INFO] Persistence TestApps [pom] [INFO] Test - advanced [jar] [INFO] Test - advanced2 [jar] [INFO] Test - advanced.additionalcriteria [jar] [INFO] Test - cacheable [jar] [INFO] Test - advanced.fetchgroup [jar] [INFO] Test - metamodel [jar] [INFO] Test - xml.cacheable [jar] [INFO] Test - advanced.cacheimpl [jar] [INFO] Test - advanced.cascadepersist [jar] [INFO] Test - advanced.compositepk [jar] [INFO] Test - advanced.derivedid [jar] [INFO] Test - advanced.customer [jar] [INFO] Test - advanced.embeddable [jar] [INFO] Test - advanced.multitenant [jar] [INFO] Test - beanvalidation [jar] [INFO] Test - beanvalidation.dynamic [jar] [INFO] Test - cascadedeletes [jar] [INFO] Test - complexaggregate [jar] [INFO] Test - composite.advanced.common [jar] [INFO] Test - composite.advanced.member_1 [jar] [INFO] Test - composite.advanced.member_2 [jar] [INFO] Test - composite.advanced.member_3 [jar] [INFO] Test - composite.advanced [jar] [INFO] Test - advanced.inheritance [jar] [INFO] Test - advanced.inherited [jar] [INFO] Test - criteria [jar] [INFO] Test - datatypes [jar] [INFO] Test - datetime [jar] [INFO] Test - ddlgeneration [jar] [INFO] Test - lob [jar] [INFO] Test - delimited [jar] [INFO] Test - diagnostic [jar] [INFO] Test - extensibility [jar] [INFO] Test - fetchgroups [jar] [INFO] Test - fieldaccess.advanced [jar] [INFO] Test - fieldaccess.relationships [jar] [INFO] Test - identity [jar] [INFO] Test - jpaadvancedproperties [jar] [INFO] Test - relationships [jar] [INFO] Test - jpql [jar] [INFO] Test - jta [jar] [INFO] Test - performance [jar] [INFO] Test - memory [jar] [INFO] Test - metamodel.aspectj [jar] [INFO] Test - orphanremoval [jar] [INFO] Test - partitioned [jar] [INFO] Test - performance2 [jar] [INFO] Test - privateowned [jar] [INFO] Test - pu with spaces [jar] [INFO] Test - remote [jar] [INFO] Test - sessionbean [jar] [INFO] Test - sessionbean.ha [jar] [INFO] Test - validation [jar] [INFO] Test - weaving [jar] [INFO] Test - xml.composite.advanced.common [jar] [INFO] Test - xml.composite.advanced.member_1 [jar] [INFO] Test - xml.composite.advanced.member_2 [jar] [INFO] Test - xml.composite.advanced.member_3 [jar] [INFO] Test - xml.composite.advanced [jar] [INFO] Test - xml.advanced [jar] [INFO] Test - xml.extended.advanced [jar] [INFO] Test - xml.extended.advanced.additionalcriteria [jar] [INFO] Test - xml.extended.advanced.fetchgroup [jar] [INFO] Test - xml.extended.complexaggregate [jar] [INFO] Test - xml.inheritance [jar] [INFO] Test - xml.extended.inheritance [jar] [INFO] Test - xml.relationships [jar] [INFO] Test - xml.extended.relationships [jar] [INFO] Test - xml.extended.composite.advanced.member_1 [jar] [INFO] Test - xml.extended.composite.advanced.member_2 [jar] [INFO] Test - xml.extended.composite.advanced.member_3 [jar] [INFO] Test - xml.extended.composite.advanced [jar] [INFO] Test - xml.merge.advanced [jar] [INFO] Test - xml.merge.incompletemappings.nonowning [jar] [INFO] Test - xml.merge.incompletemappings.owning [jar] [INFO] Test - xml.merge.inherited [jar] [INFO] Test - xml.merge.relationships [jar] [INFO] Test - xml.advanced.multitenant [jar] [INFO] Test - xml.inherited [jar] [INFO] Test - xml.metadatacomplete [jar] [INFO] Test - xml.relationships.unidirectional [jar] [INFO] Test - xml.xmlmetadatacomplete [jar] [INFO] Test - nativeapi [jar] [INFO] Persistence TestApps - NoSQL [pom] [INFO] Test - nosql.mongo [jar] [INFO] Persistence TestApps - Oracle DB [pom] [INFO] Test - oracle.customfeatures [jar] [INFO] Test - oracle.dcn [jar] [INFO] Test - oracle.partitioned [jar] [INFO] Test - oracle.plsql [jar] [INFO] Test - oracle.proxyauthentication [jar] [INFO] Test - oracle.timestamptz [jar] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/4.7.3.4/spotbugs-maven-plugin-4.7.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/4.7.3.4/spotbugs-maven-plugin-4.7.3.4.pom (34 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/hazendaz/base-parent/39/base-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/hazendaz/base-parent/39/base-parent-39.pom (88 kB at 876 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom (3.2 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-bom/4.0.11/groovy-bom-4.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-bom/4.0.11/groovy-bom-4.0.11.pom (27 kB at 546 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/4.7.3.4/spotbugs-maven-plugin-4.7.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/4.7.3.4/spotbugs-maven-plugin-4.7.3.4.jar (163 kB at 1.2 MB/s) [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [INFO] Building EclipseLink Parent 4.0.3-SNAPSHOT [1/134] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/4.7.3/spotbugs-4.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/4.7.3/spotbugs-4.7.3.pom (6.9 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom (2.6 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom (2.6 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom (2.8 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom (2.9 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.pom (21 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/50/commons-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/50/commons-parent-50.pom (76 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 4.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.pom (2.8 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (1.6 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (16 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.pom (3.5 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom (8.2 kB at 283 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom (4.5 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.2.0/jaxen-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.2.0/jaxen-1.2.0.pom (15 kB at 247 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom (4.2 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom (2.3 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.pom (24 kB at 506 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.19.0/log4j-2.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.19.0/log4j-2.19.0.pom (71 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom (3.3 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom (20 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.19.0/log4j-bom-2.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.19.0/log4j-bom-2.19.0.pom (9.2 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.pom (16 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.7/jcl-over-slf4j-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.7/jcl-over-slf4j-2.0.7.pom (1.2 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.7/slf4j-simple-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.7/slf4j-simple-2.0.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/apache/groovy/groovy/4.0.11/groovy-4.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.11/groovy-4.0.11.pom (24 kB at 330 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-ant/4.0.11/groovy-ant-4.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-ant/4.0.11/groovy-ant-4.0.11.pom (24 kB at 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-groovydoc/4.0.11/groovy-groovydoc-4.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-groovydoc/4.0.11/groovy-groovydoc-4.0.11.pom (23 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-dateutil/4.0.11/groovy-dateutil-4.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-dateutil/4.0.11/groovy-dateutil-4.0.11.pom (23 kB at 525 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-docgenerator/4.0.11/groovy-docgenerator-4.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-docgenerator/4.0.11/groovy-docgenerator-4.0.11.pom (23 kB at 741 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-templates/4.0.11/groovy-templates-4.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-templates/4.0.11/groovy-templates-4.0.11.pom (23 kB at 599 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-xml/4.0.11/groovy-xml-4.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-xml/4.0.11/groovy-xml-4.0.11.pom (23 kB at 940 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 451 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-json/4.0.11/groovy-json-4.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-json/4.0.11/groovy-json-4.0.11.pom (23 kB at 525 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.25.2/javaparser-core-3.25.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.25.2/javaparser-core-3.25.2.pom (5.0 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-parent/3.25.2/javaparser-parent-3.25.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-parent/3.25.2/javaparser-parent-3.25.2.pom (24 kB at 344 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.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 491 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 495 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.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 414 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 445 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom (4.4 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom (18 kB at 925 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.12.0/doxia-sink-api-1.12.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.12.0/doxia-sink-api-1.12.0.pom (1.5 kB at 45 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.12.0/doxia-logging-api-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom (1.5 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.pom (10 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/10/commons-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/10/commons-parent-10.pom (23 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.pom (10 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.1/plexus-container-default-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.1/plexus-container-default-2.1.1.pom (2.9 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom (4.4 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/4.7.3/spotbugs-4.7.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/4.7.3/spotbugs-4.7.3.jar (3.5 MB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.jar (695 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.2.0/jaxen-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.jar (15 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar (265 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar (324 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar (153 kB at 691 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.2.0/jaxen-1.2.0.jar (232 kB at 957 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.7/jcl-over-slf4j-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar (1.0 MB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.7/slf4j-simple-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.7/jcl-over-slf4j-2.0.7.jar (21 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.7/slf4j-simple-2.0.7.jar (16 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar (318 kB at 989 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar (34 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar (52 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.11/groovy-4.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar (72 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-ant/4.0.11/groovy-ant-4.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar (91 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-groovydoc/4.0.11/groovy-groovydoc-4.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar (5.1 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-dateutil/4.0.11/groovy-dateutil-4.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.jar (1.9 MB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-docgenerator/4.0.11/groovy-docgenerator-4.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-ant/4.0.11/groovy-ant-4.0.11.jar (71 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-groovydoc/4.0.11/groovy-groovydoc-4.0.11.jar (144 kB at 350 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-json/4.0.11/groovy-json-4.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-dateutil/4.0.11/groovy-dateutil-4.0.11.jar (7.9 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-templates/4.0.11/groovy-templates-4.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-json/4.0.11/groovy-json-4.0.11.jar (130 kB at 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-xml/4.0.11/groovy-xml-4.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.25.2/javaparser-core-3.25.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-docgenerator/4.0.11/groovy-docgenerator-4.0.11.jar (114 kB at 251 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.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-templates/4.0.11/groovy-templates-4.0.11.jar (92 kB at 199 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.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 429 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 414 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-xml/4.0.11/groovy-xml-4.0.11.jar (213 kB at 436 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.12.0/doxia-logging-api-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar (12 kB at 22 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.12.0/doxia-sink-api-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar (219 kB at 389 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.25.2/javaparser-core-3.25.2.jar (1.4 MB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.1/plexus-container-default-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar (12 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.jar (92 kB at 158 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.jar (197 kB at 325 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar (23 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.1/plexus-container-default-2.1.1.jar (228 kB at 367 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.11/groovy-4.0.11.jar (7.6 MB at 12 MB/s) [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 4.0.3-SNAPSHOT [2/134] [INFO] from jpa/org.eclipse.persistence.jpa.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.jpql --- [INFO] Fork Value is true [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.pom (7.0 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/h3xstream/findsecbugs/findsecbugs-root-pom/1.11.0/findsecbugs-root-pom-1.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-root-pom/1.11.0/findsecbugs-root-pom-1.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-root-pom/1.11.0/findsecbugs-root-pom-1.11.0.pom (15 kB at 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.jar (458 kB at 4.7 MB/s) [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [java] run [java] get [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 4.0.3-SNAPSHOT [3/134] [INFO] from foundation/org.eclipse.persistence.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.core --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [java] run [java] apply [java] test [java] call [java] get [java] accept [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.json >-------- [INFO] Building EclipseLink JSON Extension 4.0.3-SNAPSHOT [4/134] [INFO] from foundation/org.eclipse.persistence.json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.json --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] get [INFO] Done SpotBugs Analysis.... [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [INFO] Building EclipseLink Oracle Extension 4.0.3-SNAPSHOT [5/134] [INFO] from foundation/org.eclipse.persistence.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.oracle --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [java] apply [java] get [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >-- [INFO] Building EclipseLink Core Test Framework 4.0.3-SNAPSHOT [6/134] [INFO] from foundation/org.eclipse.persistence.core.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.core.test.framework --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [java] apply [INFO] Done SpotBugs Analysis.... [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.pgsql >-------- [INFO] Building EclipseLink PostgreSQL Extension 4.0.3-SNAPSHOT [7/134] [INFO] from foundation/org.eclipse.persistence.pgsql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.pgsql --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] get [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 4.0.3-SNAPSHOT [8/134] [INFO] from moxy/org.eclipse.persistence.moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.moxy --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [java] call [java] get [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [INFO] Building EclipseLink JPA 4.0.3-SNAPSHOT [9/134] [INFO] from jpa/org.eclipse.persistence.jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [java] call [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >-- [INFO] Building EclipseLink JPA Test Framework 4.0.3-SNAPSHOT [10/134] [INFO] from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 4.0.3-SNAPSHOT [11/134] [INFO] from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpars.server >---- [INFO] Building EclipseLink JPA-RS Server 4.0.3-SNAPSHOT [12/134] [INFO] from jpa/org.eclipse.persistence.jpars.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpars.server --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [INFO] Building EclipseLink JPA-RS 4.0.3-SNAPSHOT [13/134] [INFO] from jpa/org.eclipse.persistence.jpars/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpars --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------ [INFO] Building EclipseLink Core Test 4.0.3-SNAPSHOT [14/134] [INFO] from foundation/eclipselink.core.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.core.test --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >-------- [INFO] Building EclipseLink CORBA Extension 4.0.3-SNAPSHOT [15/134] [INFO] from foundation/org.eclipse.persistence.corba/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.corba --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [INFO] Building EclipseLink Extension 4.0.3-SNAPSHOT [16/134] [INFO] from foundation/org.eclipse.persistence.extension/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.extension --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 4.0.3-SNAPSHOT [17/134] [INFO] from foundation/org.eclipse.persistence.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.nosql --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >--- [INFO] Building EclipseLink MOXy XJC 4.0.3-SNAPSHOT [18/134] [INFO] from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [INFO] Building EclipseLink DBWS 4.0.3-SNAPSHOT [19/134] [INFO] from dbws/org.eclipse.persistence.dbws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.dbws --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [INFO] Building EclipseLink SDO 4.0.3-SNAPSHOT [20/134] [INFO] from sdo/org.eclipse.persistence.sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.sdo --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 4.0.3-SNAPSHOT [21/134] [INFO] from utils/org.eclipse.persistence.dbws.builder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.dbws.builder --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >---- [INFO] Building EclipseLink Package Rename Utility 4.0.3-SNAPSHOT [22/134] [INFO] from utils/eclipselink.utils.rename/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.utils.rename --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [INFO] Building EclipseLink Oracle NoSQL Extension 4.0.3-SNAPSHOT [23/134] [INFO] from foundation/org.eclipse.persistence.oracle.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.oracle.nosql --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] test [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >------- [INFO] Building EclipseLink Bundles Parent 4.0.3-SNAPSHOT [24/134] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --------------< org.eclipse.persistence:moxy-standalone >--------------- [INFO] Building EclipseLink Bundles MOXy standalone 4.0.3-SNAPSHOT [25/134] [INFO] from bundles/moxy-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ moxy-standalone --- [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 4.0.3-SNAPSHOT [26/134] [INFO] from bundles/eclipselink/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ eclipselink --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >-- [INFO] Building EclipseLink Bundles tests 4.0.3-SNAPSHOT [27/134] [INFO] from bundles/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 4.0.3-SNAPSHOT [28/134] [INFO] from testing/server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------ [INFO] Building EclipseLink JPA Test 4.0.3-SNAPSHOT [29/134] [INFO] from jpa/eclipselink.jpa.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >---- [INFO] Building EclipseLink Bundles Other 4.0.3-SNAPSHOT [30/134] [INFO] from bundles/others/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] -------------------< org.eclipse.persistence:p2site >------------------- [INFO] Building EclipseLink Bundles P2 Site 4.0.3-SNAPSHOT [31/134] [INFO] from bundles/p2site/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ p2site --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 4.0.3-SNAPSHOT [32/134] [INFO] from testing/server-oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >--- [INFO] Building EclipseLink SDO Test Server 4.0.3-SNAPSHOT [33/134] [INFO] from sdo/eclipselink.sdo.test.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >---- [INFO] Building EclipseLink JPA JSE Test 4.0.3-SNAPSHOT [34/134] [INFO] from jpa/eclipselink.jpa.test.jse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >--- [INFO] Building EclipseLink JPA Spring Test 4.0.3-SNAPSHOT [35/134] [INFO] from jpa/eclipselink.jpa.spring.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >---- [INFO] Building EclipseLink JPA WDF Test 4.0.3-SNAPSHOT [36/134] [INFO] from jpa/eclipselink.jpa.wdf.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >----- [INFO] Building EclipseLink Oracle Extension Test 4.0.3-SNAPSHOT [37/134] [INFO] from foundation/org.eclipse.persistence.oracle.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >-- [INFO] Building EclipseLink DBWS Test Oracle 4.0.3-SNAPSHOT [38/134] [INFO] from dbws/eclipselink.dbws.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle 4.0.3-SNAPSHOT [39/134] [INFO] from utils/eclipselink.dbws.builder.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle Server 4.0.3-SNAPSHOT [40/134] [INFO] from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >-- [INFO] Building EclipseLink Package Signature Compare Utility 4.0.3-SNAPSHOT [41/134] [INFO] from utils/eclipselink.utils.sigcompare/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Fork Value is true [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps >---- [INFO] Building Persistence TestApps 4.0.3-SNAPSHOT [42/134] [INFO] from jpa/eclipselink.jpa.testapps/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced >-- [INFO] Building Test - advanced 4.0.3-SNAPSHOT [43/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced2 >-- [INFO] Building Test - advanced2 4.0.3-SNAPSHOT [44/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria >-- [INFO] Building Test - advanced.additionalcriteria 4.0.3-SNAPSHOT [45/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cacheable >-- [INFO] Building Test - cacheable 4.0.3-SNAPSHOT [46/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.cacheable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.fetchgroup >-- [INFO] Building Test - advanced.fetchgroup 4.0.3-SNAPSHOT [47/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel >-- [INFO] Building Test - metamodel 4.0.3-SNAPSHOT [48/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.metamodel/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.cacheable >-- [INFO] Building Test - xml.cacheable 4.0.3-SNAPSHOT [49/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cacheimpl >-- [INFO] Building Test - advanced.cacheimpl 4.0.3-SNAPSHOT [50/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cascadepersist >-- [INFO] Building Test - advanced.cascadepersist 4.0.3-SNAPSHOT [51/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.compositepk >-- [INFO] Building Test - advanced.compositepk 4.0.3-SNAPSHOT [52/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.derivedid >-- [INFO] Building Test - advanced.derivedid 4.0.3-SNAPSHOT [53/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.customer >-- [INFO] Building Test - advanced.customer 4.0.3-SNAPSHOT [54/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.embeddable >-- [INFO] Building Test - advanced.embeddable 4.0.3-SNAPSHOT [55/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.multitenant >-- [INFO] Building Test - advanced.multitenant 4.0.3-SNAPSHOT [56/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation >-- [INFO] Building Test - beanvalidation 4.0.3-SNAPSHOT [57/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic >-- [INFO] Building Test - beanvalidation.dynamic 4.0.3-SNAPSHOT [58/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cascadedeletes >-- [INFO] Building Test - cascadedeletes 4.0.3-SNAPSHOT [59/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.complexaggregate >-- [INFO] Building Test - complexaggregate 4.0.3-SNAPSHOT [60/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.common >-- [INFO] Building Test - composite.advanced.common 4.0.3-SNAPSHOT [61/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 >-- [INFO] Building Test - composite.advanced.member_1 4.0.3-SNAPSHOT [62/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 >-- [INFO] Building Test - composite.advanced.member_2 4.0.3-SNAPSHOT [63/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 >-- [INFO] Building Test - composite.advanced.member_3 4.0.3-SNAPSHOT [64/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced >-- [INFO] Building Test - composite.advanced 4.0.3-SNAPSHOT [65/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inheritance >-- [INFO] Building Test - advanced.inheritance 4.0.3-SNAPSHOT [66/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inherited >-- [INFO] Building Test - advanced.inherited 4.0.3-SNAPSHOT [67/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.criteria >-- [INFO] Building Test - criteria 4.0.3-SNAPSHOT [68/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.criteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datatypes >-- [INFO] Building Test - datatypes 4.0.3-SNAPSHOT [69/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.datatypes/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datetime >-- [INFO] Building Test - datetime 4.0.3-SNAPSHOT [70/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.datetime/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.ddlgeneration >-- [INFO] Building Test - ddlgeneration 4.0.3-SNAPSHOT [71/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.lob >-- [INFO] Building Test - lob 4.0.3-SNAPSHOT [72/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.lob/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.delimited >-- [INFO] Building Test - delimited 4.0.3-SNAPSHOT [73/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.delimited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.diagnostic >-- [INFO] Building Test - diagnostic 4.0.3-SNAPSHOT [74/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.extensibility >-- [INFO] Building Test - extensibility 4.0.3-SNAPSHOT [75/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.extensibility/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fetchgroups >-- [INFO] Building Test - fetchgroups 4.0.3-SNAPSHOT [76/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.advanced >-- [INFO] Building Test - fieldaccess.advanced 4.0.3-SNAPSHOT [77/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.relationships >-- [INFO] Building Test - fieldaccess.relationships 4.0.3-SNAPSHOT [78/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.identity >-- [INFO] Building Test - identity 4.0.3-SNAPSHOT [79/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.identity/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpaadvancedproperties >-- [INFO] Building Test - jpaadvancedproperties 4.0.3-SNAPSHOT [80/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.relationships >-- [INFO] Building Test - relationships 4.0.3-SNAPSHOT [81/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpql >-- [INFO] Building Test - jpql 4.0.3-SNAPSHOT [82/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jta >-- [INFO] Building Test - jta 4.0.3-SNAPSHOT [83/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jta/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance >-- [INFO] Building Test - performance 4.0.3-SNAPSHOT [84/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.performance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.memory >-- [INFO] Building Test - memory 4.0.3-SNAPSHOT [85/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.memory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel.aspectj >-- [INFO] Building Test - metamodel.aspectj 4.0.3-SNAPSHOT [86/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.orphanremoval >-- [INFO] Building Test - orphanremoval 4.0.3-SNAPSHOT [87/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.partitioned >-- [INFO] Building Test - partitioned 4.0.3-SNAPSHOT [88/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.partitioned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance2 >-- [INFO] Building Test - performance2 4.0.3-SNAPSHOT [89/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.performance2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.privateowned >-- [INFO] Building Test - privateowned 4.0.3-SNAPSHOT [90/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.privateowned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.pu-with-spaces >-- [INFO] Building Test - pu with spaces 4.0.3-SNAPSHOT [91/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.remote >-- [INFO] Building Test - remote 4.0.3-SNAPSHOT [92/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.remote/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean >-- [INFO] Building Test - sessionbean 4.0.3-SNAPSHOT [93/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean.ha >-- [INFO] Building Test - sessionbean.ha 4.0.3-SNAPSHOT [94/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.validation >-- [INFO] Building Test - validation 4.0.3-SNAPSHOT [95/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.weaving >-- [INFO] Building Test - weaving 4.0.3-SNAPSHOT [96/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.weaving/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common >-- [INFO] Building Test - xml.composite.advanced.common 4.0.3-SNAPSHOT [97/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 >-- [INFO] Building Test - xml.composite.advanced.member_1 4.0.3-SNAPSHOT [98/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 >-- [INFO] Building Test - xml.composite.advanced.member_2 4.0.3-SNAPSHOT [99/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 >-- [INFO] Building Test - xml.composite.advanced.member_3 4.0.3-SNAPSHOT [100/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced >-- [INFO] Building Test - xml.composite.advanced 4.0.3-SNAPSHOT [101/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced >-- [INFO] Building Test - xml.advanced 4.0.3-SNAPSHOT [102/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced >-- [INFO] Building Test - xml.extended.advanced 4.0.3-SNAPSHOT [103/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria >-- [INFO] Building Test - xml.extended.advanced.additionalcriteria 4.0.3-SNAPSHOT [104/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup >-- [INFO] Building Test - xml.extended.advanced.fetchgroup 4.0.3-SNAPSHOT [105/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate >-- [INFO] Building Test - xml.extended.complexaggregate 4.0.3-SNAPSHOT [106/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inheritance >-- [INFO] Building Test - xml.inheritance 4.0.3-SNAPSHOT [107/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.inheritance >-- [INFO] Building Test - xml.extended.inheritance 4.0.3-SNAPSHOT [108/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships >-- [INFO] Building Test - xml.relationships 4.0.3-SNAPSHOT [109/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.relationships >-- [INFO] Building Test - xml.extended.relationships 4.0.3-SNAPSHOT [110/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 >-- [INFO] Building Test - xml.extended.composite.advanced.member_1 4.0.3-SNAPSHOT [111/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 >-- [INFO] Building Test - xml.extended.composite.advanced.member_2 4.0.3-SNAPSHOT [112/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 >-- [INFO] Building Test - xml.extended.composite.advanced.member_3 4.0.3-SNAPSHOT [113/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced >-- [INFO] Building Test - xml.extended.composite.advanced 4.0.3-SNAPSHOT [114/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.advanced >-- [INFO] Building Test - xml.merge.advanced 4.0.3-SNAPSHOT [115/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning >-- [INFO] Building Test - xml.merge.incompletemappings.nonowning 4.0.3-SNAPSHOT [116/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning >-- [INFO] Building Test - xml.merge.incompletemappings.owning 4.0.3-SNAPSHOT [117/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.inherited >-- [INFO] Building Test - xml.merge.inherited 4.0.3-SNAPSHOT [118/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.relationships >-- [INFO] Building Test - xml.merge.relationships 4.0.3-SNAPSHOT [119/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant >-- [INFO] Building Test - xml.advanced.multitenant 4.0.3-SNAPSHOT [120/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inherited >-- [INFO] Building Test - xml.inherited 4.0.3-SNAPSHOT [121/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.metadatacomplete >-- [INFO] Building Test - xml.metadatacomplete 4.0.3-SNAPSHOT [122/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional >-- [INFO] Building Test - xml.relationships.unidirectional 4.0.3-SNAPSHOT [123/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete >-- [INFO] Building Test - xml.xmlmetadatacomplete 4.0.3-SNAPSHOT [124/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nativeapi >-- [INFO] Building Test - nativeapi 4.0.3-SNAPSHOT [125/134] [INFO] from jpa/eclipselink.jpa.testapps/nativeapi/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql >-- [INFO] Building Persistence TestApps - NoSQL 4.0.3-SNAPSHOT [126/134] [INFO] from jpa/eclipselink.jpa.testapps.nosql/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql.mongo >-- [INFO] Building Test - nosql.mongo 4.0.3-SNAPSHOT [127/134] [INFO] from jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle >-- [INFO] Building Persistence TestApps - Oracle DB 4.0.3-SNAPSHOT [128/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.customfeatures >-- [INFO] Building Test - oracle.customfeatures 4.0.3-SNAPSHOT [129/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.dcn >-- [INFO] Building Test - oracle.dcn 4.0.3-SNAPSHOT [130/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.partitioned >-- [INFO] Building Test - oracle.partitioned 4.0.3-SNAPSHOT [131/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.plsql >-- [INFO] Building Test - oracle.plsql 4.0.3-SNAPSHOT [132/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication >-- [INFO] Building Test - oracle.proxyauthentication 4.0.3-SNAPSHOT [133/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.timestamptz >-- [INFO] Building Test - oracle.timestamptz 4.0.3-SNAPSHOT [134/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spotbugs:4.7.3.4:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Parent 4.0.3-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [ 4.887 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 30.146 s] [INFO] EclipseLink Core ................................... SUCCESS [01:56 min] [INFO] EclipseLink JSON Extension ......................... SUCCESS [ 3.730 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 9.039 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 17.813 s] [INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [ 4.748 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 20.344 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 33.464 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 5.260 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 7.824 s] [INFO] EclipseLink JPA-RS Server .......................... SUCCESS [ 11.064 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 3.034 s] [INFO] EclipseLink Core Test .............................. SUCCESS [ 0.011 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 7.073 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 4.177 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 7.534 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 3.093 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 8.702 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 15.160 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 11.656 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 3.554 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 8.131 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.004 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 0.007 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 0.025 s] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 0.078 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 0.003 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [ 0.739 s] [INFO] EclipseLink Bundles Other .......................... SUCCESS [ 0.059 s] [INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [ 0.049 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 0.006 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 0.064 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 0.043 s] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 0.015 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 0.008 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 0.010 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 0.009 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 0.013 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 0.009 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 3.524 s] [INFO] Persistence TestApps ............................... SUCCESS [ 0.008 s] [INFO] Test - advanced .................................... SUCCESS [ 0.006 s] [INFO] Test - advanced2 ................................... SUCCESS [ 0.006 s] [INFO] Test - advanced.additionalcriteria ................. SUCCESS [ 0.007 s] [INFO] Test - cacheable ................................... SUCCESS [ 0.006 s] [INFO] Test - advanced.fetchgroup ......................... SUCCESS [ 0.006 s] [INFO] Test - metamodel ................................... SUCCESS [ 0.007 s] [INFO] Test - xml.cacheable ............................... SUCCESS [ 0.006 s] [INFO] Test - advanced.cacheimpl .......................... SUCCESS [ 0.011 s] [INFO] Test - advanced.cascadepersist ..................... SUCCESS [ 0.006 s] [INFO] Test - advanced.compositepk ........................ SUCCESS [ 0.006 s] [INFO] Test - advanced.derivedid .......................... SUCCESS [ 0.029 s] [INFO] Test - advanced.customer ........................... SUCCESS [ 0.012 s] [INFO] Test - advanced.embeddable ......................... SUCCESS [ 0.012 s] [INFO] Test - advanced.multitenant ........................ SUCCESS [ 0.012 s] [INFO] Test - beanvalidation .............................. SUCCESS [ 0.013 s] [INFO] Test - beanvalidation.dynamic ...................... SUCCESS [ 0.014 s] [INFO] Test - cascadedeletes .............................. SUCCESS [ 0.012 s] [INFO] Test - complexaggregate ............................ SUCCESS [ 0.016 s] [INFO] Test - composite.advanced.common ................... SUCCESS [ 0.009 s] [INFO] Test - composite.advanced.member_1 ................. SUCCESS [ 0.008 s] [INFO] Test - composite.advanced.member_2 ................. SUCCESS [ 0.008 s] [INFO] Test - composite.advanced.member_3 ................. SUCCESS [ 0.008 s] [INFO] Test - composite.advanced .......................... SUCCESS [ 0.009 s] [INFO] Test - advanced.inheritance ........................ SUCCESS [ 0.007 s] [INFO] Test - advanced.inherited .......................... SUCCESS [ 0.006 s] [INFO] Test - criteria .................................... SUCCESS [ 0.009 s] [INFO] Test - datatypes ................................... SUCCESS [ 0.006 s] [INFO] Test - datetime .................................... SUCCESS [ 0.006 s] [INFO] Test - ddlgeneration ............................... SUCCESS [ 0.006 s] [INFO] Test - lob ......................................... SUCCESS [ 0.007 s] [INFO] Test - delimited ................................... SUCCESS [ 0.008 s] [INFO] Test - diagnostic .................................. SUCCESS [ 0.024 s] [INFO] Test - extensibility ............................... SUCCESS [ 0.006 s] [INFO] Test - fetchgroups ................................. SUCCESS [ 0.011 s] [INFO] Test - fieldaccess.advanced ........................ SUCCESS [ 0.006 s] [INFO] Test - fieldaccess.relationships ................... SUCCESS [ 0.007 s] [INFO] Test - identity .................................... SUCCESS [ 0.007 s] [INFO] Test - jpaadvancedproperties ....................... SUCCESS [ 0.006 s] [INFO] Test - relationships ............................... SUCCESS [ 0.006 s] [INFO] Test - jpql ........................................ SUCCESS [ 0.010 s] [INFO] Test - jta ......................................... SUCCESS [ 0.006 s] [INFO] Test - performance ................................. SUCCESS [ 0.006 s] [INFO] Test - memory ...................................... SUCCESS [ 0.008 s] [INFO] Test - metamodel.aspectj ........................... SUCCESS [ 0.008 s] [INFO] Test - orphanremoval ............................... SUCCESS [ 0.007 s] [INFO] Test - partitioned ................................. SUCCESS [ 0.007 s] [INFO] Test - performance2 ................................ SUCCESS [ 0.006 s] [INFO] Test - privateowned ................................ SUCCESS [ 0.006 s] [INFO] Test - pu with spaces .............................. SUCCESS [ 0.005 s] [INFO] Test - remote ...................................... SUCCESS [ 0.008 s] [INFO] Test - sessionbean ................................. SUCCESS [ 0.005 s] [INFO] Test - sessionbean.ha .............................. SUCCESS [ 0.007 s] [INFO] Test - validation .................................. SUCCESS [ 0.005 s] [INFO] Test - weaving ..................................... SUCCESS [ 0.006 s] [INFO] Test - xml.composite.advanced.common ............... SUCCESS [ 0.006 s] [INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [ 0.006 s] [INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [ 0.007 s] [INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [ 0.006 s] [INFO] Test - xml.composite.advanced ...................... SUCCESS [ 0.008 s] [INFO] Test - xml.advanced ................................ SUCCESS [ 0.006 s] [INFO] Test - xml.extended.advanced ....................... SUCCESS [ 0.007 s] [INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [ 0.005 s] [INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [ 0.006 s] [INFO] Test - xml.extended.complexaggregate ............... SUCCESS [ 0.005 s] [INFO] Test - xml.inheritance ............................. SUCCESS [ 0.006 s] [INFO] Test - xml.extended.inheritance .................... SUCCESS [ 0.007 s] [INFO] Test - xml.relationships ........................... SUCCESS [ 0.006 s] [INFO] Test - xml.extended.relationships .................. SUCCESS [ 0.007 s] [INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [ 0.007 s] [INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [ 0.006 s] [INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [ 0.006 s] [INFO] Test - xml.extended.composite.advanced ............. SUCCESS [ 0.008 s] [INFO] Test - xml.merge.advanced .......................... SUCCESS [ 0.006 s] [INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [ 0.006 s] [INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [ 0.006 s] [INFO] Test - xml.merge.inherited ......................... SUCCESS [ 0.006 s] [INFO] Test - xml.merge.relationships ..................... SUCCESS [ 0.006 s] [INFO] Test - xml.advanced.multitenant .................... SUCCESS [ 0.006 s] [INFO] Test - xml.inherited ............................... SUCCESS [ 0.006 s] [INFO] Test - xml.metadatacomplete ........................ SUCCESS [ 0.006 s] [INFO] Test - xml.relationships.unidirectional ............ SUCCESS [ 0.006 s] [INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [ 0.005 s] [INFO] Test - nativeapi ................................... SUCCESS [ 0.006 s] [INFO] Persistence TestApps - NoSQL ....................... SUCCESS [ 0.007 s] [INFO] Test - nosql.mongo ................................. SUCCESS [ 0.006 s] [INFO] Persistence TestApps - Oracle DB ................... SUCCESS [ 0.011 s] [INFO] Test - oracle.customfeatures ....................... SUCCESS [ 0.007 s] [INFO] Test - oracle.dcn .................................. SUCCESS [ 0.008 s] [INFO] Test - oracle.partitioned .......................... SUCCESS [ 0.011 s] [INFO] Test - oracle.plsql ................................ SUCCESS [ 0.009 s] [INFO] Test - oracle.proxyauthentication .................. SUCCESS [ 0.010 s] [INFO] Test - oracle.timestamptz .......................... SUCCESS [ 0.009 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:44 min [INFO] Finished at: 2024-04-17T12:37:02Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/test.sh -[ EclipseLink Tests LRG ]----------------------------------------------------------- -[ EclipseLink LRG Tests ]----------------------------------------------------------- JENKINS_UI_SERVICE_PORT=80 GIT_COMMIT=8a993b480d5cfbaad39ffd7939d308a788ede355 RUN_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-4.0/23/display/redirect GITLAB_OBJECT_KIND=none JENKINS_URL=https://ci.eclipse.org/eclipselink/ M2_HOME=/opt/tools/apache-maven/latest EXECUTOR_NUMBER=0 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp LANG=en_US.UTF-8 BUILD_ID=23 HOSTNAME=el-master-agent-pod-pz56v-cnf1g OLDPWD=/ RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-4.0/23/display/redirect?page=changes MAVEN_HOME=/opt/tools/apache-maven/latest NOTIFICATION_ADDRESS=eclipselink-dev@eclipse.org JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 JENKINS_NODE_COOKIE=fa57484a-8a44-44b6-829b-2722f9b02f64 JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest JOB_BASE_NAME=eclipselink-nightly-4.0 WORKSPACE_TMP=/home/jenkins/agent/workspace/eclipselink-nightly-4.0@tmp KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true GIT_URL=https://github.com/eclipse-ee4j/eclipselink.git CLASSPATH= KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1 SSH_CREDENTIALS_ID=github-bot-ssh BUILD_RESULTS_TARGET_DIR=/home/data/httpd/download.eclipse.org/rt/eclipselink/nightly POD_CONTAINER=el-build BUILD_NUMBER=23 CONTINUOUS_BUILD=false JENKINS_UI_SERVICE_PORT_HTTP=80 JENKINS_UI_PORT_80_TCP_ADDR=10.30.39.21 KUBERNETES_PORT=tcp://10.30.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/eclipselink-nightly-4.0 PWD=/home/jenkins/agent/workspace/eclipselink-nightly-4.0 HUDSON_URL=https://ci.eclipse.org/eclipselink/ HOME=/home/jenkins NODE_NAME=el-master-agent-pod-pz56v-cnf1g JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.185.78:50000 JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 HUDSON_SERVER_COOKIE=1b8a48d8fd2f6d5f JENKINS_HOME=/var/jenkins JENKINS_UI_PORT=tcp://10.30.39.21:80 JOB_NAME=eclipselink-nightly-4.0 RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-4.0/23/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=3fe3f1206c05c301f7034bcc5762ffad40a8cf0e HUDSON_HOME=/var/jenkins JOB_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-4.0/display/redirect KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-4.0/23/display/redirect?page=artifacts GIT_REPOSITORY_URL=https://github.com/eclipse-ee4j/eclipselink.git JENKINS_DISCOVERY_SERVICE_HOST=10.30.185.78 JENKINS_DISCOVERY_PORT=tcp://10.30.185.78:50000 bind_address=0.0.0.0 BUILD_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-4.0/23/ TERM=xterm STAGE_NAME=Tests JOB_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-4.0/ BUILD_DISPLAY_NAME=#23 NSS_SDB_USE_CACHE=no JENKINS_UI_PORT_80_TCP_PORT=80 JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.185.78 SHLVL=4 GIT_BRANCH=origin/4.0 BUILD_TAG=jenkins-eclipselink-nightly-4.0-23 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=el-master-agent-pod-pz56v-cnf1g el-master-agent-pod JENKINS_UI_SERVICE_HOST=10.30.39.21 PATH=/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=3fe3f1206c05c301f7034bcc5762ffad40a8cf0e KUBERNETES_SERVICE_HOST=10.30.0.1 JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_SERVER_COOKIE=durable-ff4223892541b48fd1169f5513206b8e7f83fbcff4e353c9ca97f75675353f7f JENKINS_UI_PORT_80_TCP=tcp://10.30.39.21:80 _=/usr/bin/env [17.04.2024 12:37:03] -[ Starting MySQL Database ]------------------------------ [17.04.2024 12:37:03] --[ Waiting for MySQL Database to come up ]--------------- . done mysql: [Warning] Using a password on the command line interface can be insecure. -------------- mysql Ver 8.0.32 for Linux on x86_64 (MySQL Community Server - GPL) Connection id: 9 Current database: Current user: root@localhost SSL: Not in use Current pager: stdout Using outfile: '' Using delimiter: ; Server version: 8.0.32 MySQL Community Server - GPL Protocol version: 10 Connection: Localhost via UNIX socket Server characterset: utf8mb4 Db characterset: utf8mb4 Client characterset: utf8mb4 Conn. characterset: utf8mb4 UNIX socket: /var/lib/mysql/mysql.sock Uptime: 1 sec Threads: 2 Questions: 5 Slow queries: 0 Opens: 119 Flush tables: 3 Open tables: 38 Queries per second avg: 5.000 -------------- Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] EclipseLink Parent [pom] [INFO] EclipseLink Hermes Parser [jar] [INFO] EclipseLink Core [jar] [INFO] EclipseLink JSON Extension [jar] [INFO] EclipseLink Oracle Extension [jar] [INFO] EclipseLink Core Test Framework [jar] [INFO] EclipseLink PostgreSQL Extension [jar] [INFO] EclipseLink MOXy [jar] [INFO] EclipseLink JPA [jar] [INFO] EclipseLink JPA Test Framework [jar] [INFO] EclipseLink JPA Model Generator [jar] [INFO] EclipseLink JPA-RS Server [jar] [INFO] EclipseLink JPA-RS [jar] [INFO] EclipseLink Core Test [jar] [INFO] EclipseLink CORBA Extension [jar] [INFO] EclipseLink Extension [jar] [INFO] EclipseLink NoSQL Extension [jar] [INFO] EclipseLink MOXy XJC [jar] [INFO] EclipseLink DBWS [jar] [INFO] EclipseLink SDO [jar] [INFO] EclipseLink DBWS Builder [jar] [INFO] EclipseLink Package Rename Utility [jar] [INFO] EclipseLink Oracle NoSQL Extension [jar] [INFO] EclipseLink Bundles Parent [pom] [INFO] EclipseLink Bundles MOXy standalone [pom] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) [jar] [INFO] EclipseLink Bundles tests [jar] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink JPA Test [jar] [INFO] EclipseLink Bundles Other [jar] [INFO] EclipseLink Bundles P2 Site [pom] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink SDO Test Server [jar] [INFO] EclipseLink JPA JSE Test [jar] [INFO] EclipseLink JPA Spring Test [jar] [INFO] EclipseLink JPA WDF Test [jar] [INFO] EclipseLink Oracle Extension Test [jar] [INFO] EclipseLink DBWS Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle Server [jar] [INFO] EclipseLink Package Signature Compare Utility [jar] [INFO] Persistence TestApps [pom] [INFO] Test - advanced [jar] [INFO] Test - advanced2 [jar] [INFO] Test - advanced.additionalcriteria [jar] [INFO] Test - cacheable [jar] [INFO] Test - advanced.fetchgroup [jar] [INFO] Test - metamodel [jar] [INFO] Test - xml.cacheable [jar] [INFO] Test - advanced.cacheimpl [jar] [INFO] Test - advanced.cascadepersist [jar] [INFO] Test - advanced.compositepk [jar] [INFO] Test - advanced.derivedid [jar] [INFO] Test - advanced.customer [jar] [INFO] Test - advanced.embeddable [jar] [INFO] Test - advanced.multitenant [jar] [INFO] Test - beanvalidation [jar] [INFO] Test - beanvalidation.dynamic [jar] [INFO] Test - cascadedeletes [jar] [INFO] Test - complexaggregate [jar] [INFO] Test - composite.advanced.common [jar] [INFO] Test - composite.advanced.member_1 [jar] [INFO] Test - composite.advanced.member_2 [jar] [INFO] Test - composite.advanced.member_3 [jar] [INFO] Test - composite.advanced [jar] [INFO] Test - advanced.inheritance [jar] [INFO] Test - advanced.inherited [jar] [INFO] Test - criteria [jar] [INFO] Test - datatypes [jar] [INFO] Test - datetime [jar] [INFO] Test - ddlgeneration [jar] [INFO] Test - lob [jar] [INFO] Test - delimited [jar] [INFO] Test - diagnostic [jar] [INFO] Test - extensibility [jar] [INFO] Test - fetchgroups [jar] [INFO] Test - fieldaccess.advanced [jar] [INFO] Test - fieldaccess.relationships [jar] [INFO] Test - identity [jar] [INFO] Test - jpaadvancedproperties [jar] [INFO] Test - relationships [jar] [INFO] Test - jpql [jar] [INFO] Test - jta [jar] [INFO] Test - performance [jar] [INFO] Test - memory [jar] [INFO] Test - metamodel.aspectj [jar] [INFO] Test - orphanremoval [jar] [INFO] Test - partitioned [jar] [INFO] Test - performance2 [jar] [INFO] Test - privateowned [jar] [INFO] Test - pu with spaces [jar] [INFO] Test - remote [jar] [INFO] Test - sessionbean [jar] [INFO] Test - sessionbean.ha [jar] [INFO] Test - validation [jar] [INFO] Test - weaving [jar] [INFO] Test - xml.composite.advanced.common [jar] [INFO] Test - xml.composite.advanced.member_1 [jar] [INFO] Test - xml.composite.advanced.member_2 [jar] [INFO] Test - xml.composite.advanced.member_3 [jar] [INFO] Test - xml.composite.advanced [jar] [INFO] Test - xml.advanced [jar] [INFO] Test - xml.extended.advanced [jar] [INFO] Test - xml.extended.advanced.additionalcriteria [jar] [INFO] Test - xml.extended.advanced.fetchgroup [jar] [INFO] Test - xml.extended.complexaggregate [jar] [INFO] Test - xml.inheritance [jar] [INFO] Test - xml.extended.inheritance [jar] [INFO] Test - xml.relationships [jar] [INFO] Test - xml.extended.relationships [jar] [INFO] Test - xml.extended.composite.advanced.member_1 [jar] [INFO] Test - xml.extended.composite.advanced.member_2 [jar] [INFO] Test - xml.extended.composite.advanced.member_3 [jar] [INFO] Test - xml.extended.composite.advanced [jar] [INFO] Test - xml.merge.advanced [jar] [INFO] Test - xml.merge.incompletemappings.nonowning [jar] [INFO] Test - xml.merge.incompletemappings.owning [jar] [INFO] Test - xml.merge.inherited [jar] [INFO] Test - xml.merge.relationships [jar] [INFO] Test - xml.advanced.multitenant [jar] [INFO] Test - xml.inherited [jar] [INFO] Test - xml.metadatacomplete [jar] [INFO] Test - xml.relationships.unidirectional [jar] [INFO] Test - xml.xmlmetadatacomplete [jar] [INFO] Test - nativeapi [jar] [INFO] Persistence TestApps - NoSQL [pom] [INFO] Test - nosql.mongo [jar] [INFO] Persistence TestApps - Oracle DB [pom] [INFO] Test - oracle.customfeatures [jar] [INFO] Test - oracle.dcn [jar] [INFO] Test - oracle.partitioned [jar] [INFO] Test - oracle.plsql [jar] [INFO] Test - oracle.proxyauthentication [jar] [INFO] Test - oracle.timestamptz [jar] [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [INFO] Building EclipseLink Parent 4.0.3-SNAPSHOT [1/134] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- assembly:3.6.0:single (build-resources) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/common-license.xml [INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml [INFO] Reading assembly descriptor: src/main/assembly/test-report.xml [INFO] Reading assembly descriptor: src/main/assembly/spotbugs-filter.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-defaults.zip [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-report.zip [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-spotbugs-filter.zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 4.0.3-SNAPSHOT [2/134] [INFO] from jpa/org.eclipse.persistence.jpa.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.jpql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.jpql --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-junit4/3.1.2/surefire-junit4-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.1.2/surefire-junit4-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.1.2/surefire-junit4-3.1.2.pom (3.0 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-providers/3.1.2/surefire-providers-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.1.2/surefire-providers-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.1.2/surefire-providers-3.1.2.pom (2.6 kB at 186 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit4/3.1.2/common-junit4-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.1.2/common-junit4-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.1.2/common-junit4-3.1.2.pom (3.1 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit3/3.1.2/common-junit3-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.1.2/common-junit3-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.1.2/common-junit3-3.1.2.pom (2.8 kB at 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-java5/3.1.2/common-java5-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.2/common-java5-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.2/common-java5-3.1.2.pom (2.8 kB at 188 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-junit4/3.1.2/surefire-junit4-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit4/3.1.2/common-junit4-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit3/3.1.2/common-junit3-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-java5/3.1.2/common-java5-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.1.2/surefire-junit4-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.1.2/surefire-junit4-3.1.2.jar (18 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.1.2/common-junit4-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.1.2/common-junit3-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.2/common-java5-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.1.2/common-junit3-3.1.2.jar (12 kB at 198 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.1.2/common-junit4-3.1.2.jar (26 kB at 404 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.2/common-java5-3.1.2.jar (18 kB at 274 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.tests.jpql.AllHermesTests [WARNING] Tests run: 113520, Failures: 0, Errors: 0, Skipped: 75, Time elapsed: 16.76 s -- in org.eclipse.persistence.jpa.tests.jpql.AllHermesTests [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 113520, Failures: 0, Errors: 0, Skipped: 75 [INFO] [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 4.0.3-SNAPSHOT [3/134] [INFO] from foundation/org.eclipse.persistence.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.core --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.core --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.time) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ org.eclipse.persistence.core --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: 8a993b480d5cfbaad39ffd7939d308a788ede355 at timestamp: 1713357462768 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core [INFO] Storing scmBranch: 4.0 [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core --- [INFO] Copying 7 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/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] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1751 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[27,30] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[28,21] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[29,24] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[46,28] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[47,57] unchecked cast required: CONTEXT found: org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[48,91] unchecked cast required: UNMARSHALLER_LISTENER found: org.eclipse.persistence.internal.oxm.Unmarshaller.Listener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[59,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[64,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[81,30] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[82,21] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[83,24] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[107,20] found raw type: java.lang.reflect.Constructor missing type arguments for generic class java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[108,20] found raw type: java.lang.reflect.Constructor missing type arguments for generic class java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[109,20] found raw type: java.lang.reflect.Constructor missing type arguments for generic class java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[110,20] found raw type: java.lang.reflect.Constructor missing type arguments for generic class java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[210,31] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[217,13] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[231,9] found raw type: org.eclipse.persistence.core.sessions.CoreSession missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[232,9] found raw type: org.eclipse.persistence.internal.oxm.record.XMLPlatform missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.XMLPlatform [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[233,67] unchecked call to newPlatformUnmarshaller(XML_UNMARSHALLER,java.util.Map) as a member of the raw type org.eclipse.persistence.internal.oxm.record.XMLPlatform [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[599,101] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[599,102] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[600,95] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[600,96] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[607,104] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[607,105] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[608,98] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[608,99] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[663,101] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[663,102] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[664,95] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[664,96] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[671,104] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[671,105] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[672,98] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types required: java.lang.reflect.Constructor,java.lang.Object[] found: java.lang.reflect.Constructor,java.lang.Object[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[672,99] unchecked conversion required: java.lang.reflect.Constructor found: java.lang.reflect.Constructor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[899,12] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[900,20] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[938,12] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[947,12] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[948,79] unchecked call to createRecord(ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/jdbc/JDBCTypes.java:[288,59] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/jdbc/JDBCTypes.java:[296,83] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/oracle/plsql/OraclePLSQLTypes.java:[235,55] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/oracle/plsql/OraclePLSQLTypes.java:[246,79] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[112,13] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[122,28] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[462,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[463,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[467,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[495,66] unchecked call to getSession(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[496,67] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[497,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[503,84] unchecked call to createRootUnmarshalRecord(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[517,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[530,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[535,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[569,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[570,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[572,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[598,66] unchecked call to getSession(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[599,67] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[600,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[605,84] unchecked call to createRootUnmarshalRecord(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[620,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[631,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[636,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[842,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[844,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[846,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[876,66] unchecked call to getSession(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[877,67] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[878,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[883,84] unchecked call to createRootUnmarshalRecord(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[899,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[912,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[917,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[923,13] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[957,13] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[966,13] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[967,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[969,13] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[990,52] unchecked call to getSession(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[991,71] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[992,76] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[997,88] unchecked call to createRootUnmarshalRecord(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[1015,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[1021,46] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[1026,53] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[65,13] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[66,13] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[68,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[70,13] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[71,13] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[96,35] found raw type: org.eclipse.persistence.internal.oxm.Context missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[115,65] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[182,41] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[204,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[219,21] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[219,54] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[224,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[241,56] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[258,52] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[259,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[259,62] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[260,55] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[265,92] unchecked call to classFromRow(ABSTRACT_RECORD,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.core.descriptors.CoreInheritancePolicy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[278,73] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[295,70] unchecked call to getSession(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[295,100] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[315,21] found raw type: org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler missing type arguments for generic class org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[317,25] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[317,93] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[317,89] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[336,48] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[337,68] unchecked call to createRootUnmarshalRecord(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[338,38] unchecked call to setSession(ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[341,52] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[343,64] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[347,39] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[368,21] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[419,33] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[423,12] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Constants.java:[27,8] class org.eclipse.persistence.internal.oxm.Constants in exported package org.eclipse.persistence.internal.oxm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/config/PersistenceUnitProperties.java:[125,8] class org.eclipse.persistence.config.PersistenceUnitProperties in exported package org.eclipse.persistence.config declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[21,53] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[36,5] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[36,54] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[43,28] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[44,24] found raw type: org.eclipse.persistence.core.descriptors.CoreDescriptor missing type arguments for generic class org.eclipse.persistence.core.descriptors.CoreDescriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[75,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[81,29] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[87,27] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[154,79] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[155,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[156,23] unchecked call to addGroups(java.util.Collection) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[176,58] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[177,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[178,25] unchecked call to addSubGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[200,61] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[201,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[202,25] unchecked call to addKeyGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[215,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[224,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[230,21] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[240,18] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[241,75] unchecked call to clone(java.util.Map,org.eclipse.persistence.core.queries.CoreAttributeGroup>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[245,63] unchecked call to clone(java.util.Map,org.eclipse.persistence.core.queries.CoreAttributeGroup>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[249,18] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[250,49] unchecked call to clone(java.util.Map,org.eclipse.persistence.core.queries.CoreAttributeGroup>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[258,85] unchecked call to clone(java.util.Map,ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[258,85] unchecked cast required: ATTRIBUTE_ITEM found: org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[323,29] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[325,22] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[330,22] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[345,13] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[392,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[397,13] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[399,84] unchecked cast required: DESCRIPTOR found: org.eclipse.persistence.core.descriptors.CoreDescriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[415,28] unchecked method invocation: method putAll in interface java.util.Map is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[415,61] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[425,30] unchecked method invocation: method addAll in interface java.util.Set is applied to given types required: java.util.Collection found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[425,69] unchecked conversion required: java.util.Collection found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[435,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[436,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[481,76] unchecked cast required: ATTRIBUTE_ITEM found: org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[486,47] unchecked cast required: ATTRIBUTE_ITEM found: org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[496,17] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[497,34] unchecked call to setRootGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[500,41] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[512,30] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[512,26] unchecked conversion required: java.util.Map found: java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[524,24] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[561,32] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[567,27] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[568,17] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[569,74] unchecked call to isAssignableFrom(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[570,41] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[622,25] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[626,93] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[627,119] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[637,49] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[638,75] unchecked conversion required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[653,138] unchecked cast required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[654,184] unchecked cast required: org.eclipse.persistence.core.queries.CoreAttributeGroup found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[665,33] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[666,33] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[667,58] unchecked call to isSupersetOf(org.eclipse.persistence.core.queries.CoreAttributeGroup) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[700,56] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[700,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[707,41] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[707,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[708,20] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[708,16] unchecked call to CoreAttributeItem(ATTRIBUTE_GROUP,java.lang.String) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[715,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[725,46] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[730,35] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[731,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[185,81] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[187,36] module not found: org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[188,36] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[189,40] module not found: org.eclipse.persistence.jpa.modelgen [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[190,42] module not found: org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[191,36] module not found: org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[192,36] module not found: org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[193,36] module not found: org.eclipse.persistence.sdo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[194,36] module not found: org.eclipse.persistence.pgsql [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[195,92] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[196,80] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[197,78] module not found: org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[199,36] module not found: org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[200,41] module not found: org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[201,36] module not found: org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[202,36] module not found: org.eclipse.persistence.sdo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[204,36] module not found: org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[205,41] module not found: org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[206,36] module not found: org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[207,36] module not found: org.eclipse.persistence.sdo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[208,87] module not found: org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[209,98] module not found: org.eclipse.persistence.corba [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[210,90] module not found: org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[212,36] module not found: org.eclipse.persistence.json [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[213,36] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[215,36] module not found: org.eclipse.persistence.json [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[216,36] module not found: org.eclipse.persistence.pgsql [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[217,36] module not found: org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/descriptors/FieldTransformation.java:[28,17] class org.eclipse.persistence.internal.descriptors.FieldTransformation in exported package org.eclipse.persistence.internal.descriptors declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/mappings/transformers/CoreFieldTransformer.java:[26,55] found raw type: org.eclipse.persistence.core.sessions.CoreSession missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[297,65] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[333,43] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[351,46] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[364,5] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[373,5] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[598,41] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[733,5] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[745,5] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[754,5] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/sessions/CoreSession.java:[26,24] found raw type: org.eclipse.persistence.core.descriptors.CoreDescriptor missing type arguments for generic class org.eclipse.persistence.core.descriptors.CoreDescriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/sessions/CoreSession.java:[27,19] found raw type: org.eclipse.persistence.core.sessions.CoreLogin missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreLogin [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/sessions/CoreSession.java:[28,22] found raw type: org.eclipse.persistence.internal.core.databaseaccess.CorePlatform missing type arguments for generic class org.eclipse.persistence.internal.core.databaseaccess.CorePlatform [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/sessions/CoreSession.java:[29,21] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/sessions/CoreSession.java:[30,35] found raw type: org.eclipse.persistence.core.sessions.CoreSessionEventManager missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreSessionEventManager [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/descriptors/CoreDescriptor.java:[34,29] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/descriptors/CoreDescriptor.java:[35,38] found raw type: org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager missing type arguments for generic class org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/descriptors/CoreDescriptor.java:[37,32] found raw type: org.eclipse.persistence.core.descriptors.CoreInheritancePolicy missing type arguments for generic class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/descriptors/CoreDescriptor.java:[39,18] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/descriptors/CoreDescriptor.java:[40,28] found raw type: org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder missing type arguments for generic class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[153,148] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[189,25] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[223,15] found raw type: java.util.Map missing type arguments for generic class java.util.Map [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.core:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*~] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core --- [INFO] Copying 879 resources from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1294 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/module-info.java:[25,14] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/childelement/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.childelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/childelement/Phone.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.childelement.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[23,49] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[36,36] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[36,54] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[87,12] class org.eclipse.persistence.platform.xml.XMLComparer in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[66,22] class javax.xml.stream.XMLInputFactory in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[67,22] class javax.xml.stream.XMLOutputFactory in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[140,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[146,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[146,37] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[162,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[162,37] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[169,12] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[169,34] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[173,12] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[173,34] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[224,24] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[285,45] interface org.w3c.dom.Node in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[300,44] interface org.w3c.dom.Node in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[362,23] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[380,43] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[380,67] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[383,43] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[383,67] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[669,44] class javax.xml.validation.Schema in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[680,16] class javax.xml.validation.Validator in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[685,16] class javax.xml.validation.ValidatorHandler in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[67,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[68,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[69,15] class org.eclipse.persistence.oxm.XMLMarshaller in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[70,15] class org.eclipse.persistence.oxm.XMLUnmarshaller in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[71,15] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[73,15] class javax.xml.parsers.DocumentBuilder in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[74,15] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[124,15] class org.eclipse.persistence.oxm.XMLMarshaller in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[159,31] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[163,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[170,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[281,46] class org.eclipse.persistence.oxm.XMLRoot in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[281,66] class org.eclipse.persistence.oxm.XMLRoot in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[292,41] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[574,44] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withgroupingelement/Child.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/converter/Wrapper.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.converter.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/colobj/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.colobj.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Root.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerValidationModeTestCases.java:[248,59] interface org.xml.sax.EntityResolver in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerValidationModeTestCases.java:[255,16] class org.xml.sax.InputSource in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Team.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/compositekeyclass/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/compositekeyclass/EmployeeID.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.EmployeeID overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/keepaselement/Elem.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.keepaselement.Elem overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Root.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Customer.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingSimpleValueTestCases.java:[47,10] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingSimpleValueTestCases.java:[47,32] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/objobj/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.objobj.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/norefclass/Root.java:[31,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.norefclass.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/doubletest/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.doubletest.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlroot/Person.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlroot.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/arraylist/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/usemaptests/Root.java:[24,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.usemaptests.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/EmployeeWithUserID.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.EmployeeWithUserID overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/sequenced/PhoneNumber.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.sequenced.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshalExceptionTestCases.java:[59,41] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLContextTestProject.java:[24,44] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLContextTestProject.java:[30,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/inheritance/Person.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.inheritance.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/norefclass/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.norefclass.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydata/identifiedbyname/EmployeeWithByteObjectArray.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydata.identifiedbyname.EmployeeWithByteObjectArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/schemareference/unmarshal/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.schemareference.unmarshal.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/schematype/ByteHolder.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.schematype.ByteHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withoutgroupingelement/Child.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withoutgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/RootWithCompositeObject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.RootWithCompositeObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/Employee.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/nillable/EmployeeIsSetParams.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.nillable.EmployeeIsSetParams overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/reuse/Root.java:[26,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.reuse.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/element/Root.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.element.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/reuse/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLUnmarshalTestCases.java:[81,15] class javax.xml.parsers.DocumentBuilder in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/Address.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlroot/complex/inheritance/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/schematype/QNameHolder.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.schematype.QNameHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withgroupingelement/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withgroupingelement/Child.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/rootelement/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.rootelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/sequenced/Dependent.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.sequenced.Dependent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/sequenced/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.sequenced.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Dependant.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Dependant overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/reuse/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.reuse.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/UrlTestCases.java:[24,8] class org.eclipse.persistence.testing.oxm.xmlconversionmanager.UrlTestCases in exported package org.eclipse.persistence.testing.oxm.xmlconversionmanager declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/UrlTestCases.java:[24,35] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/keepaselement/Doc.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.keepaselement.Doc overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/union/Person.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.union.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/objcol/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.objcol.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/typeattribute/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.typeattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/converter/Wrapper.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.converter.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshalTestCases.java:[102,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/typetranslator/childelement/Phone.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.typetranslator.childelement.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/defaultnamespace/Child.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.defaultnamespace.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyObjectChild.java:[22,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyObjectChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerCarProject.java:[22,46] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[44,41] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[79,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[111,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[230,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[251,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[24,8] class org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite in exported package org.eclipse.persistence.testing.oxm.mappings.choice declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[24,48] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[25,19] interface junit.framework.Test in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[18,37] class org.eclipse.persistence.platform.xml.XMLComparer in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[28,34] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[28,52] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Root.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/xmlfragmentcollection/Employee.java:[34,8] Class org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/advancedxpath/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.advancedxpath.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/nonstringkeytype/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.nonstringkeytype.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/collectionreference/reuse/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.collectionreference.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/collectionreference/reuse/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.collectionreference.reuse.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyCollectionRoot.java:[30,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/defaultnamespace/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.defaultnamespace.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/unmapped/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.unmapped.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/singlekey/elementkey/maptests/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.singlekey.elementkey.maptests.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/union/Person.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.union.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/typeattribute/Identifier.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.typeattribute.Identifier overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Manager.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Manager overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestSuite.java:[42,34] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestSuite.java:[51,19] interface junit.framework.Test in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withoutgroupingelement/Root.java:[30,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withoutgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/RootWithCompositeCollection.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.RootWithCompositeCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/reuse/Root.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.reuse.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLargument.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLargument overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/DatabaseTypeWrapper.java:[18,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.DatabaseTypeWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/typetranslator/childelement/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.typetranslator.childelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DeploymentXMLMappingTestSuite.java:[33,52] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DeploymentXMLMappingTestSuite.java:[43,19] interface junit.framework.Test in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Dependant.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Dependant overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/ContactMethod.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.ContactMethod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNoDefaultRootTestProject.java:[28,60] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNoDefaultRootTestProject.java:[36,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerExceptionTestProject.java:[25,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/xmlfragment/Employee.java:[35,8] Class org.eclipse.persistence.testing.oxm.mappings.xmlfragment.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/withoutgroupingelement/Root.java:[26,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.withoutgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DocPresMappingTestSuite.java:[33,46] class junit.framework.TestCase in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DocPresMappingTestSuite.java:[43,19] interface junit.framework.Test in module junit is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNSTestProject.java:[26,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Address.java:[17,8] class org.eclipse.persistence.testing.oxm.mappings.choice.Address in exported package org.eclipse.persistence.testing.oxm.mappings.choice declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/typeattribute/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.typeattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/nonstringkeytype/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.nonstringkeytype.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/setmethod/Customer.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.setmethod.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Team.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/leafelement/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.leafelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/MyContentHandler.java:[20,39] class org.eclipse.persistence.platform.xml.SAXDocumentBuilder in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/MyContentHandler.java:[29,40] class org.xml.sax.SAXException in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/MyContentHandler.java:[35,38] class org.xml.sax.SAXException in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/typetranslator/rootelement/ByteHolder.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.typetranslator.rootelement.ByteHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/reader/CharactersEvent.java:[17,8] Class org.eclipse.persistence.testing.oxm.reader.CharactersEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydata/MyImage.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydata.MyImage overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/colcol/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.colcol.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/ns/NSParent.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.ns.NSParent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/ns/NSChild.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.ns.NSChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/keepaselement/Doc.java:[30,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.keepaselement.Doc overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/keepaselement/Elem.java:[27,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.keepaselement.Elem overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/keybasedmappingtests/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/keybasedmappingtests/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/reader/EndPrefixMappingEvent.java:[17,8] Class org.eclipse.persistence.testing.oxm.reader.EndPrefixMappingEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withgroupingelement/Root.java:[27,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/singlekey/nonstringkeytype/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.singlekey.nonstringkeytype.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerTestProject.java:[27,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/converter/MyObject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.MyObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/PhoneNumberProject.java:[21,41] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/elementkey/SingleElementNullReferenceClassTestCases.java:[41,43] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/identifiedbyposition/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.identifiedbyposition.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlroot/simple/RootObjectWithSimpleCollection.java:[22,8] Class org.eclipse.persistence.testing.oxm.xmlroot.simple.RootObjectWithSimpleCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/any/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.any.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLrecord.java:[24,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLrecord overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/descriptor/rootelement/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.descriptor.rootelement.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/singleelement/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.singleelement.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyCollectionChild.java:[22,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyCollectionChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshalNSTestCases.java:[69,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/nillable/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/events/Address.java:[22,8] Class org.eclipse.persistence.testing.oxm.events.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/map/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.map.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/map/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingComplexValueTestCases.java:[50,10] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingComplexValueTestCases.java:[50,32] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/listoflists/Root.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.listoflists.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/CanadianAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.CanadianAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Team2.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Team2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Employee2.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Employee2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/RootWithAnyCollection.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.RootWithAnyCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/serializedobject/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.serializedobject.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/serializedobject/SerializableAddress.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.serializedobject.SerializableAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Company.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/multiplesource/MultipleSourceRoot.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.multiplesource.MultipleSourceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLStoredProcedureCall.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLStoredProcedureCall overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/XMLGregorianCalendarTestCases.java:[93,12] interface org.w3c.dom.Document in module java.xml is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/XMLGregorianCalendarTestCases.java:[220,12] class org.eclipse.persistence.internal.oxm.XMLConversionManager in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/DatatypeProject.java:[24,38] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/Address.java:[15,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/PhoneNumber.java:[15,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/reader/EndElementEvent.java:[17,8] Class org.eclipse.persistence.testing.oxm.reader.EndElementEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/singlenode/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.singlenode.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nested/Project.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nested.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/reuse/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/converter/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/EmployeeWithByteArrayObject.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.EmployeeWithByteArrayObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.core --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-srg) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm) @ org.eclipse.persistence.core --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.500 s -- in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 s -- in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s -- in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.233 s -- in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 s -- in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 s -- in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 s -- in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.982 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s -- in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.450 s -- in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.443 s -- in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.922 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s -- in org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.661 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.609 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [INFO] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.837 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.CompositeKeyClassMappingTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 s -- in org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.CompositeKeyClassMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.compositekey.CompositeKeyTestCases [INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.947 s -- in org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.compositekey.CompositeKeyTestCases [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.681 s -- in org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.570 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.794 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 s -- in org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 s -- in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.173 s -- in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s -- in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.830 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler.startElement(SAXUnmarshallerHandler.java:313) at org.eclipse.persistence.internal.oxm.record.DOMReader.reportElementEvents(DOMReader.java:193) at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:92) at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:99) at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:550) at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:541) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:554) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.740 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.330 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Running org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesTestCases [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesTestCases [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7448, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-dom) @ org.eclipse.persistence.core --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 s -- in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s -- in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.653 s -- in org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s -- in org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.540 s -- in org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 s -- in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s -- in org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s -- in org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 s -- in org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.762 s -- in org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.041 s -- in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.advancedxpath.UnmarshalTestCases [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s -- in org.eclipse.persistence.testing.oxm.mappings.advancedxpath.UnmarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s -- in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.107 s -- in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s -- in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.931 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s -- in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.030 s -- in org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s -- in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.281 s -- in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.370 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.792 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s -- in org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.522 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [INFO] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.434 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.545 s -- in org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s -- in org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.757 s -- in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.066 s -- in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s -- in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s -- in org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s -- in org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s -- in org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@4450d156 Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@77e4c80f Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@4450d156 Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@731f8236 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s -- in org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Tests run: 528, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s -- in org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [EL Info]: 2024-04-17 05:39:54.718--DatabaseSessionImpl(773662650)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.064 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [EL Warning]: connection: 2024-04-17 05:39:56.532--Exception [EclipseLink-7100] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [XMLMarshallerTestSession;XMLMarshallerTestSession2] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-classes/sessions.xml] [EL Warning]: connection: 2024-04-17 05:39:56.69--Exception [EclipseLink-7100] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [invalidSessionName] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-classes/sessions.xml] Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:554) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s -- in org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 s -- in org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s -- in org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 s -- in org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s -- in org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9077, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-deploymentxml) @ org.eclipse.persistence.core --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 s -- in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 s -- in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.803 s -- in org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.008 s -- in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.465 s -- in org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.21 s -- in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.071 s -- in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.022 s -- in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.063 s -- in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.772 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.973 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.300 s -- in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.355 s -- in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 788, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.59 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.10 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [INFO] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.67 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.768 s -- in org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.241 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.374 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.150 s -- in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.543 s -- in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.333 s -- in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.720 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.634 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.068 s -- in org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:554) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.350 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.613 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.594 s -- in org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7009, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-deploymentxml-tl) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-docpres) @ org.eclipse.persistence.core --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s -- in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s -- in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.630 s -- in org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 s -- in org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s -- in org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s -- in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.762 s -- in org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s -- in org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s -- in org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 s -- in org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.257 s -- in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 s -- in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 s -- in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 s -- in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.964 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 s -- in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.833 s -- in org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 s -- in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.426 s -- in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.843 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s -- in org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.736 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [INFO] Tests run: 1247, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.346 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s -- in org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.640 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 s -- in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s -- in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s -- in org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 s -- in org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@4450d156 Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@77e4c80f Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@4450d156 Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@731f8236 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s -- in org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Tests run: 528, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s -- in org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [EL Info]: 2024-04-17 05:43:24.341--DatabaseSessionImpl(773662650)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [EL Warning]: connection: 2024-04-17 05:43:26.175--Exception [EclipseLink-7100] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [XMLMarshallerTestSession;XMLMarshallerTestSession2] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-classes/sessions.xml] [EL Warning]: connection: 2024-04-17 05:43:26.344--Exception [EclipseLink-7100] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [invalidSessionName] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-classes/sessions.xml] Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:554) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s -- in org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.930 s -- in org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s -- in org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 s -- in org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8311, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-non-default-system-properties) @ org.eclipse.persistence.core --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.oxm.systemproperties.DateAndTimeNonDefaultTestCases [INFO] Tests run: 453, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s -- in org.eclipse.persistence.testing.oxm.systemproperties.DateAndTimeNonDefaultTestCases [INFO] Running org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesNonDefaultTestCases [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesNonDefaultTestCases [INFO] [INFO] Results: [INFO] [INFO] Tests run: 454, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.json >-------- [INFO] Building EclipseLink JSON Extension 4.0.3-SNAPSHOT [4/134] [INFO] from foundation/org.eclipse.persistence.json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.json --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.json --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.json --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.json --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.json --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.json --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[23,36] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[24,36] module not found: org.eclipse.persistence.pgsql [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[25,36] module not found: org.eclipse.persistence.oracle [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.json --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.json --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.json --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.json --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.json --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.json --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.json --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.json --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.json --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.json --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.json --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [INFO] Building EclipseLink Oracle Extension 4.0.3-SNAPSHOT [5/134] [INFO] from foundation/org.eclipse.persistence.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.oracle --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.oracle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 34 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/module-info.java:[19,44] requires transitive directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/module-info.java:[20,33] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[283,30] oracle.sql.ARRAY in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[283,51] oracle.sql.ArrayDescriptor in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[293,30] oracle.sql.STRUCT in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[293,52] oracle.sql.StructDescriptor in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[303,21] oracle.sql.REF in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[304,28] oracle.sql.REF in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[754,15] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[865,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[867,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[902,50] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[90,31] class org.eclipse.persistence.internal.platform.database.XMLTypePlaceholder in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[75,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[77,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NCharacter.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NCharacter in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NCharacter.java:[25,50] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NString.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NString in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NString.java:[25,47] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NClob.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NClob in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NClob.java:[25,45] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[23,8] class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTypes in exported package org.eclipse.persistence.internal.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[37,79] interface oracle.ucp.jdbc.oracle.DataBasedConnectionAffinityCallback in module com.oracle.database.ucp is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[86,35] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module com.oracle.database.ucp is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[97,12] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module com.oracle.database.ucp is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKNamespaceResolver.java:[25,46] interface oracle.xml.parser.v2.NSResolver in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[37,23] createXML(java.sql.Connection,org.w3c.dom.Document) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[42,23] createXML(java.sql.Connection,java.lang.String) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[53,19] getDocument() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[59,35] getStringVal() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[64,16] close() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[70,31] oracle.xdb.dom.XDBDocument in oracle.xdb.dom has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,35] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,23] createXML(oracle.sql.OPAQUE) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[447,14] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[450,39] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[490,32] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[510,46] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[78,15] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[79,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[80,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[81,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[82,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[83,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[84,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[85,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[86,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[347,16] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[388,15] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[388,47] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[418,15] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[702,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[706,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[710,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[714,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[718,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[722,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[726,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[730,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:[39,8] Class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/Oracle21JsonPlatform.java:[42,43] class org.eclipse.persistence.json.JsonPlatform in module org.eclipse.persistence.json may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/OracleJsonPlatformProvider.java:[30,8] class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider in exported package org.eclipse.persistence.platform.database.oracle.json declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/OracleJsonPlatformProvider.java:[30,52] interface org.eclipse.persistence.internal.databaseaccess.spi.JsonPlatformProvider in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:[26,8] class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPHelper in exported package org.eclipse.persistence.internal.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:[402,15] class oracle.xml.parser.schema.XSDNode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:[402,37] class oracle.xml.parser.schema.XSDElement in module is not exported [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.oracle --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >-- [INFO] Building EclipseLink Core Test Framework 4.0.3-SNAPSHOT [6/134] [INFO] from foundation/org.eclipse.persistence.core.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.core.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.core.test.framework --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 103 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[88,22] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[149,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[156,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[158,36] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[260,42] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[357,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[368,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[369,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[369,30] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[370,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[371,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[372,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[373,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[374,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[34,15] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[47,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[49,29] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[74,30] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[106,44] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[115,62] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[40,80] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[44,80] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[100,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[102,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[239,80] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[242,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[244,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[34,13] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[826,44] unchecked call to insertElementAt(E,int) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[874,41] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[878,14] found raw type: java.util.Enumeration missing type arguments for generic class java.util.Enumeration [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[31,15] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[34,32] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[37,27] unchecked method invocation: method addTests in class org.eclipse.persistence.testing.framework.TestCollection is applied to given types required: java.util.Vector found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[37,28] unchecked conversion required: java.util.Vector found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[41,41] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[61,41] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[103,31] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[149,31] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[42,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[43,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[43,58] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[50,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[55,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,67] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,67] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,67] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,67] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,67] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,67] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[80,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[93,33] unchecked call to putAll(java.util.Map) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[95,16] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[99,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[118,20] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[195,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[196,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[196,30] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[199,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[203,27] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[233,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[238,20] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[1237,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[1239,28] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[2156,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[2242,54] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/NonEditableDefaultTableModel.java:[41,58] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[178,45] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[178,62] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[179,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[179,29] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[189,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[189,29] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[193,48] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[193,65] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[193,129] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[202,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[212,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[225,13] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[225,32] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[226,13] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[226,32] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[229,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[230,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[236,25] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[237,25] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[240,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[242,20] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[262,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[262,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[262,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[271,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[281,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[292,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[294,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[308,95] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[317,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[327,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[357,123] found raw type: java.util.Map missing type arguments for generic class java.util.Map [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.core.test.framework --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.pgsql >-------- [INFO] Building EclipseLink PostgreSQL Extension 4.0.3-SNAPSHOT [7/134] [INFO] from foundation/org.eclipse.persistence.pgsql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.pgsql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.pgsql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.pgsql --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.pgsql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/main/java/module-info.java:[17,39] requires transitive directive for an automatic module [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.pgsql --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.pgsql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.pgsql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.pgsql --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.pgsql --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.pgsql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.pgsql --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.pgsql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.pgsql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.pgsql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 4.0.3-SNAPSHOT [8/134] [INFO] from moxy/org.eclipse.persistence.moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.moxy --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.moxy --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 193 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[454,23] createBinder() in org.eclipse.persistence.jaxb.JAXBContext overrides createBinder() in jakarta.xml.bind.JAXBContext return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[464,27] createBinder(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBContext overrides createBinder(java.lang.Class) in jakarta.xml.bind.JAXBContext return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[609,17] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[612,36] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[617,16] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[625,35] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[717,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[717,40] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[717,36] unchecked call to CoreAttributeGroup(java.lang.String,java.lang.Class,boolean) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[731,15] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[735,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[739,32] unchecked call to set(int,E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[744,24] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[744,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[768,15] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[770,24] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[770,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[779,20] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[779,16] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[796,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[804,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[807,87] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[840,89] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[859,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[870,101] unchecked method invocation: method getXmlBindingsFromProperties in class org.eclipse.persistence.jaxb.JAXBContextFactory is applied to given types required: java.util.Map,java.lang.ClassLoader found: java.util.Map,java.lang.ClassLoader [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[870,102] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[870,101] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[956,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[960,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[998,121] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[999,13] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1010,96] unchecked conversion required: java.util.Iterator found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1017,61] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1063,17] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1064,59] unchecked method invocation: method isAnnotationPresent in class java.lang.Class is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1064,60] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1079,65] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1113,99] unchecked method invocation: method getXmlBindingsFromProperties in class org.eclipse.persistence.jaxb.JAXBContextFactory is applied to given types required: java.util.Map,java.lang.ClassLoader found: java.util.Map,java.lang.ClassLoader [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1113,100] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1113,99] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1120,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1124,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1177,132] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1178,13] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1189,101] unchecked cast required: java.lang.Iterable found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1195,61] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1212,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1212,79] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1278,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1288,96] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1301,39] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1301,35] unchecked call to HashMap(java.util.Map) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1305,107] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1315,39] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1315,35] unchecked call to HashMap(java.util.Map) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1325,25] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1357,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1363,40] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1363,56] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1367,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1368,41] unchecked method invocation: method processXMLDescriptor in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState is applied to given types required: java.util.List,org.eclipse.persistence.internal.oxm.mappings.Descriptor,org.eclipse.persistence.internal.oxm.NamespaceResolver found: java.util.List,org.eclipse.persistence.internal.oxm.mappings.Descriptor,org.eclipse.persistence.internal.oxm.NamespaceResolver [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1368,42] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1373,48] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1373,71] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1379,13] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1385,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1391,21] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1394,21] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1400,46] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1403,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1508,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1690,85] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[152,8] class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin in exported package org.eclipse.persistence.jaxb.plugins declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[916,38] found raw type: org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple missing type arguments for generic class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[919,25] found raw type: org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple missing type arguments for generic class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ValidationXMLReader.java:[61,8] class org.eclipse.persistence.jaxb.ValidationXMLReader in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1078,61] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1115,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1125,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1358,44] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1380,40] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[2297,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBIntrospector.java:[55,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBIntrospector.java:[72,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBIntrospector.java:[73,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[98,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[517,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.JavaTypes in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[577,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlEnums in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[637,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlRegistries in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/JavaType.java:[83,8] class org.eclipse.persistence.jaxb.xmlmodel.JavaType in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/JavaType.java:[713,19] class org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlProperties.java:[59,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlProperties.java:[115,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlSchema.java:[64,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlSchema.java:[231,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[320,51] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.TypeInfo is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[320,72] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[322,51] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.TypeInfo is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[322,73] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[444,109] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[501,18] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[744,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[744,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[814,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[814,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[898,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[898,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1065,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1065,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1274,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1274,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1331,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1331,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1383,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1383,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1435,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1435,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1529,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1529,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1599,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1599,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1601,52] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,49] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,45] unchecked call to ArrayList(java.util.Collection) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,31] unchecked method invocation: method put in interface java.util.Map is applied to given types required: K,V found: java.lang.String,java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,45] unchecked conversion required: V found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1696,33] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1702,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1937,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1938,51] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1955,66] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1955,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1956,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1963,24] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2235,21] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2235,69] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2237,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2240,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2241,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2245,46] unchecked method invocation: method add in interface java.util.List is applied to given types required: E found: jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2245,47] unchecked conversion required: E found: jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:[73,8] class org.eclipse.persistence.jaxb.JAXBContextFactory in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:[218,59] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[33,8] class org.eclipse.persistence.jaxb.TypeMappingInfo in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[41,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[128,12] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[137,34] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,23] getAdapter(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBMarshaller implements getAdapter(java.lang.Class) in jakarta.xml.bind.Marshaller return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[163,47] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[234,44] unchecked call to setItem(ITEM) as a member of the raw type org.eclipse.persistence.internal.jaxb.many.ManyValue [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,34] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,12] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[243,9] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[421,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[440,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[451,60] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[556,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[569,64] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[596,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[621,13] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[622,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[622,32] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[624,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[629,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[629,32] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[631,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[651,32] found raw type: org.eclipse.persistence.oxm.JSONWithPadding missing type arguments for generic class org.eclipse.persistence.oxm.JSONWithPadding [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[651,28] unchecked call to JSONWithPadding(T,java.lang.String) as a member of the raw type org.eclipse.persistence.oxm.JSONWithPadding [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[662,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[673,64] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[685,46] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[701,48] unchecked call to setItem(ITEM) as a member of the raw type org.eclipse.persistence.internal.jaxb.many.ManyValue [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[721,38] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[769,40] found raw type: org.eclipse.persistence.oxm.record.MarshalRecord missing type arguments for generic class org.eclipse.persistence.oxm.record.MarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[776,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[785,40] found raw type: org.eclipse.persistence.oxm.record.MarshalRecord missing type arguments for generic class org.eclipse.persistence.oxm.record.MarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[789,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[799,60] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[810,28] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[810,45] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[811,9] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[813,26] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[816,19] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[820,28] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[851,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[901,71] unchecked method invocation: constructor in class org.eclipse.persistence.internal.oxm.record.namespaces.MapNamespacePrefixMapper is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[901,100] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/BeanValidationHelper.java:[140,12] class org.eclipse.persistence.jaxb.BeanValidationHelper.ConstraintsDetectorService in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[180,12] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[182,9] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[200,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[207,50] unchecked call to setNamespaceResolver(NAMESPACE_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[222,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[233,54] unchecked call to setNamespaceResolver(NAMESPACE_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[1025,23] getAdapter(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements getAdapter(java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[648,24] unmarshal(javax.xml.stream.XMLEventReader,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.stream.XMLEventReader,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[449,24] unmarshal(javax.xml.stream.XMLStreamReader,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.stream.XMLStreamReader,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[345,24] unmarshal(javax.xml.transform.Source,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.transform.Source,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[314,24] unmarshal(org.w3c.dom.Node,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(org.w3c.dom.Node,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[246,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[262,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[267,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[270,37] unchecked call to setValue(T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[283,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[314,45] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[314,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[345,49] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[345,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[358,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[369,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[383,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[390,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[390,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[390,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[405,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[410,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[420,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[425,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[425,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[425,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[429,21] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[431,73] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[432,41] unchecked call to setValue(T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[449,64] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[449,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[457,17] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[457,71] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[457,67] unchecked call to PrimitiveContentHandler(java.lang.Class) as a member of the raw type org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[463,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[466,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[466,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[466,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[477,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[491,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[498,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[498,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[498,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[514,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[516,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[523,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[528,21] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[528,85] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[528,81] unchecked call to PrimitiveArrayContentHandler(java.lang.Class,java.lang.Class,boolean) as a member of the raw type org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[543,60] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[545,48] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[564,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[575,28] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[575,24] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[590,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[600,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.moxy:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.moxy --- [INFO] Copying 2413 resources from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2779 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/module-info.java:[29,14] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelementref/JavacTask.java:[23,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelementref.JavacTask overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Melon.java:[26,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Melon overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/BaseType.java:[30,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap7Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap7Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap7.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap7 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/Bar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/events/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.events.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/AppleRef.java:[25,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.AppleRef overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Apple.java:[26,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Apple overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnullpolicy/Employee.java:[34,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnullpolicy.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/compositecollection/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.compositecollection.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltransient/inheritance/Person.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltransient.inheritance.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/none/ValidParent.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.none.ValidParent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/none/ValidChild.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.none.ValidChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/xsitype/Customer.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.xsitype.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/schemagen/imports/inheritance/parent/Parent.java:[20,8] Class org.eclipse.persistence.testing.jaxb.schemagen.imports.inheritance.parent.Parent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/schemagen/imports/inheritance/child/Child.java:[24,8] Class org.eclipse.persistence.testing.jaxb.schemagen.imports.inheritance.child.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/cdata/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.cdata.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubDataNT.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Owner.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Owner overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Owned.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Owned overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList8ChildRoot.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList8ChildRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList8Impl.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList8Impl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/attribute/AddressNoRoot.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.attribute.AddressNoRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubType.java:[21,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubTypeLevel2.java:[20,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubTypeLevel2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/EmptyElementObjectRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.EmptyElementObjectRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/qname/Root.java:[27,8] Class org.eclipse.persistence.testing.jaxb.qname.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Company.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/cyclic/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.cyclic.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmljoinnode/AtnEmployee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmljoinnode.AtnEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Mapped.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Mapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/InvalidEmployee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.InvalidEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/qualified/DefaultNamespaceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.qualified.DefaultNamespaceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/EmployeeSingle.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.EmployeeSingle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootNull.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootNull overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/ChildNull.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.ChildNull overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/classoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.classoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Customer.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Root.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.nills.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/Address.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/Person.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/XmlInverseRefWithWrapperTestCases.java:[64,20] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.XmlInverseRefWithWrapperTestCases.PersonWithWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/XmlInverseRefWithWrapperTestCases.java:[114,20] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.XmlInverseRefWithWrapperTestCases.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/classlevel/MyClass.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.classlevel.MyClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/classlevel/MyCalendar.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.classlevel.MyCalendar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/unqualified/ComplexType.java:[68,19] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.unqualified.ComplexType.TestLocal overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/unqualified/ComplexType.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.unqualified.ComplexType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/ComplexValue.java:[17,8] Class org.eclipse.persistence.testing.jaxb.map.ComplexValue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/factory/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.factory.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/noarg/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.noarg.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/noarg/Something.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.noarg.Something overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/unset/Address.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.unset.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyattribute/XmlAnyAttributeSubTypeMapModel.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyattribute.XmlAnyAttributeSubTypeMapModel overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/classlevel/ClassA.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.classlevel.ClassA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/classlevel/ClassB.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.classlevel.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/MelonRef.java:[25,1] Class org.eclipse.persistence.testing.jaxb.idresolver.MelonRef overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/Foos.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementref.Foos overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/Bar.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementref.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlenum/EmployeeDepartmentArray.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlenum.EmployeeDepartmentArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/factory/EmployeeWithFactoryMethod.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.factory.EmployeeWithFactoryMethod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/unqualified/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.unqualified.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance2/Customer.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance2.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance2/ContactInfo.java:[18,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance2.ContactInfo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlenum/EmployeeMapDepartmentKey.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlenum.EmployeeMapDepartmentKey overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Melon.java:[26,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Melon overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementwrapper/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementwrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlpath/TestObjectToElementWithXmlAttribute.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlpath.TestObjectToElementWithXmlAttribute overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelements/Link.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlelements.Link overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/jaxbcontext/sessioneventlistener/AddressAddedByEvent.java:[17,8] Class org.eclipse.persistence.testing.jaxb.jaxbcontext.sessioneventlistener.AddressAddedByEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/prefix3/Other.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.prefix3.Other overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlattachmentref/RootObject.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlattachmentref.RootObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/classloader/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/classloader/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/classloader/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/Address.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/TypeSafeEnumConverterTestCases.java:[58,47] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/TypeSafeEnumConverterTestCases.java:[79,47] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/TypeSafeEnumConverterTestCases.java:[101,47] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceChild.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap1Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap1Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/list/FooWithBars.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.list.FooWithBars overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/PropertyRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/object/Whitespace.java:[30,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.object.Whitespace overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap5Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap5Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelements/CustomerPredicate.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelements.CustomerPredicate overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap6Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap6Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap6.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap6 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/ParkingLot.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlclassextractor.ParkingLot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltransient/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltransient.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/multiplepackage/packagea/ClassA.java:[21,8] Class org.eclipse.persistence.testing.jaxb.multiplepackage.packagea.ClassA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/objectlist/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.objectlist.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathCompany.java:[27,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathCompany overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathEmployee.java:[26,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Team.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance1/Customer.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance1.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance1/ContactInfo.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance1.ContactInfo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootNoAnnotations.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootNoAnnotations overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Thing.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Thing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/BaseTypeWithRootElement.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.BaseTypeWithRootElement overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/SubTypeParentRootOnly.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.SubTypeParentRootOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/simple/Simple.java:[19,8] Class org.eclipse.persistence.testing.jaxb.inheritance.simple.Simple overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/simple/Complex.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.simple.Complex overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/EmployeeSingle.java:[28,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.EmployeeSingle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/RootComplex.java:[28,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.RootComplex overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap4Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap4Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap3.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap3 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/twopackages/a/A.java:[23,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.twopackages.a.A overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/twopackages/b/B.java:[19,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.twopackages.b.B overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/multiline/MultiBean.java:[21,8] Class org.eclipse.persistence.testing.jaxb.json.multiline.MultiBean overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xsitype/Foo.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xsitype.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/substitution/Person.java:[53,8] Class org.eclipse.persistence.testing.jaxb.substitution.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Client.java:[28,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Client overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/PhoneNumber.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/javaclassoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.javaclassoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/objectreference/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.objectreference.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList1Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList1Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/nil/MaskFormatEntry.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.nil.MaskFormatEntry overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/AddressInterfaces.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.AddressInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/EmployeeWithElementsInterfaces.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.EmployeeWithElementsInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschematype/EmployeeDate.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlschematype.EmployeeDate overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/AnyCollectionRoot.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.AnyCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/adapters/ClassB.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.adapters.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/inputsource/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.inputsource.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/Vehicle.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlclassextractor.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmldiscriminator/Car.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmldiscriminator.Car overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlattribute/ObjectRoot.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlattribute.ObjectRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlaccessororder/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlaccessororder.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithXmlRootElementRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Parent.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Parent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlinlinebinarydata/MyDataPropertyAnnotation.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlinlinebinarydata.MyDataPropertyAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmltype/proporder/TransientRoot.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmltype.proporder.TransientRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/RootWrapper.java:[28,8] Class org.eclipse.persistence.testing.jaxb.map.RootWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/CDNPriceNoAnnotation.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlvalue.CDNPriceNoAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/interfaces/choice/MyObject.java:[24,8] Class org.eclipse.persistence.testing.jaxb.interfaces.choice.MyObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/choice/Foo.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.choice.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/bindings/Address.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.bindings.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/bindings/Person.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.bindings.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/nulls/Child.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.nulls.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/DequeHolder.java:[37,8] Class org.eclipse.persistence.testing.jaxb.collections.DequeHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/ReferencedObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.collections.ReferencedObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/ThingSetOnly.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.ThingSetOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/ClassWithInnerClass.java:[21,19] Class org.eclipse.persistence.testing.jaxb.listofobjects.ClassWithInnerClass.MyInner overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/FruitOrder.java:[24,8] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.FruitOrder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlrootelement/EmployeeNoNamespace.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlrootelement.EmployeeNoNamespace overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/xmlvalue/Person.java:[23,8] Class org.eclipse.persistence.testing.jaxb.json.xmlvalue.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/xmlvalue/Address.java:[21,8] Class org.eclipse.persistence.testing.jaxb.json.xmlvalue.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/xmlvalue/PhoneNumber.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.xmlvalue.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/defaultns/singleemptyprefix/Person.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.defaultns.singleemptyprefix.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlreadonly.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelements/Foo.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelements.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Item.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Item overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/nomappings/SomeClass.java:[20,8] Class org.eclipse.persistence.testing.jaxb.nomappings.SomeClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfSource.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfSource overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfTarget.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfTarget overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Contact.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Contact overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyattribute/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/file/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.file.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Animal.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Animal overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Dog.java:[20,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Dog overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/EmployeeArray.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/AddressArray.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.AddressArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/PhoneNumberArray.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.PhoneNumberArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/multiplepackage/packageb/ClassB.java:[23,8] Class org.eclipse.persistence.testing.jaxb.multiplepackage.packageb.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ReferenceChild.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/PhoneNumberWithAtts.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.PhoneNumberWithAtts overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Phone.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Email.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Email overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/PropertyBar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.PropertyBar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelement/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/unmarshaller/DefaultValueRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.unmarshaller.DefaultValueRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/composite/MyMap.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.composite.MyMap overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap2Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap2Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinlinebinarydata/HexRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinlinebinarydata.HexRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs/FooImplNoAnnotations.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs.FooImplNoAnnotations overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Unmapped.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Unmapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/UnmappedTwo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.UnmappedTwo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/xmllocation/SubDataNT.java:[22,8] Class org.eclipse.persistence.testing.jaxb.sun.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/CDNPricesNoAnnotation.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlvalue.CDNPricesNoAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/multiplebindings/simple/Phone.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.multiplebindings.simple.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithoutXmlRootElementRoot.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithoutXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/OverrideAllRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.OverrideAllRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/PositionalRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PositionalRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/domhandler/Root.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.domhandler.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/integer/Bottom.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.integer.Bottom overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/cycle/Email.java:[17,8] Class org.eclipse.persistence.testing.jaxb.cycle.Email overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootWrapper.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/OtherThing.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.OtherThing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/Foo.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/xml/TestClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.xml.TestClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/BaseType.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/SubTypeWithRootElementNoParentRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.SubTypeWithRootElementNoParentRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlaccessmethods/Employee.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlaccessmethods.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolderNillable.java:[34,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolderNillable overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlregistry/FooBar.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlregistry.FooBar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/ChildClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.ChildClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/elementref/TransactionAdd.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.elementref.TransactionAdd overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/innerclasses/UnmappedInnerClassRoot.java:[20,8] Class org.eclipse.persistence.testing.jaxb.innerclasses.UnmappedInnerClassRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/unmappable/package1/Container.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.unmappable.package1.Container overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/unmappable/package2/Unmappable.java:[15,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.unmappable.package2.Unmappable overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Parent.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Parent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Child.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/FruitOrder.java:[24,8] Class org.eclipse.persistence.testing.jaxb.idresolver.FruitOrder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/ChoiceCollectionRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.ChoiceCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/EmployeeArray.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/id/BImpl.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.id.BImpl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/XmlLocationNonTransientTestCases.java:[67,13] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationNonTransientTestCases.TestLocator overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/externalizedmetadata/Company.java:[20,8] Class org.eclipse.persistence.testing.jaxb.listofobjects.externalizedmetadata.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/RootWithCollection.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.RootWithCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/innerclasses/notincontext/TestObjectWrapper.java:[20,8] Class org.eclipse.persistence.testing.jaxb.innerclasses.notincontext.TestObjectWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/innerclasses/notincontext/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.innerclasses.notincontext.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/NormalizedStringRoot.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.NormalizedStringRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/list/FooWithBar.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.list.FooWithBar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/PositionalRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PositionalRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/dot/Person.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.dot.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/OverrideSequenceRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.OverrideSequenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Child.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubData.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubData overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/binarydatacollection/MyData.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.binarydatacollection.MyData overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/type/model/Person.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.type.model.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/type/model/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.type.model.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlpath/TestObjectToAttribute.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlpath.TestObjectToAttribute overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/objectgraph/Address.java:[29,8] Class org.eclipse.persistence.testing.jaxb.objectgraph.Address overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/XmlAdapterCompositeCollectionTestCases.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/JSONTestCases.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/JSONTestCases.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire:3.1.2:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNotSetTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNotSetTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNotSetTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNotSetTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite class jakarta.xml.bind.JAXBElement [INFO] Tests run: 2479, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.946 s -- in org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.beanvalidation.BeanValidationHelperTestCase Apr 17, 2024 12:43:59 PM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee Apr 17, 2024 12:43:59 PM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee2 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.eclipse.persistence.testing.jaxb.beanvalidation.BeanValidationHelperTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [EL Warning]: moxy: 2024-04-17 05:44:02.01--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.024--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.031--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.037--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.043--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.048--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.054--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.06--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.065--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.071--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.076--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.082--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.087--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.093--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.099--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.105--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.111--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.117--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.122--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.127--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.132--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.137--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.143--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.148--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.153--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.158--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.163--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.167--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.172--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.177--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.183--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.189--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.194--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.199--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.203--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.208--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.213--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.218--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.222--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.227--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.232--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.237--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.242--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.247--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.264--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.27--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.274--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.278--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.291--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.295--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.299--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.303--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.307--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.311--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.316--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.321--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.325--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.329--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.333--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.337--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.341--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.344--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.349--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.353--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.357--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.361--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.365--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.369--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.373--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.377--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.38--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.384--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.388--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.392--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.396--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.404--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.411--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.416--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.42--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.424--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.428--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.432--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.436--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.44--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.444--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.447--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.451--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.455--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.458--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.463--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.466--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.47--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.474--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.479--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.484--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.489--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.493--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.497--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.501--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.505--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.509--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.512--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.516--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.52--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.524--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.527--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.531--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.535--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.539--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.543--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.553--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.56--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.566--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.571--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.581--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.585--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.589--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.592--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.596--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.6--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.604--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.608--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.612--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.616--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.895--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:02.921--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.082--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.105--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.117--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.133--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.158--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.177--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.308--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.332--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.35--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.371--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.392--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.404--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.416--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.433--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.448--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.47--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.486--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.5--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.515--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.53--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.545--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.561--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.576--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.592--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.607--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.622--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.637--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.652--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.667--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.682--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.697--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.711--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.726--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.74--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.755--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.769--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.784--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.797--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.816--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.829--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.841--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.853--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.864--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.876--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.887--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.902--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.914--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.925--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.937--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.949--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.96--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.971--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.982--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:03.993--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.004--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.014--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.025--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.035--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.046--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.056--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.066--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.078--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.088--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.099--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.114--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.125--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.134--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.146--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.16--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.168--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.18--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.193--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.203--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.215--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.224--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.233--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.242--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.256--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.314--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.375--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.396--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.404--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.418--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.428--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.437--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.446--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.457--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.467--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.476--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.488--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.672--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.729--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.733--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.736--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.741--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.744--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.747--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.75--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.753--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.757--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.764--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.768--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.772--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.776--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.779--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.783--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.787--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.791--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.794--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.8--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.803--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.807--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.81--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.815--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.818--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.824--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.827--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.83--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.833--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.836--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.839--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.85--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.853--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.857--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.865--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.868--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.871--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.874--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.882--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.893--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.9--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.904--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.908--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.911--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.919--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.931--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.938--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.942--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.946--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.948--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.954--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.962--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.979--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:04.981--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:05.17--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024-04-17 05:44:05.18--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [INFO] Tests run: 254, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.764 s -- in org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [EL Warning]: 2024-04-17 05:44:12.444--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.45--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.451--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.452--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.453--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.454--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.455--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.455--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.456--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.457--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.458--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.459--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.46--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.461--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.462--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.463--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.464--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.465--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.466--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.466--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.467--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.468--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.469--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.47--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.471--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.472--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.473--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.474--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.474--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.475--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:12.476--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. DefaultValidationEventHandler: [ERROR]: unexpected element (uri:"http://www.eclipse.org/eclipselink/xsds/persistence/oxm", local:"invalid-tag"). Expected elements are <{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}java-type> Location: line 18 [EL Warning]: 2024-04-17 05:44:18.125--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024-04-17 05:44:18.133--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [INFO] Tests run: 4503, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.59 s -- in org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.371 s -- in org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Tests run: 1286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.708 s -- in org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.listofobjects.JAXBListOfObjectsSuite [EL Warning]: 2024-04-17 05:44:33.779--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.79--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.796--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.801--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.806--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.81--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.815--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.82--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.824--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.828--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.832--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.837--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.841--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.846--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.85--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.855--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.859--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.863--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.867--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.871--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.876--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.881--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.885--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.888--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.892--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.896--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.899--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.903--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.907--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.911--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.915--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.918--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.922--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.926--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.929--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.932--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.936--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.939--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.943--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.948--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.951--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.954--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.957--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.96--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.964--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.968--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.971--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.974--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.977--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.98--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.983--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.986--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.989--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.992--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.995--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:33.998--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.001--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.003--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.006--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.009--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.012--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.014--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.017--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.019--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.022--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.025--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.027--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.03--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.033--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.035--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.038--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.04--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.042--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.045--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.047--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.05--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.052--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:34.063--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:36.915--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024-04-17 05:44:36.948--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [INFO] Tests run: 1250, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.832 s -- in org.eclipse.persistence.testing.jaxb.listofobjects.JAXBListOfObjectsSuite [INFO] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [EL Warning]: moxy: 2024-04-17 12:44:38.183--jakarta.xml.bind.JAXBException: Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JAXBException Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported.] [EL Warning]: moxy: 2024-04-17 12:44:38.416--jakarta.xml.bind.JAXBException: Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JAXBException Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported.] [INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s -- in org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite removed existing: /tmp/schema1.xsd removed existing: /tmp/schema1.xsd [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.945 s -- in org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.778 s -- in org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.384 s -- in org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBBeanValidationTestSuite Apr 17, 2024 12:44:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.0.Final parsing a schema... compiling a schema... Apr 17, 2024 12:44:51 PM org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin applyAnnotations WARNING: Facet "pattern" was detected on a DOM node with non-string base type. Annotation was not generated, because it is not supported by the Bean Validation specification. rs/Main.java rs/NumberWithHiddenValueAttribute.java rs/Numbers.java rs/ObjectFactory.java rs/Strings.java rs/package-info.java parsing a schema... compiling a schema... rs/Main.java rs/NumberWithHiddenValueAttribute.java rs/Numbers.java rs/ObjectFactory.java rs/Strings.java rs/package-info.java parsing a schema... compiling a schema... Apr 17, 2024 12:44:52 PM org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin applyAnnotations WARNING: Facet "pattern" was detected on a DOM node with non-string base type. Annotation was not generated, because it is not supported by the Bean Validation specification. rs/Main.java rs/NumberWithHiddenValueAttribute.java rs/Numbers.java rs/ObjectFactory.java rs/Strings.java rs/package-info.java parsing a schema... compiling a schema... gf/Main.java gf/NumberWithHiddenValueAttribute.java gf/Numbers.java gf/ObjectFactory.java gf/Strings.java gf/package-info.java parsing a schema... compiling a schema... cs/Custom.java cs/ObjectFactory.java cs/package-info.java Apr 17, 2024 12:44:53 PM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee Apr 17, 2024 12:44:53 PM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee2 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.973 s -- in org.eclipse.persistence.testing.jaxb.JAXBBeanValidationTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite2 [EL Warning]: connection: 2024-04-17 05:45:01.815--Exception [EclipseLink-7100] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [org.eclipse.persistence.testing.jaxb.jaxbcontext.fake] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] [EL Warning]: connection: 2024-04-17 05:45:01.888--Exception [EclipseLink-7100] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [org.eclipse.persistence.testing.jaxb.jaxbcontext.empty.negative] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] Matt

123-4567234-5678Matt
123-4567234-5678[INFO] Tests run: 2773, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.685 s -- in org.eclipse.persistence.testing.jaxb.JAXBTestSuite2 [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite [INFO] Tests run: 3562, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.136 s -- in org.eclipse.persistence.testing.jaxb.JAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite3 [INFO] Tests run: 1626, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.492 s -- in org.eclipse.persistence.testing.jaxb.JAXBTestSuite3 [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite4 class jakarta.xml.bind.JAXBElement class org.eclipse.persistence.jaxb.JAXBContext [INFO] Tests run: 3968, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.12 s -- in org.eclipse.persistence.testing.jaxb.JAXBTestSuite4 [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.builder.TransformerPropertyBuilderTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s -- in org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.builder.TransformerPropertyBuilderTestCase [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.SchemaGeneratorTestCase [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s -- in org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.SchemaGeneratorTestCase [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24625, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNonDefaultTestCase [EL Fine]: moxy: 2024-04-17 05:45:34.507--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.562--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.563--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024-04-17 05:45:34.565--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.57--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.57--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024-04-17 05:45:34.57--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.573--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.574--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.576--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.578--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.579--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.585--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.585--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.588--Setting unmarshaller property (name/value): eclipselink.auto-detect-media-type/true [EL Fine]: moxy: 2024-04-17 05:45:34.589--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.592--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.594--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.594--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.596--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.598--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.599--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.601--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.602--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.605--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.608--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.613--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.615--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.619--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.62--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.623--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.623--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.626--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.626--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.628--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.629--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@18ece7f4 [EL Fine]: moxy: 2024-04-17 05:45:34.633--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.635--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.635--Setting marshaller property (name/value): jaxb.encoding/US-ASCII [EL Fine]: moxy: 2024-04-17 05:45:34.636--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.636--Setting marshaller property (name/value): jaxb.encoding/UTF-8 [EL Fine]: moxy: 2024-04-17 05:45:34.64--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.641--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.641--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@dc9876b [EL Fine]: moxy: 2024-04-17 05:45:34.644--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.644--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.646--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.647--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.65--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.65--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.652--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.658--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.659--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@39b43d60 [EL Fine]: moxy: 2024-04-17 05:45:34.659--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.661--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.662--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@51a9ad5e [EL Fine]: moxy: 2024-04-17 05:45:34.664--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.665--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.666--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.668--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.67--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.671--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.672--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s -- in org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNonDefaultTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNonDefaultTestCase [EL Fine]: moxy: 2024-04-17 05:45:34.744--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.748--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.748--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024-04-17 05:45:34.749--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.751--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.751--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024-04-17 05:45:34.751--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.753--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.754--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.755--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.756--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.757--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.76--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.76--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.761--Setting unmarshaller property (name/value): eclipselink.auto-detect-media-type/true [EL Fine]: moxy: 2024-04-17 05:45:34.762--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.763--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.764--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.764--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.765--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.766--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.767--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.768--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.769--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024-04-17 05:45:34.771--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.771--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.773--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024-04-17 05:45:34.774--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024-04-17 05:45:34.776--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.776--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.778--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.779--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.78--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.78--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.782--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.782--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@457c9034 [EL Fine]: moxy: 2024-04-17 05:45:34.783--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.784--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.784--Setting marshaller property (name/value): jaxb.encoding/US-ASCII [EL Fine]: moxy: 2024-04-17 05:45:34.784--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.785--Setting marshaller property (name/value): jaxb.encoding/UTF-8 [EL Fine]: moxy: 2024-04-17 05:45:34.786--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.786--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.786--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@432038ec [EL Fine]: moxy: 2024-04-17 05:45:34.788--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.788--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.789--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.79--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.791--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.791--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.793--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.794--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.795--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@4671115f [EL Fine]: moxy: 2024-04-17 05:45:34.795--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.796--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.796--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.797--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.797--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.797--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024-04-17 05:45:34.799--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024-04-17 05:45:34.799--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@46b61c56 [EL Fine]: moxy: 2024-04-17 05:45:34.8--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.801--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.801--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.802--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.804--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024-04-17 05:45:34.805--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024-04-17 05:45:34.805--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNonDefaultTestCase [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesNonDefaultTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesNonDefaultTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [INFO] Building EclipseLink JPA 4.0.3-SNAPSHOT [9/134] [INFO] from jpa/org.eclipse.persistence.jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa --- [INFO] Copying 15 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa --- [WARNING] Can't extract module name from ant-launcher-1.10.13.jar: allow.class found in top-level directory (unnamed package not allowed in module) [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 567 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[310,40] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[380,71] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[467,63] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[481,68] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[502,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[520,31] unchecked method invocation: constructor in class java.util.HashMap is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[520,45] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[520,31] unchecked conversion required: java.util.Map found: java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[599,113] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[622,37] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[665,99] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[817,36] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1194,109] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1201,32] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1223,13] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1223,38] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1245,48] unchecked cast required: jakarta.persistence.TypedQuery found: jakarta.persistence.Query [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1281,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1323,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1453,94] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1463,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1467,32] unchecked method invocation: method apply in class org.eclipse.persistence.internal.jpa.QueryHintsHandler is applied to given types required: java.util.Map,org.eclipse.persistence.queries.DatabaseQuery,java.lang.ClassLoader,org.eclipse.persistence.internal.sessions.AbstractSession found: java.util.Map,org.eclipse.persistence.queries.ReadObjectQuery,java.lang.ClassLoader,org.eclipse.persistence.internal.sessions.AbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1467,33] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1475,65] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1509,24] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1629,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1643,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1675,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1690,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1705,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1723,13] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1726,32] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1749,48] unchecked cast required: jakarta.persistence.TypedQuery found: jakarta.persistence.Query [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2063,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2106,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2108,27] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2110,70] unchecked method invocation: method setProperties in class org.eclipse.persistence.internal.sessions.AbstractSession is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2110,71] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2304,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2312,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2326,91] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2893,46] unchecked cast required: T found: org.eclipse.persistence.sessions.UnitOfWork [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2895,28] unchecked cast required: T found: org.eclipse.persistence.internal.jpa.EntityManagerImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2897,51] unchecked cast required: T found: org.eclipse.persistence.internal.sessions.AbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2899,51] unchecked cast required: T found: org.eclipse.persistence.internal.sessions.DatabaseSessionImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2901,49] unchecked cast required: T found: org.eclipse.persistence.sessions.server.ServerSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2903,49] unchecked cast required: T found: org.eclipse.persistence.sessions.broker.SessionBroker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2925,32] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2927,70] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2936,54] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2942,70] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2950,64] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3010,30] found raw type: jakarta.persistence.criteria.CriteriaUpdate missing type arguments for generic class jakarta.persistence.criteria.CriteriaUpdate [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3013,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3021,30] found raw type: jakarta.persistence.criteria.CriteriaDelete missing type arguments for generic class jakarta.persistence.criteria.CriteriaDelete [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3024,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3047,12] found raw type: jakarta.persistence.EntityGraph missing type arguments for generic class jakarta.persistence.EntityGraph [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3053,20] found raw type: org.eclipse.persistence.internal.jpa.EntityGraphImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EntityGraphImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3057,12] found raw type: jakarta.persistence.EntityGraph missing type arguments for generic class jakarta.persistence.EntityGraph [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3062,20] found raw type: org.eclipse.persistence.internal.jpa.EntityGraphImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EntityGraphImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/HashPartitioningMetadata.java:[64,36] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/HashPartitioningMetadata.java:[64,37] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[748,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[1682,40] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/ReplicationPartitioningMetadata.java:[64,36] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/ReplicationPartitioningMetadata.java:[64,37] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[222,9] found raw type: org.eclipse.persistence.mappings.converters.ConverterClass missing type arguments for generic class org.eclipse.persistence.mappings.converters.ConverterClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[222,45] found raw type: org.eclipse.persistence.mappings.converters.ConverterClass missing type arguments for generic class org.eclipse.persistence.mappings.converters.ConverterClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[87,15] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,62] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,58] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,57] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,58] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[413,30] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[413,26] unchecked call to EntityListener(java.lang.Class,java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[416,48] unchecked method invocation: method convertToSerializableMethods in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder is applied to given types required: java.util.Map> found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[416,78] unchecked conversion required: java.util.Map> found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListener.java:[374,25] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/VariableOneToOneAccessor.java:[151,106] unchecked cast required: java.util.List found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[136,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[384,122] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[417,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[441,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,89] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,85] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,84] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,85] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[486,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/ArchiveFactory.java:[37,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/ArchiveFactory.java:[45,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[92,89] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[99,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[107,90] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[111,31] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[199,19] getPKClassInstance() in org.eclipse.persistence.internal.jpa.CMP3Policy overrides getPKClassInstance() in org.eclipse.persistence.descriptors.CMPPolicy return type requires unchecked conversion from java.lang.Object to T [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[366,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[366,36] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,66] found raw type: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,61] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,62] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,59] found raw type: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,55] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,61] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedGetValueFromField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,62] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedGetValueFromField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedSetValueInField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,55] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedSetValueInField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[40,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[48,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[83,54] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[99,72] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaEntityManager.java:[140,102] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[134,84] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[143,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[151,83] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[155,83] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[159,83] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[168,75] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[172,75] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[195,65] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[199,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[203,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[219,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[246,62] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[327,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[327,28] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[339,16] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[354,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[381,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[388,22] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[393,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[500,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[549,76] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[630,64] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[651,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[651,45] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Properties [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[651,46] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[666,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[666,113] unchecked method invocation: method getPropertyOverrides in interface org.eclipse.persistence.jpa.metadata.MetadataSource is applied to given types required: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog found: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[666,114] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[669,65] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[669,66] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[669,86] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,71] unchecked method invocation: method storeProject in interface org.eclipse.persistence.jpa.metadata.ProjectCache is applied to given types required: org.eclipse.persistence.sessions.Project,java.util.Map,org.eclipse.persistence.logging.SessionLog found: org.eclipse.persistence.sessions.Project,java.util.Map,org.eclipse.persistence.logging.SessionLog [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,99] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[748,51] unchecked method invocation: method setProperties in class org.eclipse.persistence.internal.sessions.AbstractSession is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[748,52] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1006,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1057,141] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1062,123] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1106,39] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1134,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1208,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1231,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1297,35] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1426,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1434,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1455,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,58] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,54] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,53] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,54] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1488,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1500,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1501,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1502,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1586,74] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1587,87] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1690,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1701,97] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1735,78] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1765,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1772,48] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Properties [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1772,49] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1838,75] unchecked method invocation: method retrieveProject in interface org.eclipse.persistence.jpa.metadata.ProjectCache is applied to given types required: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog found: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1838,76] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2023,37] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor is applied to given types required: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor found: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2023,202] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2168,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2172,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2190,52] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2205,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2205,15] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2207,29] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Properties [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2207,30] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2220,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2359,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2378,56] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2388,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2420,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2434,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2498,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2502,14] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2503,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2605,64] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2631,71] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2654,61] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2797,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2859,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2863,21] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2956,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2979,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2985,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2987,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2989,20] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3022,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3023,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3028,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3030,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3119,53] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3178,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3204,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3230,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3278,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3302,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3331,38] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3340,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3349,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3366,43] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3383,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3396,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3410,39] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3435,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3441,58] ANTLR in org.eclipse.persistence.config.ParserType has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3457,55] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3475,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3493,43] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3514,54] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3533,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3549,53] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3566,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3598,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3614,39] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3628,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3638,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3648,43] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3665,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3682,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3696,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3708,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3720,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3737,47] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3750,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3763,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3774,70] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3785,62] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3796,89] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3807,92] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3818,73] found raw type: java.util.Map missing type arguments for generic class java.util.Map [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.jpa:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >-- [INFO] Building EclipseLink JPA Test Framework 4.0.3-SNAPSHOT [10/134] [INFO] from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[510,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[523,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[532,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[564,78] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[572,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[580,92] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[584,92] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[592,35] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[620,47] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl is applied to given types required: java.lang.String,java.util.Map,java.util.List found: java.lang.String,java.util.Map,java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[620,97] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[636,57] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[36,22] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[55,26] unchecked method invocation: method putAll in interface java.util.Map is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[55,46] unchecked conversion required: java.util.Map found: java.util.Map [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 4.0.3-SNAPSHOT [11/134] [INFO] from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/module-info.java:[26,13] module not found: eclipselink [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/java/module-info.java:[16,14] requires directive for an automatic module [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire:3.1.2:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.test.modelgen.TestProcessor OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=FINEST] Note: [EL Config]: processor: 2024-04-17 12:45:43.454--Thread(Thread[main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: 2024-04-17 12:45:43.456--Thread(Thread[main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST Note: [EL Info]: processor: 2024-04-17 12:45:43.456--Thread(Thread[main,5,main])--Creating non-static metadata factory ... Note: [EL Fine]: processor: 2024-04-17 12:45:43.456--Thread(Thread[main,5,main])--Building metadata class for round element: org.Sample Note: [EL Finest]: processor: 2024-04-17 12:45:43.456--Thread(Thread[main,5,main])--Visiting class: org.Sample Note: [EL Fine]: processor: 2024-04-17 12:45:43.456--Thread(Thread[main,5,main])--Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: 2024-04-17 12:45:43.456--Thread(Thread[main,5,main])--Visiting class: java.lang.Object Note: [EL Fine]: moxy: 2024-04-17 12:45:43.458--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@24f43aa3 Note: [EL Fine]: moxy: 2024-04-17 12:45:43.465--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started Note: [EL Info]: processor: 2024-04-17 12:45:43.466--Thread(Thread[main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024-04-17 12:45:43.466--Thread(Thread[main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Config]: metadata: 2024-04-17 12:45:43.467--ServerSession(984412970)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.Sample] is set to [FIELD]. Note: [EL Finest]: processor: 2024-04-17 12:45:43.467--Thread(Thread[main,5,main])--Generating class: org.Sample Note: [EL Fine]: processor: 2024-04-17 12:45:43.48--Thread(Thread[main,5,main])--Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: 2024-04-17 12:45:43.48--Thread(Thread[main,5,main])--Visiting class: org.Sample_ Note: [EL Fine]: moxy: 2024-04-17 12:45:43.482--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@c074c0c Note: [EL Fine]: moxy: 2024-04-17 12:45:43.483--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started Note: [EL Info]: processor: 2024-04-17 12:45:43.483--Thread(Thread[main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024-04-17 12:45:43.484--Thread(Thread[main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=FINEST] Note: [EL Config]: processor: Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: Found Option: eclipselink.logging.level.processor, with value: FINEST Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Fine]: processor: Building metadata class for round element: org.Sample Note: [EL Finest]: processor: Visiting class: org.Sample Note: [EL Fine]: processor: Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: Visiting class: java.lang.Object Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Finest]: processor: Generating class: org.Sample Note: [EL Fine]: processor: Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: Visiting class: org.Sample_ Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.836 s -- in org.eclipse.persistence.jpa.test.modelgen.TestProcessor [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (test-jpa-modelgen-jpms) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.test.modelgen.TestProcessor OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=FINEST] Note: [EL Config]: processor: 2024-04-17 12:45:45.866--Thread(Thread[main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: 2024-04-17 12:45:45.867--Thread(Thread[main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST Note: [EL Info]: processor: 2024-04-17 12:45:45.867--Thread(Thread[main,5,main])--Creating non-static metadata factory ... Note: [EL Fine]: processor: 2024-04-17 12:45:45.867--Thread(Thread[main,5,main])--Building metadata class for round element: org.Sample Note: [EL Finest]: processor: 2024-04-17 12:45:45.867--Thread(Thread[main,5,main])--Visiting class: org.Sample Note: [EL Fine]: processor: 2024-04-17 12:45:45.868--Thread(Thread[main,5,main])--Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: 2024-04-17 12:45:45.868--Thread(Thread[main,5,main])--Visiting class: java.lang.Object Note: [EL Fine]: moxy: 2024-04-17 12:45:45.869--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@3e2fc448 Note: [EL Fine]: moxy: 2024-04-17 12:45:45.874--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started Note: [EL Info]: processor: 2024-04-17 12:45:45.875--Thread(Thread[main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024-04-17 12:45:45.875--Thread(Thread[main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Config]: metadata: 2024-04-17 12:45:45.876--ServerSession(1883830050)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.Sample] is set to [FIELD]. Note: [EL Finest]: processor: 2024-04-17 12:45:45.876--Thread(Thread[main,5,main])--Generating class: org.Sample Note: [EL Fine]: processor: 2024-04-17 12:45:45.888--Thread(Thread[main,5,main])--Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: 2024-04-17 12:45:45.889--Thread(Thread[main,5,main])--Visiting class: org.Sample_ Note: [EL Fine]: moxy: 2024-04-17 12:45:45.89--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@27a0a5a2 Note: [EL Fine]: moxy: 2024-04-17 12:45:45.891--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started Note: [EL Info]: processor: 2024-04-17 12:45:45.892--Thread(Thread[main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024-04-17 12:45:45.892--Thread(Thread[main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=FINEST] Note: [EL Config]: processor: Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: Found Option: eclipselink.logging.level.processor, with value: FINEST Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Fine]: processor: Building metadata class for round element: org.Sample Note: [EL Finest]: processor: Visiting class: org.Sample Note: [EL Fine]: processor: Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: Visiting class: java.lang.Object Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Finest]: processor: Generating class: org.Sample Note: [EL Fine]: processor: Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: Visiting class: org.Sample_ Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.801 s -- in org.eclipse.persistence.jpa.test.modelgen.TestProcessor [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpars.server >---- [INFO] Building EclipseLink JPA-RS Server 4.0.3-SNAPSHOT [12/134] [INFO] from jpa/org.eclipse.persistence.jpars.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.pom (3.2 kB at 24 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.pom (5.4 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-parent/3.21.9/protobuf-parent-3.21.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.21.9/protobuf-parent-3.21.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.21.9/protobuf-parent-3.21.9.pom (9.0 kB at 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-bom/3.21.9/protobuf-bom-3.21.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.21.9/protobuf-bom-3.21.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.21.9/protobuf-bom-3.21.9.pom (3.5 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar (2.5 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.jar (1.7 MB at 13 MB/s) [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpars.server --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpars.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpars.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 122 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[44,8] class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[47,8] class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder in exported package org.eclipse.persistence.jpa.rs.features.paging declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[68,46] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[419,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[421,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1181,55] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[83,43] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[227,60] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[59,8] class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/ItemLinksBuilder.java:[31,14] class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/xmladapters/RestCollectionAdapter.java:[112,13] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:[47,8] class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureSetPreV2.java:[48,8] class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2 in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/ReservedWords.java:[22,8] class org.eclipse.persistence.jpa.rs.ReservedWords in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractSingleResultQueryResource.java:[44,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/SingleResultQueryResource.java:[39,8] class org.eclipse.persistence.jpa.rs.resources.SingleResultQueryResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractQueryResource.java:[54,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/QueryResource.java:[43,8] class org.eclipse.persistence.jpa.rs.resources.QueryResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/QueryList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/MatrixParameters.java:[17,8] class org.eclipse.persistence.jpa.rs.MatrixParameters in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[51,18] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[56,18] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[91,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[95,36] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[99,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[103,37] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[54,8] class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder in exported package org.eclipse.persistence.jpa.rs.features.core.selflinks declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[71,8] class org.eclipse.persistence.jpa.rs.resources.MetadataResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java:[333,81] unchecked cast required: java.lang.Class> found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java:[349,81] unchecked cast required: java.lang.Class> found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceResource.java:[58,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/PersistenceResource.java:[47,8] class org.eclipse.persistence.jpa.rs.resources.PersistenceResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/ConcreteSubclassFactory.java:[49,36] unchecked call to getConstructor(java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/QueryParameters.java:[17,8] class org.eclipse.persistence.jpa.rs.QueryParameters in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[41,8] class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/xmladapters/ReferenceAdapterV2.java:[129,23] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[65,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[46,8] class org.eclipse.persistence.jpa.rs.resources.EntityResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/LinkList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/SystemDefaults.java:[17,8] class org.eclipse.persistence.jpa.rs.SystemDefaults in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureSetV2.java:[51,8] class org.eclipse.persistence.jpa.rs.features.FeatureSetV2 in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpars.server --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.jpars.server:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars.server --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpars.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpars.server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpars.server --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars.server --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars.server --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpars.server --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars.server --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars.server --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [INFO] Building EclipseLink JPA-RS 4.0.3-SNAPSHOT [13/134] [INFO] from jpa/org.eclipse.persistence.jpars/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpars --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpars --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpars --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpars --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpars --- [INFO] Copying 32 resources from src/it/resources to target/test-classes [INFO] Copying 32 resources from src/it/resources to target/test-classes [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] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpars --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 77 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Apr 17, 2024 12:45:50 PM org.eclipse.persistence.session./jpars_auction-static.metadata WARNING: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:45:50.626--ServerSession(1314838582)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [INFO] Running org.eclipse.persistence.jpars.test.AllJavaSETests Apr 17, 2024 12:45:51 PM org.eclipse.persistence.session./jpars_auction-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.metadata WARNING: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 12:45:51 PM org.eclipse.persistence.session./jpars_auction-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root INFO: EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Apr 17, 2024 12:45:51 PM org.eclipse.persistence.session./jpars_auction-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.server WARNING: Failed to find MBean Server: null or empty List returned from MBeanServerFactory.findMBeanServer(null) Apr 17, 2024 12:45:51 PM org.eclipse.persistence.session./jpars_auction-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.server WARNING: Problem while registering MBean: javax.management.RuntimeOperationsException Apr 17, 2024 12:45:51 PM org.eclipse.persistence.session./jpars_auction-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.server WARNING: Problem while registering MBean: javax.management.RuntimeOperationsException Apr 17, 2024 12:45:52 PM org.eclipse.persistence.default WARNING: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl Apr 17, 2024 12:45:52 PM org.eclipse.persistence.session./jpars_employee-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root INFO: EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Apr 17, 2024 12:45:52 PM org.eclipse.persistence.session./jpars_employee-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.server WARNING: Problem while registering MBean: javax.management.RuntimeOperationsException Apr 17, 2024 12:45:52 PM org.eclipse.persistence.session./jpars_employee-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.server WARNING: Problem while registering MBean: javax.management.RuntimeOperationsException Apr 17, 2024 12:45:53 PM org.eclipse.persistence.default WARNING: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl Apr 17, 2024 12:45:53 PM org.eclipse.persistence.default WARNING: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl Apr 17, 2024 12:45:53 PM org.eclipse.persistence.default WARNING: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. Apr 17, 2024 12:45:53 PM org.eclipse.persistence.default WARNING: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. Apr 17, 2024 12:45:53 PM org.eclipse.persistence.default WARNING: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl Apr 17, 2024 12:45:53 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction INFO: Test Auction Description0.01Test Auctionfalse0.0 Apr 17, 2024 12:45:53 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO: 100.020 Apr 17, 2024 12:45:53 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO:
22Brahms0
[EL Info]: 2024-04-17 12:45:53.479--ServerSession(704530496)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: moxy: 2024-04-17 12:45:53.533--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl Apr 17, 2024 12:45:53 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksJson INFO: {"basketItems":{"links":[{"rel":"self","href":"http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"},{"rel":"canonical","href":"http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"}]},"id":1,"name":"Basket1"} Apr 17, 2024 12:45:53 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml INFO: 1Basket1 [EL Warning]: moxy: 2024-04-17 12:45:53.577--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: 2024-04-17 12:45:53.584--Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [EL Warning]: 2024-04-17 12:45:53.584--Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [EL Warning]: moxy: 2024-04-17 12:45:53.638--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl Apr 17, 2024 12:45:53 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction INFO: Test Auction Description0.01Test Auctionfalse0.0 Apr 17, 2024 12:45:53 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO: 100.020 Apr 17, 2024 12:45:53 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO:
22Brahms0
[EL Warning]: moxy: 2024-04-17 12:45:53.729--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl Apr 17, 2024 12:45:53 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksJson INFO: {"basketItems":{"links":[{"rel":"self","href":"http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"},{"rel":"canonical","href":"http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"}]},"id":1,"name":"Basket1"} Apr 17, 2024 12:45:53 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml INFO: 1Basket1 [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.613 s -- in org.eclipse.persistence.jpars.test.AllJavaSETests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.jpars --- [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------ [INFO] Building EclipseLink Core Test 4.0.3-SNAPSHOT [14/134] [INFO] from foundation/eclipselink.core.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.1.2:integration-test (clear-database)' [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.core.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.core.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core.test --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core.test --- [INFO] Copying 40 resources from src/it/resources to target/test-classes [INFO] Copying 2 resources from src/it/resources-utf16 to target/test-classes [INFO] Copying 40 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.core.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2806 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyHollywoodAgent.java:[28,8] Class org.eclipse.persistence.testing.models.readonly.ReadOnlyHollywoodAgent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyCharity.java:[27,8] Class org.eclipse.persistence.testing.models.readonly.ReadOnlyCharity overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Address.java:[21,8] Class org.eclipse.persistence.testing.models.readonly.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Country.java:[21,8] Class org.eclipse.persistence.testing.models.readonly.Country overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/HollywoodAgent.java:[25,8] Class org.eclipse.persistence.testing.models.readonly.HollywoodAgent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/simultaneous/TestExecutorWithClientSession.java:[254,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[235,32] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[192,23] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[142,32] getUnicodeStream(int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[111,23] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/domain/Child.java:[22,8] Class org.eclipse.persistence.testing.models.employee.domain.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Phone.java:[22,8] Class org.eclipse.persistence.testing.models.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerRemoteModel.java:[82,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/onetoonejointable/Child.java:[22,8] Class org.eclipse.persistence.testing.models.onetoonejointable.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/returning/model/Class1.java:[19,8] Class org.eclipse.persistence.testing.tests.returning.model.Class1 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Employee.java:[26,8] Class org.eclipse.persistence.testing.models.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Address.java:[24,8] Class org.eclipse.persistence.testing.models.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMIServerManagerController.java:[59,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Charity.java:[25,8] Class org.eclipse.persistence.testing.models.readonly.Charity overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedStatement.java:[211,17] setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/domain/Employee.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/domain/Employee.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.core.test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaSEPlatformTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.persistence.testing.tests.junit.helper.JavaSEPlatformTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.713 s -- in org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.HelperTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.persistence.testing.tests.junit.helper.HelperTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest [INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest [INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest [INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest [INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest [INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest [INFO] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest [INFO] Running org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest [INFO] Running org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest [INFO] Running org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [EL Info]: 2024-04-17 12:46:06.528--ServerSession(902478634)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: query: 2024-04-17 12:46:06.587--ClientSession(1484673893)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Warning]: 2024-04-17 12:46:06.608--ClientSession(758119607)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS") [EL Info]: query: 2024-04-17 12:46:06.608--ClientSession(1112414583)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Info]: 2024-04-17 12:46:06.61--ServerSession(2063763486)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: query: 2024-04-17 12:46:06.612--ClientSession(365590665)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Severe]: 2024-04-17 12:46:06.612--ServerSession(2063763486)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Info]: query: 2024-04-17 12:46:06.613--ClientSession(365590665)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Severe]: 2024-04-17 12:46:11.613--ServerSession(2063763486)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Info]: query: 2024-04-17 12:46:11.614--ClientSession(365590665)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Severe]: 2024-04-17 12:46:16.614--ServerSession(2063763486)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Warning]: 2024-04-17 12:46:16.615--ClientSession(365590665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.15 s -- in org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [INFO] Running org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [EL Info]: 2024-04-17 12:46:16.617--DatabaseSessionImpl(2053591126)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: query: 2024-04-17 12:46:16.618--DatabaseSessionImpl(2053591126)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [INFO] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest [INFO] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest [INFO] Running org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.004 s -- in org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [INFO] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest [INFO] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest [INFO] Running org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest [INFO] Running org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest [INFO] Running org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [INFO] Running org.eclipse.persistence.testing.tests.junit.cache.AdvancedProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.persistence.testing.tests.junit.cache.AdvancedProcessorTest [INFO] Running org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest [EL Warning]: connection: 2024-04-17 12:46:16.736--Exception [EclipseLink-63001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ServerPlatformException Exception Description: Server platform class non-existing-class-name not found. Internal Exception: java.lang.ClassNotFoundException: non-existing-class-name [EL Warning]: connection: 2024-04-17 12:46:16.881--Exception [EclipseLink-63002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ServerPlatformException Exception Description: Server platform class is not valid: org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest$Platform Internal Exception: java.lang.reflect.InvocationTargetException Target Invocation Exception: java.lang.NullPointerException [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest [INFO] Running org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 551, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (asm-eclipselink-test) @ org.eclipse.persistence.core.test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (asm-ow2-test) @ org.eclipse.persistence.core.test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (clear-database) @ org.eclipse.persistence.core.test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-04-17 12:46:20.468--DatabaseSessionImpl(1873859565)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:46:21.331--DatabaseSessionImpl(1873859565)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 s -- in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-core-srg) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-core-lrg) @ org.eclipse.persistence.core.test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.TestRunModel [EL Info]: 2024-04-17 12:46:22.216--DatabaseSessionImpl(508198356)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:46:23.787--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.WORKER' Error Code: 1051 Call: DROP TABLE WORKER Query: DataModifyQuery(sql="DROP TABLE WORKER") [EL Warning]: 2024-04-17 12:46:23.811--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ADD' Error Code: 1051 Call: DROP TABLE AGG_ADD Query: DataModifyQuery(sql="DROP TABLE AGG_ADD") [EL Warning]: 2024-04-17 12:46:23.819--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_CLNT' Error Code: 1051 Call: DROP TABLE AGG_CLNT Query: DataModifyQuery(sql="DROP TABLE AGG_CLNT") [EL Warning]: 2024-04-17 12:46:23.828--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ECNT' Error Code: 1051 Call: DROP TABLE AGG_ECNT Query: DataModifyQuery(sql="DROP TABLE AGG_ECNT") [EL Warning]: 2024-04-17 12:46:23.842--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_COM' Error Code: 1051 Call: DROP TABLE AGG_COM Query: DataModifyQuery(sql="DROP TABLE AGG_COM") [EL Warning]: 2024-04-17 12:46:23.85--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_EMP' Error Code: 1051 Call: DROP TABLE AGG_EMP Query: DataModifyQuery(sql="DROP TABLE AGG_EMP") [EL Warning]: 2024-04-17 12:46:23.859--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_LAN' Error Code: 1051 Call: DROP TABLE AGG_LAN Query: DataModifyQuery(sql="DROP TABLE AGG_LAN") [EL Warning]: 2024-04-17 12:46:23.872--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_RES' Error Code: 1051 Call: DROP TABLE AGG_RES Query: DataModifyQuery(sql="DROP TABLE AGG_RES") [EL Warning]: 2024-04-17 12:46:23.878--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGGVEHICLE' Error Code: 1051 Call: DROP TABLE AGGVEHICLE Query: DataModifyQuery(sql="DROP TABLE AGGVEHICLE") [EL Warning]: 2024-04-17 12:46:23.884--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGENT' Error Code: 1051 Call: DROP TABLE AGENT Query: DataModifyQuery(sql="DROP TABLE AGENT") [EL Warning]: 2024-04-17 12:46:23.889--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUSTOMER' Error Code: 1051 Call: DROP TABLE CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CUSTOMER") [EL Warning]: 2024-04-17 12:46:23.897--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.HOUSE' Error Code: 1051 Call: DROP TABLE HOUSE Query: DataModifyQuery(sql="DROP TABLE HOUSE") [EL Warning]: 2024-04-17 12:46:23.907--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPENDANT' Error Code: 1051 Call: DROP TABLE DEPENDANT Query: DataModifyQuery(sql="DROP TABLE DEPENDANT") [EL Warning]: 2024-04-17 12:46:23.914--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPANY_AGG' Error Code: 1051 Call: DROP TABLE COMPANY_AGG Query: DataModifyQuery(sql="DROP TABLE COMPANY_AGG") [EL Warning]: 2024-04-17 12:46:23.921--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SINGLE_HOUSE' Error Code: 1051 Call: DROP TABLE SINGLE_HOUSE Query: DataModifyQuery(sql="DROP TABLE SINGLE_HOUSE") [EL Warning]: 2024-04-17 12:46:23.929--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SELLING_POINT' Error Code: 1051 Call: DROP TABLE SELLING_POINT Query: DataModifyQuery(sql="DROP TABLE SELLING_POINT") [EL Warning]: 2024-04-17 12:46:23.937--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER' Error Code: 1051 Call: DROP TABLE BUILDER Query: DataModifyQuery(sql="DROP TABLE BUILDER") [EL Warning]: 2024-04-17 12:46:23.945--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_HOUSE' Error Code: 1051 Call: DROP TABLE BUILDER_HOUSE Query: DataModifyQuery(sql="DROP TABLE BUILDER_HOUSE") [EL Warning]: 2024-04-17 12:46:23.952--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_SINGLE_HOUSE' Error Code: 1051 Call: DROP TABLE BUILDER_SINGLE_HOUSE Query: DataModifyQuery(sql="DROP TABLE BUILDER_SINGLE_HOUSE") [EL Warning]: 2024-04-17 12:46:23.959--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_SELLING_POINT' Error Code: 1051 Call: DROP TABLE BUILDER_SELLING_POINT Query: DataModifyQuery(sql="DROP TABLE BUILDER_SELLING_POINT") [EL Warning]: 2024-04-17 12:46:23.967--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_CUSTOMER' Error Code: 1051 Call: DROP TABLE BUILDER_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE BUILDER_CUSTOMER") [EL Warning]: 2024-04-17 12:46:23.973--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_DEPENDANT' Error Code: 1051 Call: DROP TABLE BUILDER_DEPENDANT Query: DataModifyQuery(sql="DROP TABLE BUILDER_DEPENDANT") [EL Warning]: 2024-04-17 12:46:23.98--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_VEHICLE' Error Code: 1051 Call: DROP TABLE BUILDER_VEHICLE Query: DataModifyQuery(sql="DROP TABLE BUILDER_VEHICLE") [EL Warning]: 2024-04-17 12:46:23.987--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.Employee1' Error Code: 1051 Call: DROP TABLE Employee1 Query: DataModifyQuery(sql="DROP TABLE Employee1") [EL Warning]: 2024-04-17 12:46:23.995--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMP_LAN' Error Code: 1051 Call: DROP TABLE EMP_LAN Query: DataModifyQuery(sql="DROP TABLE EMP_LAN") [EL Warning]: 2024-04-17 12:46:24.038--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STUDENT' Error Code: 1051 Call: DROP TABLE STUDENT Query: DataModifyQuery(sql="DROP TABLE STUDENT") [EL Warning]: 2024-04-17 12:46:24.046--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GOLF_CLUB' Error Code: 1051 Call: DROP TABLE GOLF_CLUB Query: DataModifyQuery(sql="DROP TABLE GOLF_CLUB") [EL Warning]: 2024-04-17 12:46:24.054--DatabaseSessionImpl(508198356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MANUFACTURER' Error Code: 1051 Call: DROP TABLE MANUFACTURER Query: DataModifyQuery(sql="DROP TABLE MANUFACTURER") Running AggregateReadObjectTestSuite Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec Running AggregateUpdateObjectTestSuite Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec Running AggregateReadAllTestSuite Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running AggregateDeleteObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec Running AggregateInsertObjectTestSuite [EL Warning]: 2024-04-17 12:46:25.057--UnitOfWork(167175174)--Exception [EclipseLink-68] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@143d9a93] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec Running AggregateUnitOfWorkTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec Running AggregateUnitOfWorkCommitResumeTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec Running AggregateCheckForNullUnitOfWorkTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running AggregateMergingUnitOfWorkTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running AggregateDescriptorPropertiesTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running AggregateEventTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running NestedAggregateTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Running AggregateInheritanceTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running AggregateRelationshipsTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec [EL Info]: 2024-04-17 12:46:25.465--DatabaseSessionImpl(1988664928)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:46:25.513--DatabaseSessionImpl(1988664928)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PHONE' Error Code: 1051 Call: drop table PHONE Query: DataModifyQuery(sql="drop table PHONE") [EL Warning]: 2024-04-17 12:46:25.514--DatabaseSessionImpl(1988664928)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RESPONS' Error Code: 1051 Call: drop table RESPONS Query: DataModifyQuery(sql="drop table RESPONS") [EL Warning]: 2024-04-17 12:46:25.515--DatabaseSessionImpl(1988664928)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SALARY' Error Code: 1051 Call: drop table SALARY Query: DataModifyQuery(sql="drop table SALARY") [EL Warning]: 2024-04-17 12:46:25.517--DatabaseSessionImpl(1988664928)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ_EMP' Error Code: 1051 Call: drop table PROJ_EMP Query: DataModifyQuery(sql="drop table PROJ_EMP") [EL Warning]: 2024-04-17 12:46:25.518--DatabaseSessionImpl(1988664928)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJECT' Error Code: 1051 Call: drop table LPROJECT Query: DataModifyQuery(sql="drop table LPROJECT") [EL Warning]: 2024-04-17 12:46:25.519--DatabaseSessionImpl(1988664928)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJECT' Error Code: 1051 Call: drop table PROJECT Query: DataModifyQuery(sql="drop table PROJECT") [EL Warning]: 2024-04-17 12:46:25.52--DatabaseSessionImpl(1988664928)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMPLOYEE' Error Code: 1051 Call: drop table EMPLOYEE Query: DataModifyQuery(sql="drop table EMPLOYEE") [EL Warning]: 2024-04-17 12:46:25.521--DatabaseSessionImpl(1988664928)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ADDRESS' Error Code: 1051 Call: drop table ADDRESS Query: DataModifyQuery(sql="drop table ADDRESS") [EL Info]: 2024-04-17 12:46:25.783--DatabaseSessionImpl(498748934)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [EL Info]: 2024-04-17 12:46:26.369--DatabaseSessionImpl(2074896491)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:46:26.659--DatabaseSessionImpl(2074896491)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' Error Code: 1051 Call: drop table CHILDNAM Query: DataModifyQuery(sql="drop table CHILDNAM") [EL Warning]: 2024-04-17 12:46:26.659--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' Error Code: 1051 Call: drop table CHILDNAM Query: DataModifyQuery(sql="drop table CHILDNAM") Running CacheExpiryTestSuite [EL Info]: 2024-04-17 12:46:27.631--ServerSession(1998224723)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.871 sec [EL Info]: 2024-04-17 12:46:42.726--DatabaseSessionImpl(169110289)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running CacheIdentityMapInsertOverflowTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running CacheIdentityMapInsertTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running SmallCacheIdentityMapTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-04-17 12:46:42.992--ServerSession(1342373353)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:46:43.122--DatabaseSessionImpl(229483317)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:46:43.161--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_M_IT' Error Code: 1051 Call: DROP TABLE COL_M_IT Query: DataModifyQuery(sql="DROP TABLE COL_M_IT") [EL Warning]: 2024-04-17 12:46:43.168--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_MENU' Error Code: 1051 Call: DROP TABLE COL_MENU Query: DataModifyQuery(sql="DROP TABLE COL_MENU") [EL Warning]: 2024-04-17 12:46:43.173--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_PERS' Error Code: 1051 Call: DROP TABLE COL_PERS Query: DataModifyQuery(sql="DROP TABLE COL_PERS") [EL Warning]: 2024-04-17 12:46:43.178--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_LOCA' Error Code: 1051 Call: DROP TABLE COL_LOCA Query: DataModifyQuery(sql="DROP TABLE COL_LOCA") [EL Warning]: 2024-04-17 12:46:43.184--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_R_LO' Error Code: 1051 Call: DROP TABLE COL_R_LO Query: DataModifyQuery(sql="DROP TABLE COL_R_LO") [EL Warning]: 2024-04-17 12:46:43.189--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_R_LO2' Error Code: 1051 Call: DROP TABLE COL_R_LO2 Query: DataModifyQuery(sql="DROP TABLE COL_R_LO2") [EL Warning]: 2024-04-17 12:46:43.194--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_DI_R' Error Code: 1051 Call: DROP TABLE COL_DI_R Query: DataModifyQuery(sql="DROP TABLE COL_DI_R") [EL Warning]: 2024-04-17 12:46:43.199--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_REST' Error Code: 1051 Call: DROP TABLE COL_REST Query: DataModifyQuery(sql="DROP TABLE COL_REST") [EL Warning]: 2024-04-17 12:46:43.204--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_SLOG' Error Code: 1051 Call: DROP TABLE COL_SLOG Query: DataModifyQuery(sql="DROP TABLE COL_SLOG") [EL Warning]: 2024-04-17 12:46:43.209--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_SERVICES' Error Code: 1051 Call: DROP TABLE COL_SERVICES Query: DataModifyQuery(sql="DROP TABLE COL_SERVICES") [EL Warning]: 2024-04-17 12:46:43.214--DatabaseSessionImpl(229483317)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_LICENSE' Error Code: 1051 Call: DROP TABLE COL_LICENSE Query: DataModifyQuery(sql="DROP TABLE COL_LICENSE") Running CollectionsReadObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running CollectionsWriteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running CollectionsDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running CollectionsInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running CollectionsUnitOfWorkTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec [EL Info]: 2024-04-17 12:46:43.439--DatabaseSessionImpl(1035062904)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:46:43.861--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Warning]: 2024-04-17 12:46:43.862--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_A' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE Query: DataModifyQuery(sql="ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE") [EL Warning]: 2024-04-17 12:46:43.863--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_C' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF") [EL Warning]: 2024-04-17 12:46:43.864--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_C' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE") [EL Warning]: 2024-04-17 12:46:43.865--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_E' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF Query: DataModifyQuery(sql="ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF") [EL Warning]: 2024-04-17 12:46:43.865--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_A' Error Code: 1051 Call: DROP TABLE OWNER_A Query: DataModifyQuery(sql="DROP TABLE OWNER_A") [EL Warning]: 2024-04-17 12:46:43.871--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_B' Error Code: 1051 Call: DROP TABLE OWNER_B Query: DataModifyQuery(sql="DROP TABLE OWNER_B") [EL Warning]: 2024-04-17 12:46:43.875--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_C' Error Code: 1051 Call: DROP TABLE OWNER_C Query: DataModifyQuery(sql="DROP TABLE OWNER_C") [EL Warning]: 2024-04-17 12:46:43.88--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_D' Error Code: 1051 Call: DROP TABLE OWNER_D Query: DataModifyQuery(sql="DROP TABLE OWNER_D") [EL Warning]: 2024-04-17 12:46:43.884--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_E' Error Code: 1051 Call: DROP TABLE OWNER_E Query: DataModifyQuery(sql="DROP TABLE OWNER_E") [EL Warning]: 2024-04-17 12:46:44.833--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMP' Error Code: 1051 Call: DROP TABLE MAP_EMP Query: DataModifyQuery(sql="DROP TABLE MAP_EMP") [EL Warning]: 2024-04-17 12:46:44.84--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMSP' Error Code: 1051 Call: DROP TABLE MAP_EMSP Query: DataModifyQuery(sql="DROP TABLE MAP_EMSP") [EL Warning]: 2024-04-17 12:46:44.845--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMPH' Error Code: 1051 Call: DROP TABLE MAP_EMPH Query: DataModifyQuery(sql="DROP TABLE MAP_EMPH") [EL Warning]: 2024-04-17 12:46:44.849--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PHO' Error Code: 1051 Call: DROP TABLE MAP_PHO Query: DataModifyQuery(sql="DROP TABLE MAP_PHO") [EL Warning]: 2024-04-17 12:46:44.854--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CARD' Error Code: 1051 Call: DROP TABLE MAP_CARD Query: DataModifyQuery(sql="DROP TABLE MAP_CARD") [EL Warning]: 2024-04-17 12:46:44.859--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_COM' Error Code: 1051 Call: DROP TABLE MAP_COM Query: DataModifyQuery(sql="DROP TABLE MAP_COM") [EL Warning]: 2024-04-17 12:46:44.864--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CUB' Error Code: 1051 Call: DROP TABLE MAP_CUB Query: DataModifyQuery(sql="DROP TABLE MAP_CUB") [EL Warning]: 2024-04-17 12:46:44.869--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMERGENCYEXIT' Error Code: 1051 Call: DROP TABLE MAP_EMERGENCYEXIT Query: DataModifyQuery(sql="DROP TABLE MAP_EMERGENCYEXIT") [EL Warning]: 2024-04-17 12:46:44.873--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUBICLE_EMERGENCYEXIT' Error Code: 1051 Call: DROP TABLE CUBICLE_EMERGENCYEXIT Query: DataModifyQuery(sql="DROP TABLE CUBICLE_EMERGENCYEXIT") [EL Warning]: 2024-04-17 12:46:44.878--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SHIP' Error Code: 1051 Call: DROP TABLE MAP_SHIP Query: DataModifyQuery(sql="DROP TABLE MAP_SHIP") [EL Warning]: 2024-04-17 12:46:44.883--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_POL' Error Code: 1051 Call: DROP TABLE MAP_POL Query: DataModifyQuery(sql="DROP TABLE MAP_POL") [EL Warning]: 2024-04-17 12:46:44.887--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_ADD' Error Code: 1051 Call: DROP TABLE MAP_ADD Query: DataModifyQuery(sql="DROP TABLE MAP_ADD") [EL Warning]: 2024-04-17 12:46:44.891--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_MON' Error Code: 1051 Call: DROP TABLE MAP_MON Query: DataModifyQuery(sql="DROP TABLE MAP_MON") [EL Warning]: 2024-04-17 12:46:44.896--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_HRW' Error Code: 1051 Call: DROP TABLE MAP_HRW Query: DataModifyQuery(sql="DROP TABLE MAP_HRW") [EL Warning]: 2024-04-17 12:46:44.9--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PERIPHERAL' Error Code: 1051 Call: DROP TABLE MAP_PERIPHERAL Query: DataModifyQuery(sql="DROP TABLE MAP_PERIPHERAL") [EL Warning]: 2024-04-17 12:46:44.904--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SECURE' Error Code: 1051 Call: DROP TABLE MAP_SECURE Query: DataModifyQuery(sql="DROP TABLE MAP_SECURE") [EL Warning]: 2024-04-17 12:46:44.909--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_IDENTIFICATION' Error Code: 1051 Call: DROP TABLE MAP_IDENTIFICATION Query: DataModifyQuery(sql="DROP TABLE MAP_IDENTIFICATION") [EL Warning]: 2024-04-17 12:46:44.997--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_CON' Error Code: 1051 Call: DROP TABLE U_CON Query: DataModifyQuery(sql="DROP TABLE U_CON") [EL Warning]: 2024-04-17 12:46:45.003--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_EMP' Error Code: 1051 Call: DROP TABLE U_EMP Query: DataModifyQuery(sql="DROP TABLE U_EMP") [EL Warning]: 2024-04-17 12:46:45.009--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_ADD' Error Code: 1051 Call: DROP TABLE U_ADD Query: DataModifyQuery(sql="DROP TABLE U_ADD") [EL Warning]: 2024-04-17 12:46:45.014--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_WEATH' Error Code: 1051 Call: DROP TABLE U_WEATH Query: DataModifyQuery(sql="DROP TABLE U_WEATH") [EL Warning]: 2024-04-17 12:46:45.018--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_ADDRESS' Error Code: 1051 Call: DROP TABLE CONCURRENT_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_ADDRESS") [EL Warning]: 2024-04-17 12:46:45.023--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_EMP' Error Code: 1051 Call: DROP TABLE CONCURRENT_EMP Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_EMP") [EL Warning]: 2024-04-17 12:46:45.027--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PROJECT' Error Code: 1051 Call: DROP TABLE CONCURRENT_PROJECT Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PROJECT") [EL Warning]: 2024-04-17 12:46:45.031--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PHONE' Error Code: 1051 Call: DROP TABLE CONCURRENT_PHONE Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PHONE") [EL Warning]: 2024-04-17 12:46:45.035--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MUTABLE_TYPE' Error Code: 1051 Call: DROP TABLE MUTABLE_TYPE Query: DataModifyQuery(sql="DROP TABLE MUTABLE_TYPE") Running ComplexUpdateTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec Running UnitOfWorkTestSuite [EL Warning]: 2024-04-17 12:46:45.766--UnitOfWork(1046044067)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '151' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-04-17 12:46:45.778--UnitOfWork(1559261930)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Charles Chanley], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024-04-17 12:46:45.954--UnitOfWork(149734487)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 157 [EL Warning]: 2024-04-17 12:46:46.01--UnitOfWork(1008789974)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Habs Place, LKO, QUE, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [799,151,165], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:46:46.01--UnitOfWork(1357008548)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 382 Hyde Park, Victoria, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [906,341,142], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:46:46.015--UnitOfWork(507538622)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Charles Chanley] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 151 [EL Warning]: 2024-04-17 12:46:46.037--UnitOfWork(1060354927)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 157 [EL Warning]: 2024-04-17 12:46:46.154--UnitOfWork(1429297664)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Charles Chanley], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,191,855,215], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:46:46.279--UnitOfWork(1044788931)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '101' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-04-17 12:46:46.301--UnitOfWork(1792068931)--Exception [EclipseLink-200] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [EL Warning]: 2024-04-17 12:46:46.334--DatabaseSessionImpl(1035062904)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024-04-17 12:46:46.345--UnitOfWork(625839862)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Habs Place, Montreal, QUE, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,560,500,918], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.629 sec Running UnitOfWorkEventTestSuite [EL Warning]: 2024-04-17 12:46:46.377--UnitOfWork(1296804950)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 Error Code: 1406 Call: UPDATE EMPLOYEE SET F_NAME = ?, VERSION = ? WHERE ((EMP_ID = ?) AND (VERSION = ?)) bind => [4 parameters bound] Query: UpdateObjectQuery(Employee: firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 Chanley) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec [EL Info]: 2024-04-17 12:46:46.379--DatabaseSessionImpl(1989676149)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:46:46.403--DatabaseSessionImpl(1989676149)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CM_OBJ' Error Code: 1051 Call: DROP TABLE CM_OBJ Query: DataModifyQuery(sql="DROP TABLE CM_OBJ") Running ConversionManagerReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running ConversionManagerReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running ConversionManagerDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running ConversionManagerInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running ConversionManagerUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running ConversionManagerConvertObjectTestSuite Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running ConversionManagerConvertClassTypeTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ConversionManagerClassLoaderTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-04-17 12:46:46.472--DatabaseSessionImpl(1541263681)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running ConversionManagerReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running ConversionManagerReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ConversionManagerDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running ConversionManagerInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running ConversionManagerUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec [EL Info]: 2024-04-17 12:46:46.548--DatabaseSessionImpl(366144107)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:46:46.837--DatabaseSessionImpl(366144107)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:46:47.093--DatabaseSessionImpl(366144107)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Emp_Add does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Emp_Add Query: DataModifyQuery(sql="DROP PROCEDURE Read_Emp_Add") Running CustomSQLReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running RefreshObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running CustomSQLUpdateObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running CustomSQLReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running CustomSQLInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running CustomSQLDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running SelectWithOutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere Tests run: 0, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.001 sec Running OutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running CustomSQLStoredProcedureTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test intended for Sybase and SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 [EL Info]: 2024-04-17 12:46:47.197--ServerSession(1649998289)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 3, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.032 sec Running CustomSQLStoredFunctionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [EL Info]: 2024-04-17 12:46:47.233--DatabaseSessionImpl(79843841)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:46:47.329--DatabaseSessionImpl(571101539)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [EL Info]: 2024-04-17 12:46:47.796--DatabaseSessionImpl(26179918)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running Unit Of Work Update Test Suite [EL Warning]: 2024-04-17 12:46:48.473--UnitOfWork(2095807072)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 312 [EL Warning]: 2024-04-17 12:46:48.497--UnitOfWork(1679296348)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 312 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec [EL Info]: 2024-04-17 12:46:48.614--DatabaseSessionImpl(402269681)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running Unit Of Work Update Test Suite [EL Warning]: 2024-04-17 12:46:49.166--UnitOfWork(121715777)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 351 [EL Warning]: 2024-04-17 12:46:49.182--UnitOfWork(1176389532)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 351 Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.782 sec [EL Info]: 2024-04-17 12:46:50.905--DatabaseSessionImpl(1080882047)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running Unit Of Work Update Test Suite [EL Warning]: 2024-04-17 12:46:51.422--UnitOfWork(1419968404)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 411 [EL Warning]: 2024-04-17 12:46:51.44--UnitOfWork(1149459945)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 411 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec [EL Info]: 2024-04-17 12:46:51.487--DatabaseSessionImpl(1661355634)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:46:51.616--DatabaseSessionImpl(2122460177)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:46:51.64--DatabaseSessionImpl(31978258)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [EL Info]: 2024-04-17 12:46:52.029--DatabaseSessionImpl(1954526385)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec [EL Info]: 2024-04-17 12:46:52.357--DatabaseSessionImpl(660793767)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [EL Info]: 2024-04-17 12:46:52.791--DatabaseSessionImpl(699539366)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec [EL Info]: 2024-04-17 12:46:53.123--DatabaseSessionImpl(1446756212)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running ForceUpdateVersionLockingTestSuite [EL Warning]: 2024-04-17 12:46:54.323--UnitOfWork(1486888519)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeTLIC Primary Key> 7 [EL Warning]: 2024-04-17 12:46:54.334--UnitOfWork(972564142)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeTLIO Primary Key> 6 [EL Warning]: 2024-04-17 12:46:54.344--UnitOfWork(1500277822)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeVLIC Primary Key> 11 [EL Warning]: 2024-04-17 12:46:54.352--UnitOfWork(879306599)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeVLIO Primary Key> 3 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running ForceUpdateVersionLockingNopTestSuite [EL Warning]: 2024-04-17 12:46:54.36--UnitOfWork(2109822387)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIC Primary Key> 5 [EL Warning]: 2024-04-17 12:46:54.362--UnitOfWork(1139556823)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIC Primary Key> 5 [EL Warning]: 2024-04-17 12:46:54.367--UnitOfWork(1383644269)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIO Primary Key> 9 [EL Warning]: 2024-04-17 12:46:54.369--UnitOfWork(802935635)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIO Primary Key> 9 [EL Warning]: 2024-04-17 12:46:54.374--UnitOfWork(841699338)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIC Primary Key> 6 [EL Warning]: 2024-04-17 12:46:54.376--UnitOfWork(803368825)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIC Primary Key> 6 [EL Warning]: 2024-04-17 12:46:54.381--UnitOfWork(8665482)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIO Primary Key> 4 [EL Warning]: 2024-04-17 12:46:54.383--UnitOfWork(2041582710)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIO Primary Key> 4 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec [EL Info]: 2024-04-17 12:46:54.387--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:46:55.957--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Warning]: 2024-04-17 12:46:56.36--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EVENTCUSTOMER' Error Code: 1051 Call: DROP TABLE EVENTCUSTOMER Query: DataModifyQuery(sql="DROP TABLE EVENTCUSTOMER") [EL Warning]: 2024-04-17 12:46:56.365--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EASSOCIATIONS' Error Code: 1051 Call: DROP TABLE EASSOCIATIONS Query: DataModifyQuery(sql="DROP TABLE EASSOCIATIONS") [EL Warning]: 2024-04-17 12:46:56.369--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EVENTORDER' Error Code: 1051 Call: DROP TABLE EVENTORDER Query: DataModifyQuery(sql="DROP TABLE EVENTORDER") [EL Warning]: 2024-04-17 12:46:56.374--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMAILACC' Error Code: 1051 Call: DROP TABLE EMAILACC Query: DataModifyQuery(sql="DROP TABLE EMAILACC") [EL Warning]: 2024-04-17 12:46:56.377--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EPHONE' Error Code: 1051 Call: DROP TABLE EPHONE Query: DataModifyQuery(sql="DROP TABLE EPHONE") [EL Warning]: 2024-04-17 12:46:56.381--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EADDRESS' Error Code: 1051 Call: DROP TABLE EADDRESS Query: DataModifyQuery(sql="DROP TABLE EADDRESS") [EL Warning]: 2024-04-17 12:46:56.415--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ' Error Code: 1051 Call: DROP TABLE PROJ Query: DataModifyQuery(sql="DROP TABLE PROJ") [EL Warning]: 2024-04-17 12:46:56.422--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJ' Error Code: 1051 Call: DROP TABLE LPROJ Query: DataModifyQuery(sql="DROP TABLE LPROJ") [EL Warning]: 2024-04-17 12:46:56.427--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUDGET' Error Code: 1051 Call: DROP TABLE BUDGET Query: DataModifyQuery(sql="DROP TABLE BUDGET") [EL Warning]: 2024-04-17 12:46:56.445--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TESTTABLE1' Error Code: 1051 Call: DROP TABLE TESTTABLE1 Query: DataModifyQuery(sql="DROP TABLE TESTTABLE1") [EL Warning]: 2024-04-17 12:46:56.979--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SEQTESTTABLE1' Error Code: 1051 Call: DROP TABLE SEQTESTTABLE1 Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE1") [EL Warning]: 2024-04-17 12:46:56.985--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SEQTESTTABLE2' Error Code: 1051 Call: DROP TABLE SEQTESTTABLE2 Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE2") [EL Warning]: 2024-04-17 12:46:57.008--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_EMPLOYEE' Error Code: 1051 Call: DROP TABLE REPORT_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE REPORT_EMPLOYEE") [EL Warning]: 2024-04-17 12:46:57.013--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_HISTORY' Error Code: 1051 Call: DROP TABLE REPORT_HISTORY Query: DataModifyQuery(sql="DROP TABLE REPORT_HISTORY") [EL Warning]: 2024-04-17 12:46:57.019--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BEER' Error Code: 1051 Call: DROP TABLE BEER Query: DataModifyQuery(sql="DROP TABLE BEER") [EL Warning]: 2024-04-17 12:46:57.023--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR' Error Code: 1051 Call: DROP TABLE BAR Query: DataModifyQuery(sql="DROP TABLE BAR") [EL Warning]: 2024-04-17 12:46:57.03--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR_BEER' Error Code: 1051 Call: DROP TABLE BAR_BEER Query: DataModifyQuery(sql="DROP TABLE BAR_BEER") [EL Warning]: 2024-04-17 12:46:57.036--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PERSON' Error Code: 1051 Call: DROP TABLE PERSON Query: DataModifyQuery(sql="DROP TABLE PERSON") [EL Warning]: 2024-04-17 12:46:57.04--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BREWER' Error Code: 1051 Call: DROP TABLE BREWER Query: DataModifyQuery(sql="DROP TABLE BREWER") [EL Warning]: 2024-04-17 12:46:57.058--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERY_OPTION_EMPLOYEE' Error Code: 1051 Call: DROP TABLE QUERY_OPTION_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_EMPLOYEE") [EL Warning]: 2024-04-17 12:46:57.065--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERY_OPTION_HISTORY' Error Code: 1051 Call: DROP TABLE QUERY_OPTION_HISTORY Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_HISTORY") Running IdentityMapTestSuite Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.869 sec Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. [EL Warning]: 2024-04-17 12:47:07.375--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [foofoo] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:07.38--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [ Base org.eclipse.persistence.testing.models.employee.domain.Employee] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] Argument: [2] Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:07.381--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:07.381--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:07.381--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:07.382--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:07.382--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The expression is not a valid expression. Logical operator [ AND ] Relation operator [ = ] Query Key firstName Base org.eclipse.persistence.testing.models.employee.domain.Employee Constant blee Query Key managedEmployees Base org.eclipse.persistence.testing.models.employee.domain.Employee Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:07.448--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [appartments] in expression. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 131, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.218 sec Running ExpressionInMemoryTestSuite [EL Warning]: 2024-04-17 12:47:07.494--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.591--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectB ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.592--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectC ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.594--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=PhoneNumber ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.612--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.693--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.703--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.704--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.727--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.742--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.744--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:07.753--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory Tests run: 165, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.296 sec Running ExpressionSubSelectTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.068 sec Running ExpressionOperatorUnitTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running ExpressionOuterJoinTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec Running ExpressionUnitTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 116, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.072 sec Running QueryFrameworkTestSuite [EL Info]: 2024-04-17 12:47:08.063--ServerSession(277838233)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:08.084--ServerSession(342989681)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Info]: 2024-04-17 12:47:08.147--ServerSession(100477557)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:08.184--ServerSession(211471340)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-04-17 12:47:08.282--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: A reference class must be provided. Query: ReadAllQuery() [EL Warning]: 2024-04-17 12:47:08.283--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: WriteObjectQuery(null) [EL Warning]: 2024-04-17 12:47:08.284--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Refreshing is not possible if the query does not go to the database. Query: ReadAllQuery(referenceClass=Employee ) [EL Info]: 2024-04-17 12:47:08.324--ServerSession(1147774797)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:08.349--ClientSession(143111683)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause' Error Code: 1054 Call: SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = ?) AND (t1.EMP_ID = t0.EMP_ID)) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = ?) AND (t1.EMP_ID = t0.EMP_ID))") [EL Info]: 2024-04-17 12:47:08.351--ServerSession(1496867727)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:08.402--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping type org.eclipse.persistence.mappings.TransformationMapping for attribute normalHours from org.eclipse.persistence.testing.models.employee.domain.Employee is not supported with Query By Example functionality. If the attribute can safely be ignored then add it to the ignore list or set example validation to false in the policy. Query: ReadObjectQuery(referenceClass=Employee ) [EL Info]: 2024-04-17 12:47:08.455--ServerSession(1658992385)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:08.482--ServerSession(78143747)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:08.503--ServerSession(998267801)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:08.537--ServerSession(635404535)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:08.559--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. Objects: [[]] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE") [EL Info]: 2024-04-17 12:47:08.585--DatabaseSessionImpl(678211200)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:08.64--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that is not mapped to query descriptor. Attribute name or Expression: [ Field BAD Base QUERY OBJECT] Wrong field: [BAD] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: UpdateAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:08.645--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The partial attribute nonExistant is not a valid attribute of the class org.eclipse.persistence.testing.models.employee.domain.Employee. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:08.652--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'g' Error Code: 1066 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g") [EL Info]: 2024-04-17 12:47:08.652--ServerSession(918155925)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:08.684--Running checkCustomQueryRaceConditionsInReadAllQuery test. [EL Info]: 2024-04-17 12:47:08.685--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [EL Warning]: query: 2024-04-17 12:47:08.686--DatabaseSessionImpl(1604621845)--ReadAllQuery(referenceClass=Employee ) named null has both join attributes and partial attributes. These two technologies were not designed to work together, result may be unpredictible. [EL Info]: 2024-04-17 12:47:08.712--ServerSession(1203142316)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:08.724--ClientSession(1809678319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'g' Error Code: 1066 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is intended for Oracle databases only. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: NULLS FIRST only supported on Oracle. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Database does not support INTERSECT Tests run: 162, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 0.730 sec Running CacheHitAndInMemoryTestSuite [EL Warning]: 2024-04-17 12:47:08.856--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. Query: ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t2.SALARY, t1.START_TIME, t1.END_TIME, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.MANAGER_ID, t1.VERSION FROM ADDRESS t0, SALARY t2, EMPLOYEE t1 WHERE (((t0.CITY <> ?) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec Running Event Hook Test Suite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec Running OptimisticLockingTestSuite [EL Warning]: 2024-04-17 12:47:08.938--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 713 [EL Warning]: 2024-04-17 12:47:08.941--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 714 [EL Warning]: 2024-04-17 12:47:08.944--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 715 [EL Warning]: 2024-04-17 12:47:08.947--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 716 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running QueryOptimizationTestSuite [EL Warning]: 2024-04-17 12:47:09.097--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] [EL Warning]: 2024-04-17 12:47:09.215--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024-04-17 12:47:09.293--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024-04-17 12:47:09.313--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Query Key id Base org.eclipse.persistence.testing.models.employee.domain.Employee is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:09.313--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Function operator [MAX(, )] Query Key id Base QUERY OBJECT is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) Tests run: 92, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.401 sec Running ReportQueryTestSuite [EL Warning]: 2024-04-17 12:47:09.364--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query item expression [ Query Key normalHours Base QUERY OBJECT]. Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:09.364--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[phoneNumbers]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:09.364--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.ManyToManyMapping[projects]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:09.387--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: ReportQuery result size mismatch. Expecting [2], but retrieved [1] Query: ReportQuery(referenceClass=Employee sql="SELECT F_NAME FROM EMPLOYEE") [EL Warning]: 2024-04-17 12:47:09.389--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConversionException Exception Description: The object [Sarah], of class [class java.lang.String], from mapping [org.eclipse.persistence.mappings.DirectToFieldMapping[id-->EMPLOYEE.EMP_ID]] with descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])], could not be converted to [class java.math.BigDecimal]. Internal Exception: java.lang.NumberFormatException: Character S is neither a decimal digit number, decimal point, nor "e" notation exponential mark. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test does not work on the this platform Tests run: 62, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.077 sec Running Transaction Test Suite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running ReadingThroughWriteConnectionSuite [EL Info]: 2024-04-17 12:47:09.464--ServerSession(1512085123)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:09.503--ServerSession(2135932857)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:09.542--ServerSession(176877731)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:09.577--ServerSession(176877731)--java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.internal.databaseaccess.Accessor.executeCall(org.eclipse.persistence.queries.Call, org.eclipse.persistence.internal.sessions.AbstractRecord, org.eclipse.persistence.internal.sessions.AbstractSession)" because the return value of "org.eclipse.persistence.queries.DatabaseQuery.getAccessor()" is null WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported: Unless the value holder is wrapped, as by a UOW, it will instaniate with the same connection as its parent in cache, the server read connection. [EL Info]: 2024-04-17 12:47:09.579--ServerSession(418909736)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:09.617--ServerSession(1130999156)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:09.653--ServerSession(128052596)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:09.701--ServerSession(4077253)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:09.75--ServerSession(4077253)--java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.internal.databaseaccess.Accessor.executeCall(org.eclipse.persistence.queries.Call, org.eclipse.persistence.internal.sessions.AbstractRecord, org.eclipse.persistence.internal.sessions.AbstractSession)" because the return value of "org.eclipse.persistence.queries.DatabaseQuery.getAccessor()" is null WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported: A client session is not allowed to own the value holders of objects it has read, as they are put in the cache and another could potentially trigger them with your connection. [EL Info]: 2024-04-17 12:47:09.752--ServerSession(2092524029)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:09.811--ServerSession(48554357)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:09.852--ServerSession(1221878786)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.450 sec Running Integrity Checker [EL Info]: 2024-04-17 12:47:09.915--DatabaseSessionImpl(408270917)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 12:47:09.926--DatabaseSessionImpl(408270917)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.mappings.transformers.AttributeTransformer.initialize(org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping)" because "this.attributeTransformer" is null java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.descriptors.ClassDescriptor.shouldAcquireCascadedLocks()" because the return value of "org.eclipse.persistence.mappings.DatabaseMapping.getReferenceDescriptor()" is null [EL Info]: 2024-04-17 12:47:09.928--DatabaseSessionImpl(151425301)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 12:47:09.938--DatabaseSessionImpl(151425301)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.mappings.transformers.AttributeTransformer.initialize(org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping)" because "this.attributeTransformer" is null java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.descriptors.ClassDescriptor.shouldAcquireCascadedLocks()" because the return value of "org.eclipse.persistence.mappings.DatabaseMapping.getReferenceDescriptor()" is null [EL Info]: 2024-04-17 12:47:09.949--DatabaseSessionImpl(1741280567)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 12:47:09.99--DatabaseSessionImpl(1741280567)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-141] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [FNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [LNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [AREACODE] is not present in the table [PHONE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [PCODE] is not present in the table [ADDRESS] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Address --> [DatabaseTable(ADDRESS)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [BUDGE] is not present in the table [LPROJECT] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.LargeProject --> [DatabaseTable(PROJECT), DatabaseTable(LPROJECT)]) Runtime Exceptions: --------------------------------------------------------- [EL Info]: 2024-04-17 12:47:09.991--DatabaseSessionImpl(1630272343)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec Running ExceptionHandler [EL Warning]: 2024-04-17 12:47:10.003--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [ Query Key addres Base org.eclipse.persistence.testing.models.employee.domain.Employee] in expression. Query: ReadObjectQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:10.006--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.bad' doesn't exist Error Code: 1146 Call: select * from bad Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running Message Logging Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running Fielded Message Logging [EL Fine]: 2024-04-17 12:47:10.029--Thread(Thread[main,5,main])--Time {0.5HR} [EL Fine]: 2024-04-17 12:47:10.029--Thread(Thread[main,5,main])--cmp_init_transformer_is_null Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running NullValueTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running MiscellaneousTests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test requires MSAccess or another database that will accept a null password [EL Info]: 2024-04-17 12:47:10.041--DatabaseSessionImpl(684641815)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.065--DatabaseSessionImpl(684641815)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.076--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.087--DatabaseSessionImpl(2118538972)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.097--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.076 sec Running JNDIConnectionTestSuite [EL Info]: 2024-04-17 12:47:10.114--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.125--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running CustomSequenceTestSuite [EL Warning]: 2024-04-17 12:47:10.137--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.NEW_SEQUENCE' Error Code: 1051 Call: DROP TABLE NEW_SEQUENCE Query: DataModifyQuery(sql="DROP TABLE NEW_SEQUENCE") Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running SequenceTestSuite [EL Info]: 2024-04-17 12:47:10.224--ServerSession(852671380)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.254--ServerSession(875073603)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.277--ServerSession(2075113762)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.337--DatabaseSessionImpl(1928793617)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.355--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:10.365--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [2 parameters bound] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?") [EL Info]: 2024-04-17 12:47:10.365--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.374--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:10.384--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40 Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40") [EL Info]: 2024-04-17 12:47:10.385--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:10.398--UnitOfWork(1275123735)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Field 'PKEY' doesn't have a default value Error Code: 1364 Call: INSERT INTO SEQTESTTABLE1 (FIRST_) VALUES (?) bind => [1 parameter bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.sequencing.SeqTestClass1@1d1e0f6e) Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec Running CopyingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running QueryOptionTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running QueryRepreparationTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running DatabaseLoginCodeCoverageTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running Instantiation Policy Test Suite [EL Info]: 2024-04-17 12:47:10.475--DatabaseSessionImpl(458349371)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.489--DatabaseSessionImpl(1797478167)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.509--DatabaseSessionImpl(622132005)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.521--DatabaseSessionImpl(2049079655)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 12:47:10.531--DatabaseSessionImpl(2049079655)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-63] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance creation method [org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor], with no parameters, does not exist, or is not accessible. Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor() Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Method.toString()" because the return value of "org.eclipse.persistence.internal.descriptors.InstantiationPolicy.getMethod()" is null Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec Running SessionCacheTestSuite [EL Warning]: 2024-04-17 12:47:10.532--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-04-17 12:47:10.532--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-04-17 12:47:10.532--DatabaseSessionImpl(1604621845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT Tests run: 2, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.006 sec Running Session API Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-04-17 12:47:10.538--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.552--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.565--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.576--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.608--DatabaseSessionImpl(1604621845)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:10.62--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:12.041--DatabaseSessionImpl(930337389)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") Running IdentityMapTestSuite Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.710 sec Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. [EL Warning]: 2024-04-17 12:47:23.069--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [foofoo] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:23.069--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [ Base org.eclipse.persistence.testing.models.employee.domain.Employee] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] Argument: [2] Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:23.07--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:23.07--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:23.07--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:23.07--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:23.071--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The expression is not a valid expression. Logical operator [ AND ] Relation operator [ = ] Query Key firstName Base org.eclipse.persistence.testing.models.employee.domain.Employee Constant blee Query Key managedEmployees Base org.eclipse.persistence.testing.models.employee.domain.Employee Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:23.132--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [appartments] in expression. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 131, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.180 sec Running ExpressionInMemoryTestSuite [EL Warning]: 2024-04-17 12:47:23.165--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.229--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectB ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.23--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectC ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.231--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=PhoneNumber ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.243--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.308--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.317--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.317--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.343--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.36--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.362--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024-04-17 12:47:23.371--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory Tests run: 165, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.245 sec Running ExpressionSubSelectTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.065 sec Running ExpressionOperatorUnitTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ExpressionOuterJoinTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec Running ExpressionUnitTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 116, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.073 sec Running QueryFrameworkTestSuite [EL Info]: 2024-04-17 12:47:23.68--ServerSession(1922347102)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:23.7--ServerSession(1567127499)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Info]: 2024-04-17 12:47:23.745--ServerSession(208393663)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:23.779--ServerSession(1667793770)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-04-17 12:47:23.852--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: A reference class must be provided. Query: ReadAllQuery() [EL Warning]: 2024-04-17 12:47:23.852--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: WriteObjectQuery(null) [EL Warning]: 2024-04-17 12:47:23.862--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Refreshing is not possible if the query does not go to the database. Query: ReadAllQuery(referenceClass=Employee ) [EL Info]: 2024-04-17 12:47:23.9--ServerSession(782713144)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:23.927--ClientSession(1609999962)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause' Error Code: 1054 Call: SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = 'Jill') AND (t1.EMP_ID = t0.EMP_ID)) Query: ReadAllQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = ?) AND (t1.EMP_ID = t0.EMP_ID))") [EL Info]: 2024-04-17 12:47:23.928--ServerSession(342673468)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:23.966--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping type org.eclipse.persistence.mappings.TransformationMapping for attribute normalHours from org.eclipse.persistence.testing.models.employee.domain.Employee is not supported with Query By Example functionality. If the attribute can safely be ignored then add it to the ignore list or set example validation to false in the policy. Query: ReadObjectQuery(referenceClass=Employee ) [EL Info]: 2024-04-17 12:47:24.014--ServerSession(598650079)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:24.037--ServerSession(636332504)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:24.062--ServerSession(1584848671)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:24.083--ServerSession(1508558915)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:24.105--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. Objects: [[]] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE") [EL Info]: 2024-04-17 12:47:24.129--DatabaseSessionImpl(1300056051)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:24.177--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that is not mapped to query descriptor. Attribute name or Expression: [ Field BAD Base QUERY OBJECT] Wrong field: [BAD] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: UpdateAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:24.181--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The partial attribute nonExistant is not a valid attribute of the class org.eclipse.persistence.testing.models.employee.domain.Employee. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:24.186--DatabaseSessionImpl(930337389)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'g' Error Code: 1066 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g") [EL Info]: 2024-04-17 12:47:24.186--ServerSession(1343880141)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:24.215--Running checkCustomQueryRaceConditionsInReadAllQuery test. [EL Info]: 2024-04-17 12:47:24.216--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [EL Warning]: query: 2024-04-17 12:47:24.216--DatabaseSessionImpl(930337389)--ReadAllQuery(referenceClass=Employee ) named null has both join attributes and partial attributes. These two technologies were not designed to work together, result may be unpredictible. [EL Info]: 2024-04-17 12:47:24.236--ServerSession(1447747117)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:24.246--ClientSession(844967166)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'g' Error Code: 1066 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is intended for Oracle databases only. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: NULLS FIRST only supported on Oracle. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Database does not support INTERSECT Tests run: 162, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 0.627 sec Running CacheHitAndInMemoryTestSuite [EL Warning]: 2024-04-17 12:47:24.348--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. Query: ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t2.SALARY, t1.START_TIME, t1.END_TIME, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.MANAGER_ID, t1.VERSION FROM ADDRESS t0, SALARY t2, EMPLOYEE t1 WHERE (((t0.CITY <> ?) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec Running Event Hook Test Suite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running OptimisticLockingTestSuite [EL Warning]: 2024-04-17 12:47:24.412--DatabaseSessionImpl(930337389)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,113 [EL Warning]: 2024-04-17 12:47:24.415--DatabaseSessionImpl(930337389)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,114 [EL Warning]: 2024-04-17 12:47:24.419--DatabaseSessionImpl(930337389)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,115 [EL Warning]: 2024-04-17 12:47:24.422--DatabaseSessionImpl(930337389)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,116 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running QueryOptimizationTestSuite [EL Warning]: 2024-04-17 12:47:24.571--DatabaseSessionImpl(930337389)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] [EL Warning]: 2024-04-17 12:47:24.682--DatabaseSessionImpl(930337389)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024-04-17 12:47:24.762--DatabaseSessionImpl(930337389)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024-04-17 12:47:24.768--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Query Key id Base org.eclipse.persistence.testing.models.employee.domain.Employee is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:24.769--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Function operator [MAX(, )] Query Key id Base QUERY OBJECT is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) Tests run: 92, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.380 sec Running ReportQueryTestSuite [EL Warning]: 2024-04-17 12:47:24.813--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query item expression [ Query Key normalHours Base QUERY OBJECT]. Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:24.813--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[phoneNumbers]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:24.814--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.ManyToManyMapping[projects]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:24.83--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: ReportQuery result size mismatch. Expecting [2], but retrieved [1] Query: ReportQuery(referenceClass=Employee sql="SELECT F_NAME FROM EMPLOYEE") [EL Warning]: 2024-04-17 12:47:24.831--DatabaseSessionImpl(930337389)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConversionException Exception Description: The object [Charles], of class [class java.lang.String], from mapping [org.eclipse.persistence.mappings.DirectToFieldMapping[id-->EMPLOYEE.EMP_ID]] with descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])], could not be converted to [class java.math.BigDecimal]. Internal Exception: java.lang.NumberFormatException: Character C is neither a decimal digit number, decimal point, nor "e" notation exponential mark. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test does not work on the this platform Tests run: 62, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.059 sec Running Transaction Test Suite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running ReadingThroughWriteConnectionSuite [EL Info]: 2024-04-17 12:47:24.897--ServerSession(1877009577)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:24.946--ServerSession(630325404)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:24.979--ServerSession(1676118760)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:25.009--ServerSession(1676118760)--java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.internal.databaseaccess.Accessor.executeCall(org.eclipse.persistence.queries.Call, org.eclipse.persistence.internal.sessions.AbstractRecord, org.eclipse.persistence.internal.sessions.AbstractSession)" because the return value of "org.eclipse.persistence.queries.DatabaseQuery.getAccessor()" is null WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported: Unless the value holder is wrapped, as by a UOW, it will instaniate with the same connection as its parent in cache, the server read connection. [EL Info]: 2024-04-17 12:47:25.01--ServerSession(2083150349)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.044--ServerSession(853068810)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.082--ServerSession(1334706336)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.115--ServerSession(1849097080)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:25.147--ServerSession(1849097080)--java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.internal.databaseaccess.Accessor.executeCall(org.eclipse.persistence.queries.Call, org.eclipse.persistence.internal.sessions.AbstractRecord, org.eclipse.persistence.internal.sessions.AbstractSession)" because the return value of "org.eclipse.persistence.queries.DatabaseQuery.getAccessor()" is null WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported: A client session is not allowed to own the value holders of objects it has read, as they are put in the cache and another could potentially trigger them with your connection. [EL Info]: 2024-04-17 12:47:25.148--ServerSession(2033266940)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.196--ServerSession(593019409)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.246--ServerSession(1913999692)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.409 sec Running Integrity Checker [EL Info]: 2024-04-17 12:47:25.306--DatabaseSessionImpl(1157283415)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 12:47:25.317--DatabaseSessionImpl(1157283415)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.mappings.transformers.AttributeTransformer.initialize(org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping)" because "this.attributeTransformer" is null java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.descriptors.ClassDescriptor.shouldAcquireCascadedLocks()" because the return value of "org.eclipse.persistence.mappings.DatabaseMapping.getReferenceDescriptor()" is null [EL Info]: 2024-04-17 12:47:25.318--DatabaseSessionImpl(784605324)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 12:47:25.327--DatabaseSessionImpl(784605324)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.mappings.transformers.AttributeTransformer.initialize(org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping)" because "this.attributeTransformer" is null java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.descriptors.ClassDescriptor.shouldAcquireCascadedLocks()" because the return value of "org.eclipse.persistence.mappings.DatabaseMapping.getReferenceDescriptor()" is null [EL Info]: 2024-04-17 12:47:25.337--DatabaseSessionImpl(681143890)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 12:47:25.38--DatabaseSessionImpl(681143890)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-141] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [FNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [LNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [AREACODE] is not present in the table [PHONE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [PCODE] is not present in the table [ADDRESS] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Address --> [DatabaseTable(ADDRESS)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [BUDGE] is not present in the table [LPROJECT] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.LargeProject --> [DatabaseTable(PROJECT), DatabaseTable(LPROJECT)]) Runtime Exceptions: --------------------------------------------------------- [EL Info]: 2024-04-17 12:47:25.381--DatabaseSessionImpl(1879090697)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec Running ExceptionHandler [EL Warning]: 2024-04-17 12:47:25.391--DatabaseSessionImpl(930337389)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [ Query Key addres Base org.eclipse.persistence.testing.models.employee.domain.Employee] in expression. Query: ReadObjectQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:47:25.393--DatabaseSessionImpl(930337389)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.bad' doesn't exist Error Code: 1146 Call: select * from bad Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running Message Logging Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running Fielded Message Logging [EL Fine]: 2024-04-17 12:47:25.413--Thread(Thread[main,5,main])--Time {0.5HR} [EL Fine]: 2024-04-17 12:47:25.413--Thread(Thread[main,5,main])--cmp_init_transformer_is_null Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running NullValueTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running MiscellaneousTests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test requires MSAccess or another database that will accept a null password [EL Info]: 2024-04-17 12:47:25.422--DatabaseSessionImpl(342083757)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.442--DatabaseSessionImpl(342083757)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.452--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.461--DatabaseSessionImpl(774123587)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.47--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.062 sec Running JNDIConnectionTestSuite [EL Info]: 2024-04-17 12:47:25.48--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.489--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running CustomSequenceTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running SequenceTestSuite [EL Info]: 2024-04-17 12:47:25.573--ServerSession(1479557064)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.598--ServerSession(828857265)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.625--ServerSession(1325349830)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.684--DatabaseSessionImpl(295273437)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.704--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:25.714--DatabaseSessionImpl(930337389)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + 50 WHERE SEQ_NAME = 'SEQTESTCLASS2_SEQ' Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?") [EL Info]: 2024-04-17 12:47:25.714--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.725--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:25.734--DatabaseSessionImpl(930337389)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40 Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40") [EL Info]: 2024-04-17 12:47:25.735--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:25.75--UnitOfWork(2106812355)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Field 'PKEY' doesn't have a default value Error Code: 1364 Call: INSERT INTO SEQTESTTABLE1 (FIRST_) VALUES ('aTestValue') Query: InsertObjectQuery(org.eclipse.persistence.testing.models.sequencing.SeqTestClass1@486ec211) Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec Running CopyingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running QueryOptionTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running QueryRepreparationTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running DatabaseLoginCodeCoverageTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running Instantiation Policy Test Suite [EL Info]: 2024-04-17 12:47:25.834--DatabaseSessionImpl(633313565)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.846--DatabaseSessionImpl(1951762930)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.856--DatabaseSessionImpl(782854202)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.866--DatabaseSessionImpl(1463361810)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 12:47:25.875--DatabaseSessionImpl(1463361810)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-63] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance creation method [org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor], with no parameters, does not exist, or is not accessible. Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor() Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Method.toString()" because the return value of "org.eclipse.persistence.internal.descriptors.InstantiationPolicy.getMethod()" is null Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running SessionCacheTestSuite [EL Warning]: 2024-04-17 12:47:25.876--DatabaseSessionImpl(930337389)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-04-17 12:47:25.877--DatabaseSessionImpl(930337389)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024-04-17 12:47:25.877--DatabaseSessionImpl(930337389)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT Tests run: 2, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.006 sec Running Session API Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-04-17 12:47:25.882--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.896--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.914--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.932--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.966--DatabaseSessionImpl(930337389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:25.977--DatabaseSessionImpl(498177314)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.079 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running AnySessionsTestSuite [EL Info]: 2024-04-17 12:47:27.599--ServerSession(1912759041)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:27.631--SessionBroker(1571383573)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-04-17 12:47:27.632--ServerSession(1633728372)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:27.659--ServerSession(1499325690)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:27.682--SessionBroker(421410340)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-04-17 12:47:27.682--ServerSession(841126926)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:27.72--ServerSession(418212612)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:27.749--SessionBroker(166850677)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-04-17 12:47:27.75--ServerSession(1750924072)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:27.776--ServerSession(561822941)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:27.806--ServerSession(1267206883)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:27.828--ServerSession(2044503806)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:27.849--ServerSession(626854991)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:27.872--ServerSession(430189014)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:27.895--ServerSession(406582341)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running FlashbackUnitTestSuite [EL Warning]: 2024-04-17 12:47:27.941--HistoricalSession(67128131)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: You may not execute a WriteQuery from inside a read-only HistoricalSession. To restore past objects, try the following: read the same object as it is now with a UnitOfWork and commit the UnitOfWork. Query: WriteObjectQuery(Employee: ) [EL Warning]: 2024-04-17 12:47:27.947--DatabaseSessionImpl(498177314)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Executing this query could violate the integrity of the global session cache which must contain only the latest versions of objects. In order to execute a query that returns objects as of a past time, try one of the following: Use a HistoricalSession (acquireSessionAsOf), all objects read will be cached and automatically read as of the same time. This will apply even to triggering object relationships. Set shouldMaintainCache to false. You may make any object expression as of a past time, provided none of its fields are represented in the result set (i.e. used only in the where clause). Query: ReadAllQuery(referenceClass=Employee ) Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2024-04-17 12:47:28.172--DatabaseSessionImpl(615788190)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:28.364--DatabaseSessionImpl(532056719)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.065 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running AnySessionsTestSuite [EL Info]: 2024-04-17 12:47:30.012--ServerSession(1556261389)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:30.038--SessionBroker(1696629001)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-04-17 12:47:30.039--ServerSession(482228957)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:30.065--ServerSession(551348497)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:30.089--SessionBroker(1561390511)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-04-17 12:47:30.09--ServerSession(210819966)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:30.115--ServerSession(1297080348)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:30.14--SessionBroker(1333107873)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-04-17 12:47:30.141--ServerSession(983725790)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:30.163--ServerSession(1344681942)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:30.187--ServerSession(1924592894)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:30.225--ServerSession(781115411)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:30.252--ServerSession(861679281)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:30.288--ServerSession(901461317)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:30.313--ServerSession(956833679)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running FlashbackUnitTestSuite [EL Warning]: 2024-04-17 12:47:30.362--HistoricalSession(906265197)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: You may not execute a WriteQuery from inside a read-only HistoricalSession. To restore past objects, try the following: read the same object as it is now with a UnitOfWork and commit the UnitOfWork. Query: WriteObjectQuery(Employee: ) [EL Warning]: 2024-04-17 12:47:30.367--DatabaseSessionImpl(532056719)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Executing this query could violate the integrity of the global session cache which must contain only the latest versions of objects. In order to execute a query that returns objects as of a past time, try one of the following: Use a HistoricalSession (acquireSessionAsOf), all objects read will be cached and automatically read as of the same time. This will apply even to triggering object relationships. Set shouldMaintainCache to false. You may make any object expression as of a past time, provided none of its fields are represented in the result set (i.e. used only in the where clause). Query: ReadAllQuery(referenceClass=Employee ) Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2024-04-17 12:47:30.587--DatabaseSessionImpl(228004175)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:30.781--DatabaseSessionImpl(444725443)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.067 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running AnySessionsTestSuite [EL Info]: 2024-04-17 12:47:32.973--ServerSession(565346242)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:32.999--SessionBroker(2074281397)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-04-17 12:47:33.0--ServerSession(1911839022)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:33.025--ServerSession(170121421)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:33.048--SessionBroker(1842064961)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-04-17 12:47:33.048--ServerSession(2127969736)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:33.072--ServerSession(1618097189)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:33.095--SessionBroker(1188052124)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024-04-17 12:47:33.096--ServerSession(1669024447)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:33.119--ServerSession(1314357687)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:33.14--ServerSession(1225455139)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:33.16--ServerSession(1701677322)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:33.181--ServerSession(1749429225)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:33.206--ServerSession(1854019386)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:33.23--ServerSession(2031443053)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running FlashbackUnitTestSuite [EL Warning]: 2024-04-17 12:47:33.279--HistoricalSession(1543953189)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: You may not execute a WriteQuery from inside a read-only HistoricalSession. To restore past objects, try the following: read the same object as it is now with a UnitOfWork and commit the UnitOfWork. Query: WriteObjectQuery(Employee: ) [EL Warning]: 2024-04-17 12:47:33.284--DatabaseSessionImpl(444725443)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Executing this query could violate the integrity of the global session cache which must contain only the latest versions of objects. In order to execute a query that returns objects as of a past time, try one of the following: Use a HistoricalSession (acquireSessionAsOf), all objects read will be cached and automatically read as of the same time. This will apply even to triggering object relationships. Set shouldMaintainCache to false. You may make any object expression as of a past time, provided none of its fields are represented in the result set (i.e. used only in the where clause). Query: ReadAllQuery(referenceClass=Employee ) Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2024-04-17 12:47:33.517--DatabaseSessionImpl(1148367179)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:33.69--DatabaseSessionImpl(852798843)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:35.089--DatabaseSessionImpl(1552397444)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:35.097--DatabaseSessionImpl(1319555577)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running InheritanceDuplicateFieldTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running InheritanceReadObjectTestSuite Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running InheritanceReadAllTestSuite Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running InheritanceDeleteObjectTestSuite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running InheritanceInsertObjectTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec Running InheritanceUpdateObjectTestSuite Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running InheritanceUnitOfWorkTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running InheritanceUnitOfWorkCommitResumeTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running Deep Inheritance Tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running TranslatedKeyInheritance Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running SingleInheritanceTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [EL Info]: 2024-04-17 12:47:36.02--DatabaseSessionImpl(66035013)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running InsuranceReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running InsuranceReadAllTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running InsuranceInsertObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running InsuranceUpdateObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running InsuranceDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running InsuranceDeletePrivateOwnedTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec [EL Info]: 2024-04-17 12:47:36.289--DatabaseSessionImpl(311470827)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:36.297--DatabaseSessionImpl(311470827)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:36.306--DatabaseSessionImpl(1184094435)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:36.317--DatabaseSessionImpl(1184094435)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_PROG' Error Code: 1051 Call: DROP TABLE TV_PROG Query: DataModifyQuery(sql="DROP TABLE TV_PROG") [EL Warning]: 2024-04-17 12:47:36.324--DatabaseSessionImpl(1184094435)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_NET' Error Code: 1051 Call: DROP TABLE TV_NET Query: DataModifyQuery(sql="DROP TABLE TV_NET") [EL Warning]: 2024-04-17 12:47:36.329--DatabaseSessionImpl(1184094435)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_SCED' Error Code: 1051 Call: DROP TABLE TV_SCED Query: DataModifyQuery(sql="DROP TABLE TV_SCED") [EL Warning]: 2024-04-17 12:47:36.334--DatabaseSessionImpl(1184094435)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_SCPG' Error Code: 1051 Call: DROP TABLE TV_SCPG Query: DataModifyQuery(sql="DROP TABLE TV_SCPG") Running InterfaceWithTablesReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running InterfaceWithTablesReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running InterfaceWithTablesDeleteObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running InserfaceWithTablesInsertObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running InterfaceWithTablesUpdateObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [EL Info]: 2024-04-17 12:47:36.36--DatabaseSessionImpl(958553724)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:36.377--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SECRTRY' Error Code: 1051 Call: DROP TABLE SECRTRY Query: DataModifyQuery(sql="DROP TABLE SECRTRY") [EL Warning]: 2024-04-17 12:47:36.382--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RECEP' Error Code: 1051 Call: DROP TABLE RECEP Query: DataModifyQuery(sql="DROP TABLE RECEP") [EL Warning]: 2024-04-17 12:47:36.387--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PRD_MGR' Error Code: 1051 Call: DROP TABLE PRD_MGR Query: DataModifyQuery(sql="DROP TABLE PRD_MGR") [EL Warning]: 2024-04-17 12:47:36.391--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PER_MGR' Error Code: 1051 Call: DROP TABLE PER_MGR Query: DataModifyQuery(sql="DROP TABLE PER_MGR") [EL Warning]: 2024-04-17 12:47:36.395--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PRD_DEV' Error Code: 1051 Call: DROP TABLE PRD_DEV Query: DataModifyQuery(sql="DROP TABLE PRD_DEV") [EL Warning]: 2024-04-17 12:47:36.401--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CRS_DEV' Error Code: 1051 Call: DROP TABLE CRS_DEV Query: DataModifyQuery(sql="DROP TABLE CRS_DEV") [EL Warning]: 2024-04-17 12:47:36.405--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEV_JOB' Error Code: 1051 Call: DROP TABLE DEV_JOB Query: DataModifyQuery(sql="DROP TABLE DEV_JOB") [EL Warning]: 2024-04-17 12:47:36.409--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ADM_JOB' Error Code: 1051 Call: DROP TABLE ADM_JOB Query: DataModifyQuery(sql="DROP TABLE ADM_JOB") [EL Warning]: 2024-04-17 12:47:36.413--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_EMP' Error Code: 1051 Call: DROP TABLE INT_EMP Query: DataModifyQuery(sql="DROP TABLE INT_EMP") [EL Warning]: 2024-04-17 12:47:36.418--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_CMP' Error Code: 1051 Call: DROP TABLE INT_CMP Query: DataModifyQuery(sql="DROP TABLE INT_CMP") [EL Warning]: 2024-04-17 12:47:36.422--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_EML' Error Code: 1051 Call: DROP TABLE INT_EML Query: DataModifyQuery(sql="DROP TABLE INT_EML") [EL Warning]: 2024-04-17 12:47:36.427--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_PHN' Error Code: 1051 Call: DROP TABLE INT_PHN Query: DataModifyQuery(sql="DROP TABLE INT_PHN") [EL Warning]: 2024-04-17 12:47:36.431--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_COMP' Error Code: 1051 Call: DROP TABLE INT_COMP Query: DataModifyQuery(sql="DROP TABLE INT_COMP") [EL Warning]: 2024-04-17 12:47:36.435--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_VEH' Error Code: 1051 Call: DROP TABLE INT_VEH Query: DataModifyQuery(sql="DROP TABLE INT_VEH") [EL Warning]: 2024-04-17 12:47:36.439--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACTOR' Error Code: 1051 Call: DROP TABLE ACTOR Query: DataModifyQuery(sql="DROP TABLE ACTOR") [EL Warning]: 2024-04-17 12:47:36.443--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DOCUMENTARY' Error Code: 1051 Call: DROP TABLE DOCUMENTARY Query: DataModifyQuery(sql="DROP TABLE DOCUMENTARY") [EL Warning]: 2024-04-17 12:47:36.448--DatabaseSessionImpl(958553724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.FILM' Error Code: 1051 Call: DROP TABLE FILM Query: DataModifyQuery(sql="DROP TABLE FILM") Running InterfaceWithoutTablesReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running InterfaceWithoutTablesReadAllTestSuite [EL Warning]: 2024-04-17 12:47:36.533--DatabaseSessionImpl(958553724)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. Query: ReadAllQuery(referenceClass=Employee sql="SELECT ID, NAME, ASSET_ID, ASSET_TYPE, ASSET2_ID, ASSET2_TYPE, CON_ID, CONTACT_TYPE, SEC_CON_ID, SEC_CONTACT_TYPE FROM INT_EMP") Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running InterfaceWithoutTablesDeleteObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running InserfaceWithoutTablesInsertObjectTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running InterfaceWithoutTablesUpdateObjectTestSuite Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running InterfaceWithoutTablesVariable1To1TestSuite [EL Warning]: 2024-04-17 12:47:36.616--DatabaseSessionImpl(958553724)--Exception [EclipseLink-6072] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Querying across a VariableOneToOneMapping is not supported. Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.interfaces.Employee --> [DatabaseTable(INT_EMP)])] Mapping: [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] Query: ReadObjectQuery(referenceClass=Employee ) Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running InterfaceWithoutTablesManyDescriptorTestSuite [EL Info]: 2024-04-17 12:47:36.654--DatabaseSessionImpl(1252165575)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:36.666--DatabaseSessionImpl(958553724)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [EL Info]: 2024-04-17 12:47:36.674--DatabaseSessionImpl(803892475)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This model is intended for Oracle databases only. WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: 2024-04-17 12:47:36.942--DatabaseSessionImpl(803892475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CACH_LCK' Error Code: 1051 Call: DROP TABLE CACH_LCK Query: DataModifyQuery(sql="DROP TABLE CACH_LCK") [EL Warning]: 2024-04-17 12:47:36.947--DatabaseSessionImpl(803892475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OBJ_LCK' Error Code: 1051 Call: DROP TABLE OBJ_LCK Query: DataModifyQuery(sql="DROP TABLE OBJ_LCK") [EL Warning]: 2024-04-17 12:47:36.951--DatabaseSessionImpl(803892475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSO_LCK' Error Code: 1051 Call: DROP TABLE TSO_LCK Query: DataModifyQuery(sql="DROP TABLE TSO_LCK") [EL Warning]: 2024-04-17 12:47:36.956--DatabaseSessionImpl(803892475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSAO_LCK' Error Code: 1051 Call: DROP TABLE TSAO_LCK Query: DataModifyQuery(sql="DROP TABLE TSAO_LCK") [EL Warning]: 2024-04-17 12:47:36.961--DatabaseSessionImpl(803892475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AO_LCK' Error Code: 1051 Call: DROP TABLE AO_LCK Query: DataModifyQuery(sql="DROP TABLE AO_LCK") [EL Warning]: 2024-04-17 12:47:36.966--DatabaseSessionImpl(803892475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSC_LCK' Error Code: 1051 Call: DROP TABLE TSC_LCK Query: DataModifyQuery(sql="DROP TABLE TSC_LCK") [EL Warning]: 2024-04-17 12:47:36.972--DatabaseSessionImpl(803892475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHNG_ROW' Error Code: 1051 Call: DROP TABLE CHNG_ROW Query: DataModifyQuery(sql="DROP TABLE CHNG_ROW") [EL Warning]: 2024-04-17 12:47:36.976--DatabaseSessionImpl(803892475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OL_ITEM' Error Code: 1051 Call: DROP TABLE OL_ITEM Query: DataModifyQuery(sql="DROP TABLE OL_ITEM") [EL Warning]: 2024-04-17 12:47:36.981--DatabaseSessionImpl(803892475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OL_HOLDER' Error Code: 1051 Call: DROP TABLE OL_HOLDER Query: DataModifyQuery(sql="DROP TABLE OL_HOLDER") Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running BatchWriteTests Native batch writing is not supported on this database. [EL Warning]: 2024-04-17 12:47:37.451--UnitOfWork(1214089924)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Not unique table/alias: 'b' Error Code: 1066 Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-04-17 12:47:37.453--UnitOfWork(1123749509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Not unique table/alias: 'b' Error Code: 1066 Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-04-17 12:47:37.454--UnitOfWork(507310690)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (f_name, emp_id, version) SELECT 'first', 9780, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (f_name, emp_id, version) SELECT 'first', 9780, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-04-17 12:47:37.456--UnitOfWork(157655183)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 9790, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 9790, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-04-17 12:47:37.457--UnitOfWork(565200591)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 9800, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 9800, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. QueryTimeoutBatch test completed without timeout. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running OptimisticLockingTestSuite Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running CascadeOptimisticLockingTestSuite [EL Info]: 2024-04-17 12:47:37.516--DatabaseSessionImpl(1687132813)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec [EL Info]: 2024-04-17 12:47:37.527--DatabaseSessionImpl(223621695)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running JPQLUnitTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec Running JPQLSimpleTestSuite [EL Warning]: 2024-04-17 12:47:38.68--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow Employee emp]. [36, 36] A select statement must have a FROM clause. [EL Info]: 2024-04-17 12:47:39.001--ServerSession(776718657)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.289 sec Running JPQLSimpleTestSuite [EL Warning]: 2024-04-17 12:47:39.886--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow Employee emp]. [36, 36] A select statement must have a FROM clause. [EL Info]: 2024-04-17 12:47:40.089--ServerSession(1005715186)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.003 sec Running JPQLComplexTestSuite Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 sec Running JPQLSimpleSelectTestSuite [EL Warning]: 2024-04-17 12:47:40.975--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow AccountBean account]. [43, 43] A select statement must have a FROM clause. Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec Running JPQLComplexSelectTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec Running JPQLValidationTestSuite [EL Warning]: 2024-04-17 12:47:41.289--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT FROM EMPLOYEE emp]. [7, 7] The select expression is missing from the SELECT clause. [EL Warning]: 2024-04-17 12:47:41.291--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT OBJECT(i) FROM Integer i WHERE i.city = "Ottawa"]. [22, 29] The abstract schema type 'Integer' is unknown. [38, 44] The state field path 'i.city' cannot be resolved to a valid type. [EL Warning]: 2024-04-17 12:47:41.292--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT OBJECT(nullRoot) FROM Employee emp WHERE emp.firstName = "Fred"]. [14, 22] The identification variable 'nullRoot' is not defined in the FROM clause. [EL Warning]: 2024-04-17 12:47:41.292--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROW Employee emp]. [36, 36] A select statement must have a FROM clause. [EL Warning]: 2024-04-17 12:47:41.292--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName == "Fred"]. [59, 59] A comparison expression must define the left side of the comparison. [EL Warning]: 2024-04-17 12:47:41.293--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" AND 1]. [70, 71] The right expression is not a valid expression. [EL Warning]: 2024-04-17 12:47:41.293--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" OR "Freda"]. [69, 76] The right expression is not a valid expression. [EL Warning]: 2024-04-17 12:47:41.293--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SLEECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" OR "Freda"]. [0, 76] The query does not start with a valid identifier, has to be either SELECT, UPDATE or DELETE FROM. [EL Warning]: 2024-04-17 12:47:41.293--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [OBJECT(emp) FROM Employee emp]. [0, 29] The query does not start with a valid identifier, has to be either SELECT, UPDATE or DELETE FROM. [EL Warning]: 2024-04-17 12:47:41.294--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT OBJECT(emp) FROM Employee employee WHERE emp.firstName = "Fred"]. [48, 61] The state field path 'emp.firstName' cannot be resolved to a valid type. [14, 17] The identification variable 'emp' is not defined in the FROM clause. [48, 51] The identification variable 'emp' is not defined in the FROM clause. [EL Warning]: 2024-04-17 12:47:41.294--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [FROM Employee WHERE firstName = ?1]. [14, 14] An identification variable must be provided for a range variable declaration. [EL Warning]: 2024-04-17 12:47:41.297--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(+emp1) FROM Employee +emp1]. [14, 19] The encapsulated expression is not a valid expression. [35, 36] The FROM clause has 'Employee +' and 'emp1' that are not separated by a comma. [35, 36] The identification variable '+' cannot be a reserved word. [40, 40] An identification variable must be provided for a range variable declaration. [EL Warning]: 2024-04-17 12:47:41.297--DatabaseSessionImpl(223621695)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp 1) FROM Employee emp 1]. [19, 19] A select statement must have a FROM clause. [17, 17] The right parenthesis is missing from the OBJECT expression. [18, 19] The identification variable '1' is not following the rules for a Java identifier. [19, 40] The query contains a malformed ending. [EL Warning]: 2024-04-17 12:47:41.315--DatabaseSessionImpl(223621695)--Exception [EclipseLink-6094] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The parameter name [2] in the query's selection criteria does not match any parameter name defined in the query. Query: ReadAllQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.ADDR_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID))") Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [EL Info]: 2024-04-17 12:47:41.319--DatabaseSessionImpl(1343457451)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running LegacyReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running LegacyReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running LegacyDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running LegacyInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec Running LegacyUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec [EL Info]: 2024-04-17 12:47:41.812--DatabaseSessionImpl(1928627089)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:47:41.832--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_ENT_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.838--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_MAP_REL' Error Code: 1051 Call: DROP TABLE DIR_ENT_MAP_REL Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_MAP_REL") [EL Warning]: 2024-04-17 12:47:41.842--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_ENT_1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_1M_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.845--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE ENT_MAP_VALUE") [EL Warning]: 2024-04-17 12:47:41.849--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_ENT_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.853--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_MAP_REL' Error Code: 1051 Call: DROP TABLE AGG_ENT_MAP_REL Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_MAP_REL") [EL Warning]: 2024-04-17 12:47:41.856--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_ENT_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.86--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_MAP_REL' Error Code: 1051 Call: DROP TABLE ENT_ENT_MAP_REL Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_MAP_REL") [EL Warning]: 2024-04-17 12:47:41.863--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_MAP_KEY' Error Code: 1051 Call: DROP TABLE ENT_MAP_KEY Query: DataModifyQuery(sql="DROP TABLE ENT_MAP_KEY") [EL Warning]: 2024-04-17 12:47:41.867--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_DIR_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_DIR_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_DIR_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.87--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_DIR_MAP_REL' Error Code: 1051 Call: DROP TABLE DIR_DIR_MAP_REL Query: DataModifyQuery(sql="DROP TABLE DIR_DIR_MAP_REL") [EL Warning]: 2024-04-17 12:47:41.874--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_DIR_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_DIR_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_DIR_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.877--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_DIR_MAP_REL' Error Code: 1051 Call: DROP TABLE AGG_DIR_MAP_REL Query: DataModifyQuery(sql="DROP TABLE AGG_DIR_MAP_REL") [EL Warning]: 2024-04-17 12:47:41.882--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_DIR_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_DIR_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_DIR_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.885--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_DIR_MAP_REL' Error Code: 1051 Call: DROP TABLE ENT_DIR_MAP_REL Query: DataModifyQuery(sql="DROP TABLE ENT_DIR_MAP_REL") [EL Warning]: 2024-04-17 12:47:41.889--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_AGG_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_AGG_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_AGG_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.893--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_AGG_MAP_REL' Error Code: 1051 Call: DROP TABLE AGG_AGG_MAP_REL Query: DataModifyQuery(sql="DROP TABLE AGG_AGG_MAP_REL") [EL Warning]: 2024-04-17 12:47:41.896--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_AGG_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_AGG_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_AGG_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.9--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_AGG_MAP_REL' Error Code: 1051 Call: DROP TABLE DIR_AGG_MAP_REL Query: DataModifyQuery(sql="DROP TABLE DIR_AGG_MAP_REL") [EL Warning]: 2024-04-17 12:47:41.903--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_AGG_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_AGG_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_AGG_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.907--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_AGG_MAP_REL' Error Code: 1051 Call: DROP TABLE ENT_AGG_MAP_REL Query: DataModifyQuery(sql="DROP TABLE ENT_AGG_MAP_REL") [EL Warning]: 2024-04-17 12:47:41.91--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DE_OM_ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE DE_OM_ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE DE_OM_ENT_MAP_VALUE") [EL Warning]: 2024-04-17 12:47:41.914--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_ENT_1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_1M_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.917--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AE_OM_ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE AE_OM_ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE AE_OM_ENT_MAP_VALUE") [EL Warning]: 2024-04-17 12:47:41.921--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_ENT_1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_1M_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.924--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EE_OM_ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE EE_OM_ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE EE_OM_ENT_MAP_VALUE") [EL Warning]: 2024-04-17 12:47:41.928--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_U1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_ENT_U1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_U1M_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.932--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_U1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_ENT_U1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_U1M_MAP_HOLDER") [EL Warning]: 2024-04-17 12:47:41.936--DatabaseSessionImpl(1928627089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_U1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_ENT_U1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_U1M_MAP_HOLDER") Running Direct Map Mapping Map Test Suite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running AggregateCollectionMapping Map Test Suite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running OneToManyMapping Map Test Suite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec Running UnidirectionalOneToManyMapping Map Test Suite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec Running ManyToManyMapping Map Test Suite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec [EL Info]: 2024-04-17 12:47:42.282--DatabaseSessionImpl(1914763808)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running MappingReadObjectTestSuite Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec Running MappingReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running MappingDeleteObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec Running MappingInsertObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running MappingUpdateObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec Running UnitOfWorkTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running MappingPublic1MTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running MappingPrivateMMTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec Running MappingTransformationTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running UnitOfWorkCommitResumeTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running BidirectionalUnitOfWorkTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running AdditionalJoinTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running BuildSelectionCriteriaTestSuite [EL Info]: 2024-04-17 12:47:43.386--DatabaseSessionImpl(695251553)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:43.411--DatabaseSessionImpl(1492437017)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:43.432--DatabaseSessionImpl(379767451)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec Running SameNamePrimaryKeyTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [EL Info]: 2024-04-17 12:47:43.468--DatabaseSessionImpl(1377036507)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:43.819--DatabaseSessionImpl(1377036507)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:44.078--DatabaseSessionImpl(1377036507)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running CustomSQLReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running RefreshObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running CustomSQLUpdateObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running CustomSQLReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running CustomSQLInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running CustomSQLDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running SelectWithOutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere Tests run: 0, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.000 sec Running OutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running CustomSQLStoredProcedureTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test intended for Sybase and SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 [EL Info]: 2024-04-17 12:47:44.365--ServerSession(276621850)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 3, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.021 sec Running CustomSQLStoredFunctionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running getStoredProcedureCallFromProjectXMLSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running getStoredFunctionCallFromProjectXMLSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [EL Info]: 2024-04-17 12:47:44.389--DatabaseSessionImpl(321399553)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeModel Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec Running InheritanceModel Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec Running AggregateModel [EL Warning]: 2024-04-17 12:47:47.697--UnitOfWork(1393587567)--Exception [EclipseLink-68] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@7dcaa877] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec Running InterfaceModel [EL Warning]: 2024-04-17 12:47:47.868--DatabaseSessionImpl(321399553)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. Query: ReadAllQuery(referenceClass=Employee sql="SELECT ID, NAME, ASSET_ID, ASSET_TYPE, ASSET2_ID, ASSET2_TYPE, CON_ID, CONTACT_TYPE, SEC_CON_ID, SEC_CONTACT_TYPE FROM INT_EMP") Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec Running ExpressionPersistenceTestSuite Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running ReportQueryTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running QueryOptionTestSuite [EL Warning]: 2024-04-17 12:47:48.963--DatabaseSessionImpl(321399553)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request Error Code: 0 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h Query: DataReadQuery(name="queryTimeOutQuery" sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [EL Warning]: 2024-04-17 12:47:58.971--DatabaseSessionImpl(321399553)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. Query: ReadObjectQuery(name="memoryQueryThrowExceptionQuery" referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE (t1.EMP_ID = t0.EMP_ID)") Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.049 sec Running XMLReadAndWriteSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec Running MappingSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running ProxyIndirectionSuite Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test suite is intended for Oracle databases only. Running MappingTestModel [EL Info]: 2024-04-17 12:47:59.953--DatabaseSessionImpl(925204676)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:47:59.983--DatabaseSessionImpl(2142784698)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:00.01--DatabaseSessionImpl(120726237)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.799 sec Running MultipleTableTestModel Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec [EL Info]: 2024-04-17 12:48:00.07--DatabaseSessionImpl(1648044617)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeModel Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec Running InheritanceModel Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 sec Running AggregateModel [EL Warning]: 2024-04-17 12:48:03.997--UnitOfWork(72770971)--Exception [EclipseLink-68] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@5eb5bf5d] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec Running InterfaceModel [EL Warning]: 2024-04-17 12:48:04.166--DatabaseSessionImpl(1648044617)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. Query: ReadAllQuery(referenceClass=Employee sql="SELECT ID, NAME, ASSET_ID, ASSET_TYPE, ASSET2_ID, ASSET2_TYPE, CON_ID, CONTACT_TYPE, SEC_CON_ID, SEC_CONTACT_TYPE FROM INT_EMP") Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 sec Running ExpressionPersistenceTestSuite Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running ReportQueryTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running QueryOptionTestSuite [EL Warning]: 2024-04-17 12:48:05.262--DatabaseSessionImpl(1648044617)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request Error Code: 0 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h Query: DataReadQuery(name="queryTimeOutQuery" sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [EL Warning]: 2024-04-17 12:48:15.268--DatabaseSessionImpl(1648044617)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. Query: ReadObjectQuery(name="memoryQueryThrowExceptionQuery" referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE (t1.EMP_ID = t0.EMP_ID)") Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.041 sec Running XMLReadAndWriteSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec Running MappingSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running ProxyIndirectionSuite Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test suite is intended for Oracle databases only. Running MappingTestModel [EL Info]: 2024-04-17 12:48:16.371--DatabaseSessionImpl(637102499)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:16.404--DatabaseSessionImpl(412649615)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:16.438--DatabaseSessionImpl(1934436365)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.957 sec Running MultipleTableTestModel Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running UnicodeSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec [EL Info]: 2024-04-17 12:48:16.638--DatabaseSessionImpl(1616508161)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running IntegrationTestSuite Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 sec Running UTF8TestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running ReturningPolicyTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec Running SequencingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec [EL Info]: 2024-04-17 12:48:17.274--DatabaseSessionImpl(1197168839)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:17.597--DatabaseSessionImpl(1476842186)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Native batch writing is not supported on this database. WARNING, some JDBC drivers may fail BatchUpdates.[EL Info]: 2024-04-17 12:48:18.453--DatabaseSessionImpl(370662344)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running EmployeeUpdateObjectTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running EmployeeUOWBasicInsertObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec Running EmployeeReadAllTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec Running ExpressionTestSuite Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec [EL Info]: 2024-04-17 12:48:19.021--DatabaseSessionImpl(549851425)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running OptimisticLockingTestSuite Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running CascadeOptimisticLockingTestSuite [EL Info]: 2024-04-17 12:48:19.444--DatabaseSessionImpl(188409667)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running LockingExceptionTestSuite [EL Warning]: 2024-04-17 12:48:19.457--UnitOfWork(1924303327)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@6cab358] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 107 [EL Warning]: 2024-04-17 12:48:19.459--UnitOfWork(672521592)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@3cf2b29] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 107 [EL Warning]: 2024-04-17 12:48:19.461--UnitOfWork(1249323862)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@3b9d30e7] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 104 [EL Warning]: 2024-04-17 12:48:19.463--UnitOfWork(1318798212)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@46326f7c] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 108 [EL Warning]: 2024-04-17 12:48:19.465--UnitOfWork(958112718)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@6455c86] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 108 [EL Warning]: 2024-04-17 12:48:19.467--UnitOfWork(1061387451)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@68ca34a4] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 105 [EL Warning]: 2024-04-17 12:48:19.469--UnitOfWork(379993912)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@288d32a0] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 110 [EL Warning]: 2024-04-17 12:48:19.471--UnitOfWork(763551698)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@3fae4b68] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 109 [EL Warning]: 2024-04-17 12:48:19.473--UnitOfWork(1622363097)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@1bd82272] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 106 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running UpdateNullValueOptimisticLockingTestSuite Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 sec [EL Info]: 2024-04-17 12:48:19.932--DatabaseSessionImpl(1772117650)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:20.519--DatabaseSessionImpl(700268236)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:21.197--DatabaseSessionImpl(1414757323)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:22.055--DatabaseSessionImpl(1885748447)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:22.729--DatabaseSessionImpl(1069297436)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:23.469--DatabaseSessionImpl(2138084)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:24.115--DatabaseSessionImpl(1728747854)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:24.88--DatabaseSessionImpl(396169436)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:25.585--DatabaseSessionImpl(1082399259)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:26.163--DatabaseSessionImpl(1799807378)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:26.82--DatabaseSessionImpl(356400563)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:48:27.383--DatabaseSessionImpl(356400563)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_EMPLOYEE.MANAGED_ORDER] contains wrong values: [null, 0] Query: ReadAllQuery(name="managedEmployees" referenceClass=Employee sql="SELECT t0.EMP_ID, t1.OWNER_EMP_ID, t0.F_NAME, t0.L_NAME, t1.SALARY, t0.MANAGER_ID, t0.VERSION, t0.MANAGED_ORDER FROM OL_EMPLOYEE t0, OL_SALARY t1 WHERE ((t0.MANAGER_ID = ?) AND (t1.OWNER_EMP_ID = t0.EMP_ID))") [EL Warning]: 2024-04-17 12:48:27.394--DatabaseSessionImpl(356400563)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_CHILD.CHILDREN_ORDER] contains wrong values: [null, 1] Query: ReadAllQuery(name="children" referenceClass=Child sql="SELECT t0.CHILD_ID, t1.OWNER_CHILD_ID, t1.ALLOWANCE, t0.F_NAME, t0.L_NAME, t0.CHILDREN_ORDER FROM OL_CHILD t0, OL_ALLOWANCE t1 WHERE ((t0.PARENT_ID = ?) AND (t1.OWNER_CHILD_ID = t0.CHILD_ID))") [EL Warning]: 2024-04-17 12:48:27.404--DatabaseSessionImpl(356400563)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_PROJ_EMP.PROJ_ORDER] contains wrong values: [5, 1] Query: ReadAllQuery(name="projects" referenceClass=Project sql="SELECT DISTINCT t1.PROJ_TYPE FROM OL_PROJ_EMP t0, OL_PROJECT t1 WHERE ((t0.EMP_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID))") [EL Warning]: 2024-04-17 12:48:27.412--DatabaseSessionImpl(356400563)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_RESPONS.RESPONS_ORDER] contains wrong values: [0, 0] Query: DirectReadQuery(name="responsibilitiesList" sql="SELECT t0.DESCRIP, t0.RESPONS_ORDER FROM OL_RESPONS t0 WHERE (t0.EMP_ID = ?)") [EL Info]: 2024-04-17 12:48:27.43--DatabaseSessionImpl(782558055)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:28.082--DatabaseSessionImpl(1166229407)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:28.589--DatabaseSessionImpl(593243547)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:29.205--DatabaseSessionImpl(1354213133)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:29.869--DatabaseSessionImpl(863343744)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:30.597--DatabaseSessionImpl(1590145929)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:31.253--DatabaseSessionImpl(1504165265)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:31.918--DatabaseSessionImpl(300564138)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:32.396--DatabaseSessionImpl(308263678)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:33.019--DatabaseSessionImpl(124013816)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:33.713--DatabaseSessionImpl(1202904015)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:34.476--DatabaseSessionImpl(1939583239)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:35.198--DatabaseSessionImpl(1712653390)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:35.207--DatabaseSessionImpl(1887859270)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:48:35.22--DatabaseSessionImpl(1887859270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STUDENT2' Error Code: 1051 Call: DROP TABLE STUDENT2 Query: DataModifyQuery(sql="DROP TABLE STUDENT2") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported on this Database [EL Warning]: 2024-04-17 12:48:35.239--DatabaseSessionImpl(1887859270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") Running OwnershipReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running OwnershipReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running OwnershipDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running OwnershipInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running OwnershipUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running OwnershipUnitOfWorkTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [EL Info]: 2024-04-17 12:48:35.391--DatabaseSessionImpl(750153274)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running BatchWriteTests Native batch writing is not supported on this database. WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: sql: 2024-04-17 12:48:35.861--DatabaseSessionImpl(750153274)--Missing Query parameter for named argument: 1 "null" will be substituted. [EL Warning]: 2024-04-17 12:48:35.862--UnitOfWork(1057873231)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (f_name, emp_id, version) SELECT ?, 10160, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b bind => [1 parameter bound] Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-04-17 12:48:35.865--UnitOfWork(2023083991)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 10170, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-04-17 12:48:35.866--UnitOfWork(2073267261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (f_name, emp_id, version) SELECT 'first', 10180, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (f_name, emp_id, version) SELECT 'first', 10180, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-04-17 12:48:35.867--UnitOfWork(1265202005)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 10190, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 10190, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024-04-17 12:48:35.869--UnitOfWork(1012261794)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 10200, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 10200, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. QueryTimeoutBatch test completed without timeout. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec [EL Warning]: 2024-04-17 12:48:35.886--UnitOfWork(795125265)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: No operations allowed after statement closed. Error Code: 0 Query: InsertObjectQuery(Address: , city160, province160, ) [EL Info]: 2024-04-17 12:48:35.888--DatabaseSessionImpl(1631048049)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:48:35.911--DatabaseSessionImpl(1631048049)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-04-17 12:48:37.487--ServerSession(45103083)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running UnitOfWorkTestSuite [EL Warning]: 2024-04-17 12:48:37.535--UnitOfWork(1956139757)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1451' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-04-17 12:48:37.539--UnitOfWork(1569615193)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Nancy White], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024-04-17 12:48:37.652--UnitOfWork(2004506765)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,207 [EL Warning]: 2024-04-17 12:48:37.69--UnitOfWork(111725437)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 2 Anderson Rd., LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,144,872,888], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:48:37.69--UnitOfWork(1103193334)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Nowhere Drive, Arnprior, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [30,372,301], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:48:37.693--UnitOfWork(1419538380)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Nancy White] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,201 [EL Warning]: 2024-04-17 12:48:37.715--UnitOfWork(1177114775)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,207 [EL Warning]: 2024-04-17 12:48:37.795--UnitOfWork(1466148432)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Nancy White], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,232,919,307], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:48:37.882--UnitOfWork(483724837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1499' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-04-17 12:48:37.899--UnitOfWork(199606503)--Exception [EclipseLink-200] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-04-17 12:48:37.916--UnitOfWork(1829102917)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 2 Anderson Rd., Metcalfe, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,030,759,192], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.423 sec [EL Info]: 2024-04-17 12:48:37.936--DatabaseSessionImpl(1238026055)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running Read Tests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running Write/Update Tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running UnitOfWork Tests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running Delete Tests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running Proxy Object Tests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [EL Info]: 2024-04-17 12:48:38.061--DatabaseSessionImpl(1541566814)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running QueryAndSQLCountingTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform Tests run: 24, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 1.621 sec [EL Info]: 2024-04-17 12:48:39.932--DatabaseSessionImpl(1463481509)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:48:39.961--DatabaseSessionImpl(1463481509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_PROMO' Error Code: 1051 Call: DROP TABLE RO_PROMO Query: DataModifyQuery(sql="DROP TABLE RO_PROMO") [EL Warning]: 2024-04-17 12:48:39.968--DatabaseSessionImpl(1463481509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_ACTOR' Error Code: 1051 Call: DROP TABLE RO_ACTOR Query: DataModifyQuery(sql="DROP TABLE RO_ACTOR") [EL Warning]: 2024-04-17 12:48:39.973--DatabaseSessionImpl(1463481509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACT_MOV' Error Code: 1051 Call: DROP TABLE ACT_MOV Query: DataModifyQuery(sql="DROP TABLE ACT_MOV") [EL Warning]: 2024-04-17 12:48:39.977--DatabaseSessionImpl(1463481509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACT_CHA' Error Code: 1051 Call: DROP TABLE ACT_CHA Query: DataModifyQuery(sql="DROP TABLE ACT_CHA") [EL Warning]: 2024-04-17 12:48:39.981--DatabaseSessionImpl(1463481509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_ADDR' Error Code: 1051 Call: DROP TABLE RO_ADDR Query: DataModifyQuery(sql="DROP TABLE RO_ADDR") [EL Warning]: 2024-04-17 12:48:39.985--DatabaseSessionImpl(1463481509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHARITY' Error Code: 1051 Call: DROP TABLE CHARITY Query: DataModifyQuery(sql="DROP TABLE CHARITY") [EL Warning]: 2024-04-17 12:48:39.99--DatabaseSessionImpl(1463481509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.HOLLYWOODAGENT' Error Code: 1051 Call: DROP TABLE HOLLYWOODAGENT Query: DataModifyQuery(sql="DROP TABLE HOLLYWOODAGENT") [EL Warning]: 2024-04-17 12:48:39.996--DatabaseSessionImpl(1463481509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_MOVIE' Error Code: 1051 Call: DROP TABLE RO_MOVIE Query: DataModifyQuery(sql="DROP TABLE RO_MOVIE") [EL Warning]: 2024-04-17 12:48:40.0--DatabaseSessionImpl(1463481509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COUNTRY' Error Code: 1051 Call: DROP TABLE COUNTRY Query: DataModifyQuery(sql="DROP TABLE COUNTRY") [EL Warning]: 2024-04-17 12:48:40.004--DatabaseSessionImpl(1463481509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEFAULT_READ_ONLY' Error Code: 1051 Call: DROP TABLE DEFAULT_READ_ONLY Query: DataModifyQuery(sql="DROP TABLE DEFAULT_READ_ONLY") Running ReadOnlyReadTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running ReadOnlyClassesTestSuite [EL Warning]: 2024-04-17 12:48:41.356--UnitOfWork(468990267)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot delete an object of a read-only class. The class [class org.eclipse.persistence.testing.models.readonly.Country] is declared as read-only in this UnitOfWork. Query: DeleteObjectQuery(Country(Russia) ) [EL Warning]: 2024-04-17 12:48:41.357--UnitOfWork(77013230)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot delete an object of a read-only class. The class [class org.eclipse.persistence.testing.models.readonly.Country] is declared as read-only in this UnitOfWork. Query: DeleteObjectQuery(Country(Russia) ) Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running BidirectionalMMDeleteTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [EL Info]: 2024-04-17 12:48:41.367--DatabaseSessionImpl(1829070724)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EJB Relationship Support Testsuite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec [EL Info]: 2024-04-17 12:48:41.482--DatabaseSessionImpl(1153562331)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:41.609--DatabaseSessionImpl(539227671)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running Sessions.xml validation tests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-04-17 12:48:41.995--DatabaseSessionImpl(255173039)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running Sessions.xml standard loading tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec Running sessions.xml with RCM loading tests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec Running SessionManager tests [EL Warning]: connection: 2024-04-17 12:48:42.205--Exception [EclipseLink-7100] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [SessionShouldNotBeFound] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/test-classes/org/eclipse/persistence/testing/models/sessionsxml/XMLSchemaSession.xml] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec Running XML Schema tests [EL Info]: 2024-04-17 12:48:42.31--SessionBroker(520113414)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Apr 17, 2024 12:48:42 PM org.eclipse.persistence.session.EmployeeSession INFO: EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:42.501--DatabaseSessionImpl(411451611)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 sec [EL Info]: 2024-04-17 12:48:42.694--DatabaseSessionImpl(35566995)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:48:55.066--ServerSession(493603655)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running Employee Multithread Test Suite [EL Info]: 2024-04-17 12:49:05.118--ServerSession(1188889076)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:49:05.169--DatabaseSessionImpl(35566995)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running About to Update Multithread Test Suite [EL Info]: 2024-04-17 12:49:05.177--ServerSession(585936774)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:49:05.229--DatabaseSessionImpl(35566995)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec Running DescriptorQueryManagerAddQueryTest [EL Info]: 2024-04-17 12:49:05.238--ServerSession(81865600)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:49:08.254--DatabaseSessionImpl(35566995)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.040 sec Running QueryCacheMultithreadedTest [EL Info]: 2024-04-17 12:49:08.28--ServerSession(504747198)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:49:08.326--DatabaseSessionImpl(35566995)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec [EL Info]: 2024-04-17 12:49:56.41--ServerSession(2034107187)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:01.466--ServerSession(216867869)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:01.492--DatabaseSessionImpl(35566995)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:01.499--ServerSession(393397922)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:11.516--DatabaseSessionImpl(35566995)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:11.529--ServerSession(2096791991)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:21.616--DatabaseSessionImpl(35566995)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:21.626--ServerSession(1241608227)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:32.959--DatabaseSessionImpl(35566995)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:32.968--ServerSession(1399097298)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:44.193--DatabaseSessionImpl(35566995)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:50:50.909--DatabaseSessionImpl(1378102839)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running Basic Stored Procedure Generator test suite [EL Warning]: 2024-04-17 12:50:51.27--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SEQ_SEL does not exist Error Code: 1305 Call: DROP PROCEDURE SEQ_SEL Query: DataModifyQuery(sql="DROP PROCEDURE SEQ_SEL") [EL Warning]: 2024-04-17 12:50:51.281--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Person does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Person Query: DataModifyQuery(sql="DROP PROCEDURE INS_Person") [EL Warning]: 2024-04-17 12:50:51.292--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Person does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Person Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Person") [EL Warning]: 2024-04-17 12:50:51.295--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Person does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Person Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Person") [EL Warning]: 2024-04-17 12:50:51.299--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Person does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Person Query: DataModifyQuery(sql="DROP PROCEDURE READ_Person") [EL Warning]: 2024-04-17 12:50:51.302--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Person does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Person Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Person") [EL Warning]: 2024-04-17 12:50:51.316--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE INS_Waiter") [EL Warning]: 2024-04-17 12:50:51.331--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Waiter") [EL Warning]: 2024-04-17 12:50:51.335--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Waiter") [EL Warning]: 2024-04-17 12:50:51.338--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE READ_Waiter") [EL Warning]: 2024-04-17 12:50:51.342--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Waiter") [EL Warning]: 2024-04-17 12:50:51.35--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Location does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Location Query: DataModifyQuery(sql="DROP PROCEDURE INS_Location") [EL Warning]: 2024-04-17 12:50:51.357--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Location does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Location Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Location") [EL Warning]: 2024-04-17 12:50:51.361--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Location does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Location Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Location") [EL Warning]: 2024-04-17 12:50:51.364--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Location does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Location Query: DataModifyQuery(sql="DROP PROCEDURE READ_Location") [EL Warning]: 2024-04-17 12:50:51.367--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Location does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Location Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Location") [EL Warning]: 2024-04-17 12:50:51.376--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Menu Query: DataModifyQuery(sql="DROP PROCEDURE INS_Menu") [EL Warning]: 2024-04-17 12:50:51.383--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Menu Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Menu") [EL Warning]: 2024-04-17 12:50:51.387--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Menu Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Menu") [EL Warning]: 2024-04-17 12:50:51.39--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Menu Query: DataModifyQuery(sql="DROP PROCEDURE READ_Menu") [EL Warning]: 2024-04-17 12:50:51.393--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Menu Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Menu") [EL Warning]: 2024-04-17 12:50:51.398--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.R_1M_Menu_items does not exist Error Code: 1305 Call: DROP PROCEDURE R_1M_Menu_items Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Menu_items") [EL Warning]: 2024-04-17 12:50:51.399--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.D_1M_Menu_items does not exist Error Code: 1305 Call: DROP PROCEDURE D_1M_Menu_items Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Menu_items") [EL Warning]: 2024-04-17 12:50:51.415--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE INS_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE INS_MenuItem") [EL Warning]: 2024-04-17 12:50:51.432--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE UPD_MenuItem") [EL Warning]: 2024-04-17 12:50:51.438--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE DEL_MenuItem") [EL Warning]: 2024-04-17 12:50:51.443--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE READ_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE READ_MenuItem") [EL Warning]: 2024-04-17 12:50:51.448--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE RALL_MenuItem") [EL Warning]: 2024-04-17 12:50:51.457--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE INS_Restaurant") [EL Warning]: 2024-04-17 12:50:51.467--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Restaurant") [EL Warning]: 2024-04-17 12:50:51.472--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Restaurant") [EL Warning]: 2024-04-17 12:50:51.477--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE READ_Restaurant") [EL Warning]: 2024-04-17 12:50:51.483--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Restaurant") [EL Warning]: 2024-04-17 12:50:51.497--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.R_1M_Restaurant_waiters does not exist Error Code: 1305 Call: DROP PROCEDURE R_1M_Restaurant_waiters Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Restaurant_waiters") [EL Warning]: 2024-04-17 12:50:51.498--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.D_1M_Restaurant_waiters does not exist Error Code: 1305 Call: DROP PROCEDURE D_1M_Restaurant_waiters Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Restaurant_waiters") [EL Warning]: 2024-04-17 12:50:51.499--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.R_1M_Restaurant_menus does not exist Error Code: 1305 Call: DROP PROCEDURE R_1M_Restaurant_menus Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Restaurant_menus") [EL Warning]: 2024-04-17 12:50:51.5--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.D_1M_Restaurant_menus does not exist Error Code: 1305 Call: DROP PROCEDURE D_1M_Restaurant_menus Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Restaurant_menus") [EL Warning]: 2024-04-17 12:50:51.513--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Diner Query: DataModifyQuery(sql="DROP PROCEDURE INS_Diner") [EL Warning]: 2024-04-17 12:50:51.526--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Diner Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Diner") [EL Warning]: 2024-04-17 12:50:51.531--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Diner Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Diner") [EL Warning]: 2024-04-17 12:50:51.535--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Diner Query: DataModifyQuery(sql="DROP PROCEDURE READ_Diner") [EL Warning]: 2024-04-17 12:50:51.539--DatabaseSessionImpl(1378102839)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Diner Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Diner") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec [EL Info]: 2024-04-17 12:50:51.565--DatabaseSessionImpl(1599748210)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running Test table existence check [EL Warning]: 2024-04-17 12:50:51.587--DatabaseSessionImpl(1599748210)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TCT_WATER' doesn't exist Error Code: 1146 Call: SELECT 1 FROM TCT_WATER Query: DataReadQuery(sql="SELECT 1 FROM TCT_WATER") Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [EL Info]: 2024-04-17 12:50:51.588--DatabaseSessionImpl(1993746359)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: TopLink batch writing is not supported on this database. Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectListTestDatabase Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 sec Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectMapTestDatabase Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectSetTestDatabase Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec Running CustomIndirectContainerTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running BidirectionalRelationshipTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running NullDelegateInValueHolderTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec WARNING, some JDBC drivers may fail BatchUpdates.[EL Info]: 2024-04-17 12:50:52.621--DatabaseSessionImpl(892363325)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:50:52.631--DatabaseSessionImpl(892363325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BOOLEANS' Error Code: 1051 Call: DROP TABLE BOOLEANS Query: DataModifyQuery(sql="DROP TABLE BOOLEANS") [EL Warning]: 2024-04-17 12:50:52.638--DatabaseSessionImpl(892363325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TIMEDATE' Error Code: 1051 Call: DROP TABLE TIMEDATE Query: DataModifyQuery(sql="DROP TABLE TIMEDATE") [EL Warning]: 2024-04-17 12:50:52.644--DatabaseSessionImpl(892363325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STRINGS' Error Code: 1051 Call: DROP TABLE STRINGS Query: DataModifyQuery(sql="DROP TABLE STRINGS") [EL Warning]: 2024-04-17 12:50:52.649--DatabaseSessionImpl(892363325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.NUMBERS' Error Code: 1051 Call: DROP TABLE NUMBERS Query: DataModifyQuery(sql="DROP TABLE NUMBERS") [EL Warning]: 2024-04-17 12:50:52.658--DatabaseSessionImpl(892363325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CLOBS' Error Code: 1051 Call: DROP TABLE CLOBS Query: DataModifyQuery(sql="DROP TABLE CLOBS") [EL Warning]: 2024-04-17 12:50:52.662--DatabaseSessionImpl(892363325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BLOBS' Error Code: 1051 Call: DROP TABLE BLOBS Query: DataModifyQuery(sql="DROP TABLE BLOBS") [EL Warning]: 2024-04-17 12:50:52.667--DatabaseSessionImpl(892363325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.UUIDS' Error Code: 1051 Call: DROP TABLE UUIDS Query: DataModifyQuery(sql="DROP TABLE UUIDS") Running Boolean Types Test Suite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running Date & Time Types Test Suite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running String Types Test Suite [EL Warning]: 2024-04-17 12:50:52.712--DatabaseSessionImpl(892363325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Trailing blanks were removed from char field. Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.010 sec Running Numeric Types Test Suite [EL Warning]: 2024-04-17 12:50:52.721--DatabaseSessionImpl(892363325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MINIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [EL Warning]: 2024-04-17 12:50:52.723--DatabaseSessionImpl(892363325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MAXIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. Tests run: 1, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec Running BLOB Types Test Suite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running CLOB Types Test Suite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running UUID Types Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [EL Info]: 2024-04-17 12:50:52.764--DatabaseSessionImpl(353997129)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running Boolean Types Test Suite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running Date & Time Types Test Suite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running String Types Test Suite [EL Warning]: 2024-04-17 12:50:52.838--DatabaseSessionImpl(353997129)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Trailing blanks were removed from char field. Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec Running Numeric Types Test Suite [EL Warning]: 2024-04-17 12:50:52.845--DatabaseSessionImpl(353997129)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MINIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [EL Warning]: 2024-04-17 12:50:52.846--DatabaseSessionImpl(353997129)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MAXIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. Tests run: 1, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.005 sec Running BLOB Types Test Suite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running CLOB Types Test Suite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running UUID Types Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [EL Info]: 2024-04-17 12:50:52.872--DatabaseSessionImpl(717976515)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EmployeeReadObjectTestSuite Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running EmployeeComplexUpdateTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running EmployeeUOWBasicInsertObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running EmployeeDeleteObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running EmployeeReadAllTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [EL Info]: 2024-04-17 12:50:53.046--DatabaseSessionImpl(1598140030)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:50:53.067--DatabaseSessionImpl(1598140030)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-04-17 12:50:54.612--ServerSession(2097159607)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running UnitOfWorkTestSuite [EL Warning]: 2024-04-17 12:50:54.643--UnitOfWork(528688186)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '34551' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-04-17 12:50:54.648--UnitOfWork(67730557)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Charles Chanley], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024-04-17 12:50:54.716--UnitOfWork(2026793486)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,354 [EL Warning]: 2024-04-17 12:50:54.742--UnitOfWork(318588905)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Habs Place, LKO, QUE, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [388,672,756], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:50:54.742--UnitOfWork(1447681526)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1112 Gold Rush rd., Yellow Knife, YK, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [619,196,321], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:50:54.744--UnitOfWork(1263165854)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Charles Chanley] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,351 [EL Warning]: 2024-04-17 12:50:54.756--UnitOfWork(1742292647)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,354 [EL Warning]: 2024-04-17 12:50:54.804--UnitOfWork(478552562)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Charles Chanley], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [174,763,176], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:50:54.885--UnitOfWork(1895513553)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1846' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-04-17 12:50:54.899--UnitOfWork(1321129872)--Exception [EclipseLink-200] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-04-17 12:50:54.912--UnitOfWork(1142601252)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Habs Place, Montreal, QUE, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [192,856,744], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.298 sec [EL Info]: 2024-04-17 12:50:54.928--DatabaseSessionImpl(1744914176)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:50:54.948--DatabaseSessionImpl(1744914176)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-04-17 12:50:56.399--ServerSession(196916843)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:50:56.431--UnitOfWork(794268866)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Bob Smith], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024-04-17 12:50:56.483--UnitOfWork(1677126285)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,451 [EL Warning]: 2024-04-17 12:50:56.488--UnitOfWork(2104791268)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,072,023,807], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:50:56.488--UnitOfWork(1498423618)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 234 I'm Lost Lane, Perth, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,034,124,098], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:50:56.49--UnitOfWork(1670348304)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,451 [EL Warning]: 2024-04-17 12:50:56.496--UnitOfWork(1410630199)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,451 [EL Warning]: 2024-04-17 12:50:56.525--UnitOfWork(1791480133)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Bob Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,404,200,524], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:51:31.61--UnitOfWork(1895761391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1953' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-04-17 12:52:01.629--UnitOfWork(1834633149)--Exception [EclipseLink-200] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-04-17 12:52:01.674--UnitOfWork(29452048)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [931,747,803], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Info]: 2024-04-17 12:52:01.684--DatabaseSessionImpl(1474578390)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:01.705--DatabaseSessionImpl(1474578390)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-04-17 12:52:03.317--ServerSession(770518932)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running UnitOfWorkTestSuite [EL Warning]: 2024-04-17 12:52:03.348--UnitOfWork(1853586738)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '34751' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-04-17 12:52:03.352--UnitOfWork(1590220923)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Fred Jones], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024-04-17 12:52:03.442--UnitOfWork(1894422338)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,554 [EL Warning]: 2024-04-17 12:52:03.468--UnitOfWork(537230527)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 382 Hyde Park, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [801,338,059], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:03.469--UnitOfWork(701043569)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Nowhere Drive, Arnprior, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,364,330,379], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:03.47--UnitOfWork(1030544635)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Fred Jones] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,551 [EL Warning]: 2024-04-17 12:52:03.484--UnitOfWork(57873325)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,554 [EL Warning]: 2024-04-17 12:52:03.537--UnitOfWork(1877544727)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Fred Jones], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,773,938,066], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:03.612--UnitOfWork(735144663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2099' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-04-17 12:52:03.625--UnitOfWork(428610085)--Exception [EclipseLink-200] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-04-17 12:52:03.637--UnitOfWork(2067850175)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 382 Hyde Park, Victoria, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [381,829,050], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.316 sec [EL Info]: 2024-04-17 12:52:03.652--DatabaseSessionImpl(1542593585)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:03.673--DatabaseSessionImpl(1542593585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-04-17 12:52:05.174--ServerSession(1961573033)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:05.221--UnitOfWork(1122772192)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Sarah-loo Smitty], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024-04-17 12:52:05.466--UnitOfWork(1627247515)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,657 [EL Warning]: 2024-04-17 12:52:05.494--UnitOfWork(396855701)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Nowhere Drive, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,890,289,847], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:05.494--UnitOfWork(1452483733)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Chocolate Drive, Smith Falls, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,586,518,040], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:05.497--UnitOfWork(2040400482)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Sarah-loo Smitty] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,651 [EL Warning]: 2024-04-17 12:52:05.514--UnitOfWork(1921794188)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,657 [EL Warning]: 2024-04-17 12:52:05.588--UnitOfWork(1537160169)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Sarah-loo Smitty], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [767,050,958], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:10.771--UnitOfWork(1787091139)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2202' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-04-17 12:52:40.811--UnitOfWork(678389251)--Exception [EclipseLink-200] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-04-17 12:52:40.866--UnitOfWork(364329269)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,848,859,733], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Info]: 2024-04-17 12:52:40.886--DatabaseSessionImpl(1751337682)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:40.913--DatabaseSessionImpl(1751337682)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-04-17 12:52:42.532--ServerSession(682337207)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running UnitOfWorkTestSuite [EL Warning]: 2024-04-17 12:52:42.575--UnitOfWork(445759260)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '34951' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-04-17 12:52:42.579--UnitOfWork(638678204)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Charles Chanley], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024-04-17 12:52:42.896--UnitOfWork(1108021826)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,760 [EL Warning]: 2024-04-17 12:52:42.976--UnitOfWork(476320065)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Habs Place, LKO, QUE, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,045,086,464], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:42.977--UnitOfWork(12829842)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1112 Gold Rush rd., Yellow Knife, YK, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,341,555,121], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:42.979--UnitOfWork(1948397260)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Charles Chanley] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,751 [EL Warning]: 2024-04-17 12:52:43.021--UnitOfWork(1961991919)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,760 [EL Warning]: 2024-04-17 12:52:43.136--UnitOfWork(1714031023)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Charles Chanley], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,016,913,690], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:43.302--UnitOfWork(2044345896)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2347' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-04-17 12:52:43.319--UnitOfWork(2022724958)--Exception [EclipseLink-200] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-04-17 12:52:43.334--UnitOfWork(1926164522)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Habs Place, Montreal, QUE, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,656,136,974], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.789 sec [EL Info]: 2024-04-17 12:52:43.35--DatabaseSessionImpl(1304804031)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:43.377--DatabaseSessionImpl(1304804031)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024-04-17 12:52:44.877--ServerSession(711446907)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running UnitOfWorkTestSuite [EL Warning]: 2024-04-17 12:52:44.909--UnitOfWork(1338413593)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '35051' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024-04-17 12:52:44.913--UnitOfWork(1857850829)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Sarah Way], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024-04-17 12:52:44.983--UnitOfWork(447212327)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,860 [EL Warning]: 2024-04-17 12:52:45.009--UnitOfWork(1205148925)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 3254 Real Cold Place, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,439,058,127], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:45.009--UnitOfWork(455379549)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 2 Anderson Rd., Metcalfe, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [942,594,959], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:45.011--UnitOfWork(332407628)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Sarah Way] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,851 [EL Warning]: 2024-04-17 12:52:45.025--UnitOfWork(1119495868)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 43,860 [EL Warning]: 2024-04-17 12:52:45.073--UnitOfWork(317869845)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Sarah Way], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,061,421,384], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:45.142--UnitOfWork(2073612295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2445' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024-04-17 12:52:45.155--UnitOfWork(530787685)--Exception [EclipseLink-200] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024-04-17 12:52:45.167--UnitOfWork(1805158662)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 3254 Real Cold Place, Prince Rupert, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [308,831,258], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.285 sec [EL Info]: 2024-04-17 12:52:45.181--DatabaseSessionImpl(283980805)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:45.586--ServerSession(667059638)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running TransactionIsolationTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: currently broken. Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.094 sec [EL Info]: 2024-04-17 12:52:45.703--DatabaseSessionImpl(945921725)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:45.982--UnitOfWork(1834472198)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: A successful writeChanges() has been called on this UnitOfWork. As the commit process has been started but not yet finalized, the only supported operations now are commit, commitAndResume, release, any non-object level query or SQLCall execution. The operation executeQuery(DeleteAllQuery) is not allowed at this time. [EL Warning]: 2024-04-17 12:52:45.985--UnitOfWork(609908125)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: A successful writeChanges() has been called on this UnitOfWork. As the commit process has been started but not yet finalized, the only supported operations now are commit, commitAndResume, release, any non-object level query or SQLCall execution. The operation executeQuery(ObjectLevelModifyQuery) is not allowed at this time. [EL Warning]: 2024-04-17 12:52:45.989--UnitOfWork(29360665)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'EMPLOYEE.PRIMARY' Error Code: 1062 Call: INSERT INTO EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, START_TIME, END_TIME, END_DATE, START_DATE, ADDR_ID, MANAGER_ID, VERSION) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [11 parameters bound] Query: InsertObjectQuery(Employee: Andrew ) [EL Warning]: 2024-04-17 12:52:46.003--UnitOfWork(907883821)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024-04-17 12:52:46.004--UnitOfWork(104951505)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'EMPLOYEE.PRIMARY' Error Code: 1062 Call: INSERT INTO EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, START_TIME, END_TIME, END_DATE, START_DATE, ADDR_ID, MANAGER_ID, VERSION) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [11 parameters bound] Query: InsertObjectQuery(Employee: foo-modified ) [EL Info]: 2024-04-17 12:52:46.007--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running ClientSessionReleaseTestSuite [EL Info]: 2024-04-17 12:52:46.868--ServerSession(464111385)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:46.884--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:46.892--ServerSession(368256614)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:46.906--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:46.913--ServerSession(1561734334)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:46.928--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:46.935--ServerSession(170024618)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:46.952--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:46.96--ServerSession(2026660007)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:46.979--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:46.986--ServerSession(1185080091)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:47.001--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec Running DatabaseAccessorNotConnectedTestSuite [EL Warning]: 2024-04-17 12:52:47.01--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024-04-17 12:52:47.01--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:47.017--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024-04-17 12:52:47.017--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:47.026--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024-04-17 12:52:47.027--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024-04-17 12:52:47.027--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:47.034--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024-04-17 12:52:47.034--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024-04-17 12:52:47.034--DatabaseSessionImpl(1186839900)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running DescriptorExceptionTestSuite [EL Info]: 2024-04-17 12:52:47.043--ServerSession(343527639)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:47.06--UnitOfWork(1844111434)--Exception [EclipseLink-6005] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [483,623,621], is the original to a registered new object. The UnitOfWork clones registered new objects, so you must ensure that an object is registered before it is referenced by another object. If you do not want the new object to be cloned, use the UnitOfWork.registerNewObject(Object) API. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2024-04-17 12:52:47.061--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-116] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: No conversion value provided for the value [F] in field [EMPLOYEE.GENDER]. Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[gender-->EMPLOYEE.GENDER] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [EL Warning]: 2024-04-17 12:52:47.061--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-115] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: No conversion value provided for the attribute [unknown]. Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[sex-->MAP_EMP.SEX] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.mapping.Employee --> [DatabaseTable(MAP_EMP)]) Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running ExceptionValidationTestSuit [EL Warning]: 2024-04-17 12:52:47.074--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Error Code: 1064 Call: Insert into BOB Value [EL Warning]: 2024-04-17 12:52:47.075--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [bob] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024-04-17 12:52:47.075--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-6088] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: There are no attributes for the ReportQuery. Query: ReportQuery(referenceClass=Employee ) [EL Info]: 2024-04-17 12:52:47.076--DatabaseSessionImpl(772379935)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:47.086--DatabaseSessionImpl(1226012532)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:47.093--DatabaseSessionImpl(1226012532)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:52:47.1--UnitOfWork(828827502)--Exception [EclipseLink-7136] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Nested UnitOfWork is not supported for a modify all query [EL Warning]: 2024-04-17 12:52:47.107--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [null] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[owner]] Argument: [44,101] Query: ReadAllQuery(referenceClass=PhoneNumber sql="SELECT TYPE, AREA_CODE, P_NUMBER, EMP_ID FROM PHONE WHERE (EMP_ID = ?)") [EL Warning]: 2024-04-17 12:52:47.109--DatabaseSessionImpl(1186839900)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [null] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[owner]] Argument: [44,101] Query: ReadAllQuery(referenceClass=PhoneNumber ) Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running ThreeTierBehaviorTestSuite [EL Info]: 2024-04-17 12:52:47.113--ServerSession(84823445)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:47.12--ServerSession(87631978)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running DescriptorExceptionTestSuite(SupportPhaseOne) Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.2) [EL Warning]: 2024-04-17 12:52:47.149--UnitOfWork(486667509)--Exception [EclipseLink-115] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: No conversion value provided for the attribute [Other]. Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[gender-->EMPLOYEE.GENDER] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.tests.validation.EmployeeWithProblems --> [DatabaseTable(EMPLOYEE)]) Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.3) Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.4) Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.5) Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running ConnectionCloseAfterTxnTestSuite [EL Info]: 2024-04-17 12:52:47.18--DatabaseSessionImpl(2092260429)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running LoginTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024-04-17 12:52:47.211--DatabaseSessionImpl(2002872774)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:47.218--DatabaseSessionImpl(578399025)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 7972, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 385.2 s -- in org.eclipse.persistence.testing.tests.TestRunModel [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7972, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.core.test --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >-------- [INFO] Building EclipseLink CORBA Extension 4.0.3-SNAPSHOT [15/134] [INFO] from foundation/org.eclipse.persistence.corba/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.corba --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.corba --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.corba --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 33 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:[30,59] class javax.rmi.PortableRemoteObject in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[84,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[102,35] unchecked method invocation: method setObjectDescriptors in class org.eclipse.persistence.internal.sessions.remote.Transporter is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[102,36] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[37,44] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[44,101] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[51,45] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[74,107] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[106,52] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[27,91] class org.omg.CORBA.portable.ObjectImpl in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[27,166] interface org.omg.CORBA.portable.InvokeHandler in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,34] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,93] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,132] interface org.omg.CORBA.portable.ResponseHandler in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionController.java:[25,108] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionController.java:[25,139] interface org.omg.CORBA.portable.IDLEntity in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[178,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[205,135] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[205,71] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[205,131] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[283,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[398,61] found raw type: org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder missing type arguments for generic class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[437,81] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[716,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[716,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[716,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[748,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[748,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[748,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[34,55] class javax.rmi.CORBA.Stub in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[770,118] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[1438,137] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:[108,57] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/sun/SunCORBATransportManager.java:[58,48] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[25,88] interface org.omg.CORBA.portable.Streamable in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[46,25] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[37,64] class org.omg.CORBA_2_3.portable.ObjectImpl in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[37,86] interface javax.rmi.CORBA.Tie in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,12] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,48] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,65] interface org.omg.CORBA.portable.ResponseHandler in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,95] class org.omg.CORBA.SystemException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[325,12] class org.omg.CORBA.ORB in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[330,21] class org.omg.CORBA.ORB in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[340,118] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[368,25] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[378,137] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterDefaultFactory.java:[26,73] interface org.omg.CORBA.portable.ValueFactory in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterDefaultFactory.java:[35,70] class org.omg.CORBA_2_3.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[25,78] class org.omg.CORBA.portable.ObjectImpl in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[34,68] class org.omg.CORBA.portable.Delegate in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[34,44] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[41,119] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[47,45] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[58,125] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[62,52] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[66,118] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[25,71] interface org.omg.CORBA.portable.Streamable in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[46,25] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[134,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,135] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,71] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,131] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[267,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[332,61] found raw type: org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder missing type arguments for generic class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[360,81] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.corba --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:4.0.3-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:4.0.3-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.corba --- [INFO] Copying 2 resources from src/it/resources to target/test-classes [INFO] Copying 2 resources from src/it/resources to target/test-classes [INFO] [INFO] --- exec:3.1.0:exec (start-corba-server) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.corba --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIServerManagerController.java:[100,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIIIOPRemoteModel.java:[44,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/suncorba/_CORBAServerManagerImplBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/suncorba/_CORBAServerManagerImplBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- antrun:3.1.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba --- [INFO] Executing tasks caught an exception while starting the bootstrap service on port 1,122 try using a different port with commandline arguments -ORBInitialPort [INFO] Async process complete, exit value = 0 for: [java, -classpath, /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/test-classes:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/classes:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.jar:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.jar:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-tests.jar:/home/jenkins/.m2/repository/com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar:/home/jenkins/.m2/repository/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar:/home/jenkins/.m2/repository/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.jar:/home/jenkins/.m2/repository/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar:/home/jenkins/.m2/repository/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar:/home/jenkins/.m2/repository/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar:/home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar, com.sun.corba.ee.impl.naming.cosnaming.TransientNameServer, -ORBInitialPort, 1122] [INFO] Executed tasks [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (clear-database) @ org.eclipse.persistence.corba --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-04-17 12:52:55.804--DatabaseSessionImpl(1902260856)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:52:57.326--DatabaseSessionImpl(1902260856)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.768 s -- in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-corba) @ org.eclipse.persistence.corba --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.corba.CorbaTestModel Failed to set up org.eclipse.persistence.testing.tests.remote.suncorba.SunCORBARemoteModel java.lang.ClassNotFoundException: org.eclipse.persistence.testing.tests.remote.suncorba.SunCORBARemoteModel [EL Info]: 2024-04-17 12:52:58.172--DatabaseSessionImpl(494586676)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running Validation Security Tests WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.persistence.testing.tests.security.ExceptionTestSaveSecurityManager (file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-4.0.3-SNAPSHOT-tests.jar) WARNING: Please consider reporting this to the maintainers of org.eclipse.persistence.testing.tests.security.ExceptionTestSaveSecurityManager WARNING: System::setSecurityManager will be removed in a future release Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [EL Info]: 2024-04-17 12:52:59.255--DatabaseSessionImpl(1177101170)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.347 s -- in org.eclipse.persistence.testing.tests.corba.CorbaTestModel [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.corba --- [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [INFO] Building EclipseLink Extension 4.0.3-SNAPSHOT [16/134] [INFO] from foundation/org.eclipse.persistence.extension/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.extension --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.extension --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.extension --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.extension --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.extension --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest [EL Info]: 2024-04-17 12:53:00.342--Running test SLF4JLoggerTest.testLogMessage [EL Info]: 2024-04-17 12:53:00.579--Running test SLF4JLoggerTest.testGetLevel [EL Info]: 2024-04-17 12:53:00.588--Running test SLF4JLoggerTest.testLogExceptionStackTrace [EL Info]: 2024-04-17 12:53:00.631--Running test SLF4JLoggerTest.testLogExceptionWithoutStackTrace [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s -- in org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest [INFO] Running org.eclipse.persistence.testing.tests.jgroups.JGroupsRemoteConnectionTest ------------------------------------------------------------------- GMS: address=el-master-agent-pod-pz56v-cnf1g-58377, cluster=ChatCluster, physical address=10.40.57.145:46034 ------------------------------------------------------------------- ------------------------------------------------------------------- GMS: address=el-master-agent-pod-pz56v-cnf1g-36500, cluster=ChatCluster, physical address=10.40.57.145:54601 ------------------------------------------------------------------- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.583 s -- in org.eclipse.persistence.testing.tests.jgroups.JGroupsRemoteConnectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 4.0.3-SNAPSHOT [17/134] [INFO] from foundation/org.eclipse.persistence.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.nosql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 67 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRow.java:[35,21] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRow.java:[35,36] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[146,54] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[148,54] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[154,54] NORMAL in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[156,54] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[158,54] SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:[30,35] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:[30,56] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnection.java:[59,20] getMongo() in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[212,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[213,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[222,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[120,29] MongoClient(com.mongodb.ServerAddress,java.util.List,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[122,29] MongoClient(java.util.List,java.util.List,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:[236,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:[237,20] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[103,60] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[108,19] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[172,59] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[174,59] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[180,59] NORMAL in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[182,59] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[184,59] SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecord.java:[27,34] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecord.java:[27,53] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:[175,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:[242,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[46,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[54,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[46,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[54,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[187,36] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[208,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[224,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[252,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[255,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[257,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoListRecord.java:[27,38] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoListRecord.java:[27,59] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[118,52] eval(java.lang.String,java.lang.Object...) in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[127,27] setOptions(int) in com.mongodb.DBCollection has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[173,36] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[194,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[223,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[226,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[228,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[41,25] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[53,35] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[90,17] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,37] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,33] Mongo() in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,37] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,33] Mongo(java.util.List) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[99,27] getDB(java.lang.String) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[111,23] setOptions(int) in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[148,12] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[152,26] com.mongodb.Mongo in com.mongodb has been deprecated [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.nosql --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/test/resources [INFO] Copying 223 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 150 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/arraylist/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Department.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/arraylist/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >--- [INFO] Building EclipseLink MOXy XJC 4.0.3-SNAPSHOT [18/134] [INFO] from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [INFO] Building EclipseLink DBWS 4.0.3-SNAPSHOT [19/134] [INFO] from dbws/org.eclipse.persistence.dbws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 52 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/module-info.java:[40,82] module not found: org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Operation.java:[35,17] class org.eclipse.persistence.internal.xr.Operation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/InsertOperation.java:[32,8] class org.eclipse.persistence.internal.xr.InsertOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceModel.java:[33,8] class org.eclipse.persistence.internal.xr.XRServiceModel in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[37,8] class org.eclipse.persistence.internal.xr.XRServiceAdapter in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[43,15] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[74,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[77,27] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:[34,8] class org.eclipse.persistence.internal.xr.Parameter in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[204,26] serializable class org.eclipse.persistence.internal.xr.QueryOperation.DataHandlerInstantiationPolicy has no definition of serialVersionUID [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryHandler.java:[39,17] class org.eclipse.persistence.internal.xr.QueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:[30,8] class org.eclipse.persistence.internal.xr.BatchQueryOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Attachment.java:[31,8] class org.eclipse.persistence.internal.xr.Attachment in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/StoredProcedureQueryHandler.java:[49,8] class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/StoredFunctionQueryHandler.java:[40,8] class org.eclipse.persistence.internal.xr.StoredFunctionQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:[24,8] class org.eclipse.persistence.internal.xr.ProcedureArgument in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureOutputArgument.java:[31,8] class org.eclipse.persistence.internal.xr.ProcedureOutputArgument in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/dbws/DBWSModel.java:[121,8] class org.eclipse.persistence.dbws.DBWSModel in exported package org.eclipse.persistence.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:[33,8] class org.eclipse.persistence.internal.xr.AttachmentHelper in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[656,96] interface org.eclipse.persistence.jpa.metadata.MetadataSource in module org.eclipse.persistence.jpa is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[671,16] class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings in module org.eclipse.persistence.jpa is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/SQLQueryHandler.java:[32,8] class org.eclipse.persistence.internal.xr.SQLQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/UpdateOperation.java:[27,8] class org.eclipse.persistence.internal.xr.UpdateOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:[43,8] class org.eclipse.persistence.internal.xr.DeleteOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/NamedQueryHandler.java:[34,8] class org.eclipse.persistence.internal.xr.NamedQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRDynamicEntityVHAccessor.java:[38,8] serializable class org.eclipse.persistence.internal.xr.XRDynamicEntityVHAccessor has no definition of serialVersionUID [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QNameTransformer.java:[82,8] serializable class org.eclipse.persistence.internal.xr.QNameTransformer has no definition of serialVersionUID [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ValueObject.java:[31,8] class org.eclipse.persistence.internal.xr.ValueObject in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.dbws:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/test/resources [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- sql:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws --- [INFO] Executing file: /tmp/dbsetup_keymappings.1918413977sql [INFO] Executing file: /tmp/dbsetup_relationships.1122266373sql [INFO] 86 of 86 SQL statements executed successfully [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-dbws) @ org.eclipse.persistence.dbws --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running dbws.testing.keymappings.KeyMappingsTestSuite [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 s -- in dbws.testing.keymappings.KeyMappingsTestSuite [INFO] Running dbws.testing.relationships.RelationshipsTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in dbws.testing.relationships.RelationshipsTestSuite [INFO] Running dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws --- [INFO] Executing file: /tmp/dbteardown_keymappings.1549701244sql [INFO] Executing file: /tmp/dbteardown_relationships.276473201sql [INFO] 8 of 8 SQL statements executed successfully [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [INFO] Building EclipseLink SDO 4.0.3-SNAPSHOT [20/134] [INFO] from sdo/org.eclipse.persistence.sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.sdo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ org.eclipse.persistence.sdo --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.sdo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] Copying 2 resources from target/generated-sources/dependencies to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.sdo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 106 source files with javac [debug release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/jaxb/JAXBClassGenerator.java:[31,8] class org.eclipse.persistence.sdo.helper.jaxb.JAXBClassGenerator in exported package org.eclipse.persistence.sdo.helper.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.sdo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[124,40] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2177,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2193,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2265,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOProperty.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOProperty.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:build-classpath (default) @ org.eclipse.persistence.sdo --- [INFO] Dependencies classpath: /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.jar:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.jar:/home/jenkins/.m2/repository/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.jar [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.sdo --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.sdo:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.sdo --- [INFO] Copying 856 resources from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.sdo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 660 source files with javac [debug release 11 module-path] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectTestCases.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectTestCases.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/SDOXMLComparer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/SDOXMLComparer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ org.eclipse.persistence.sdo --- [INFO] Copying 856 resources from src/test/resources to target/test-run [INFO] [INFO] --- surefire:3.1.2:test (test-sdo-srg) @ org.eclipse.persistence.sdo --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.sdo.SDOSRGTestSuite Apr 17, 2024 8:53:12 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases Apr 17, 2024 8:53:12 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases Content of interfacesToSDOTypeHashMap: [] Content of sdoTypeForSimpleJavaType: [class [B, byte, class java.math.BigInteger, class java.lang.Byte, class java.lang.Integer, class [Ljava.lang.Byte;, long, short, class java.lang.Long, int, char, class java.lang.Character, class java.util.Date, class java.lang.String, class java.lang.Double, double, class java.lang.Short, boolean, class java.lang.Float, class java.lang.Boolean, float, class java.math.BigDecimal] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, Content of anonymousTypes: null Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, Apr 17, 2024 8:53:13 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Apr 17, 2024 8:53:13 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Content of interfacesToSDOTypeHashMap: [] Content of sdoTypeForSimpleJavaType: [class [B, byte, class java.math.BigInteger, class java.lang.Byte, class java.lang.Integer, class [Ljava.lang.Byte;, long, short, class java.lang.Long, int, char, class java.lang.Character, class java.util.Date, class java.lang.String, class java.lang.Double, double, class java.lang.Short, boolean, class java.lang.Float, class java.lang.Boolean, float, class java.math.BigDecimal] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, Content of anonymousTypes: null Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, Apr 17, 2024 8:53:13 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Apr 17, 2024 8:53:13 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap. [0.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.798s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.P_TYPEImpl.() is not a subtype of class java.lang.Throwable [0.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.AttributeIntWrapperImpl.() is not a subtype of class java.lang.Throwable [0.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.827s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.849s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.P_TYPEWrapperImpl.() is not a subtype of class java.lang.Throwable [0.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.P_TYPEImpl.() is not a subtype of class java.lang.Throwable [0.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.P_TYPEWrapperImpl.() is not a subtype of class java.lang.Throwable [0.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.914s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.929s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.941s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.956s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.971s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.985s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.RootImpl.() is not a subtype of class java.lang.Throwable [0.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child1Impl.() is not a subtype of class java.lang.Throwable [0.988s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child2Impl.() is not a subtype of class java.lang.Throwable [0.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child3Impl.() is not a subtype of class java.lang.Throwable [0.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.RootImpl.() is not a subtype of class java.lang.Throwable [0.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child1Impl.() is not a subtype of class java.lang.Throwable [0.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child2Impl.() is not a subtype of class java.lang.Throwable [0.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child3Impl.() is not a subtype of class java.lang.Throwable [1.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DurationWrapperImpl.() is not a subtype of class java.lang.Throwable [1.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.CharWrapperImpl.() is not a subtype of class java.lang.Throwable [1.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GuidWrapperImpl.() is not a subtype of class java.lang.Throwable [1.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DurationWrapperImpl.() is not a subtype of class java.lang.Throwable [1.104s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.CharWrapperImpl.() is not a subtype of class java.lang.Throwable [1.104s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GuidWrapperImpl.() is not a subtype of class java.lang.Throwable [1.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetBoolImpl.() is not a subtype of class java.lang.Throwable [1.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetShortImpl.() is not a subtype of class java.lang.Throwable [1.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetGuidResponseImpl.() is not a subtype of class java.lang.Throwable [1.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUShortResponseImpl.() is not a subtype of class java.lang.Throwable [1.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSingleImpl.() is not a subtype of class java.lang.Throwable [1.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetIntResponseImpl.() is not a subtype of class java.lang.Throwable [1.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetObjectImpl.() is not a subtype of class java.lang.Throwable [1.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUriImpl.() is not a subtype of class java.lang.Throwable [1.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetQNameImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteArrayResponseImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetTimeSpanImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetFloatResponseImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetIntImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSByteImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDoubleImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetLongImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteArrayImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUIntResponseImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDateTimeResponseImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUShortImpl.() is not a subtype of class java.lang.Throwable [1.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetBoolResponseImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetLongResponseImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDateTimeImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUriResponseImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetTimeSpanResponseImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetGuidImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDoubleResponseImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetCharResponseImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSByteResponseImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUIntImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetObjectResponseImpl.() is not a subtype of class java.lang.Throwable [1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDecimalResponseImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetShortResponseImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetStringImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetQNameResponseImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSingleResponseImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDecimalImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetULongImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetStringResponseImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetULongResponseImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteResponseImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetFloatImpl.() is not a subtype of class java.lang.Throwable [1.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetCharImpl.() is not a subtype of class java.lang.Throwable [1.176s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TBaseImpl.() is not a subtype of class java.lang.Throwable [1.177s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TGenericImpl.() is not a subtype of class java.lang.Throwable [1.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TSubstituteImpl.() is not a subtype of class java.lang.Throwable [1.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TRootImpl.() is not a subtype of class java.lang.Throwable [1.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.230s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.238s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.241s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.252s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.253s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.272s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.273s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.281s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void openpropertytypeuri.OpenPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.311s][warning][exceptions] Class java.io.Serializable in throws clause of method void obj1uri.Obj1Impl.() is not a subtype of class java.lang.Throwable [1.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.322s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.323s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.324s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.331s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.150 s -- in org.eclipse.persistence.testing.sdo.SDOSRGTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (test-sdo) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo --- [INFO] Configuration changed, re-generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning: Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 4.0.3-SNAPSHOT [21/134] [INFO] from utils/org.eclipse.persistence.dbws.builder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws.builder --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] Copying 6 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 47 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/OperationModel.java:[18,8] class org.eclipse.persistence.tools.dbws.OperationModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XRPackager.java:[68,22] class org.eclipse.persistence.tools.dbws.XRPackager.NullOutputStream in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[110,8] class org.eclipse.persistence.tools.dbws.Util in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[476,63] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[697,43] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[128,15] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[147,51] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[165,45] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[249,32] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[365,20] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[382,16] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[731,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[734,27] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[129,12] interface javax.wsdl.Definition in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[129,45] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[133,12] interface javax.wsdl.Definition in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[133,62] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:[48,85] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BindingModel.java:[26,8] class org.eclipse.persistence.tools.dbws.BindingModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DefaultNamingConventionTransformer.java:[21,8] class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TypeSuffixTransformer.java:[15,8] class org.eclipse.persistence.tools.dbws.TypeSuffixTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XmlBindingsGenerator.java:[67,8] class org.eclipse.persistence.tools.dbws.XmlBindingsGenerator in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/SQLX2003Transformer.java:[17,8] class org.eclipse.persistence.tools.dbws.SQLX2003Transformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:[862,92] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ToLowerTransformer.java:[15,8] class org.eclipse.persistence.tools.dbws.ToLowerTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XmlEntityMappingsGenerator.java:[109,8] class org.eclipse.persistence.tools.dbws.XmlEntityMappingsGenerator in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/PLSQLProcedureOperationModel.java:[15,8] class org.eclipse.persistence.tools.dbws.PLSQLProcedureOperationModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws.builder --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-dbws-builder) @ org.eclipse.persistence.dbws.builder --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running dbws.testing.bindingmodel.BindingModelTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 s -- in dbws.testing.bindingmodel.BindingModelTestSuite [INFO] Running dbws.testing.mtom.MTOMTestSuite Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. [EL Warning]: moxy: 2024-04-17 12:53:22.535--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.768 s -- in dbws.testing.mtom.MTOMTestSuite [INFO] Running dbws.testing.soap12.SOAP12TestSuite [EL Warning]: moxy: 2024-04-17 12:53:23.715--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s -- in dbws.testing.soap12.SOAP12TestSuite [INFO] Running dbws.testing.inlinebinary.InlineBinaryTestSuite [EL Warning]: moxy: 2024-04-17 12:53:24.365--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in dbws.testing.inlinebinary.InlineBinaryTestSuite [INFO] Running dbws.testing.updatefault.UpdateFaultTestSuite [EL Warning]: moxy: 2024-04-17 12:53:24.582--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in dbws.testing.updatefault.UpdateFaultTestSuite [INFO] Running dbws.testing.crud.CRUDTestSuite [EL Warning]: moxy: 2024-04-17 12:53:24.841--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in dbws.testing.crud.CRUDTestSuite [INFO] Running dbws.testing.customsql.CustomSQLTestSuite [EL Warning]: moxy: 2024-04-17 12:53:25.109--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.260 s -- in dbws.testing.customsql.CustomSQLTestSuite [INFO] Running dbws.testing.invalidinput.InvalidInputTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in dbws.testing.invalidinput.InvalidInputTestSuite [INFO] Running dbws.testing.optlock.OptLockTestSuite [EL Warning]: moxy: 2024-04-17 12:53:25.394--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in dbws.testing.optlock.OptLockTestSuite [INFO] Running dbws.testing.attachedbinary.AttachedBinaryTestSuite [EL Warning]: moxy: 2024-04-17 12:53:25.606--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in dbws.testing.attachedbinary.AttachedBinaryTestSuite [INFO] Running dbws.testing.sqlascollection.SQLAsCollectionTestSuite [EL Warning]: moxy: 2024-04-17 12:53:25.79--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in dbws.testing.sqlascollection.SQLAsCollectionTestSuite [INFO] Running dbws.testing.simpletable.SimpleTableTestSuite [EL Warning]: moxy: 2024-04-17 12:53:25.949--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in dbws.testing.simpletable.SimpleTableTestSuite [INFO] Running dbws.testing.simplesp.SimpleSPTestSuite [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s -- in dbws.testing.simplesp.SimpleSPTestSuite [INFO] Running dbws.testing.batchsql.BatchSQLTestSuite [EL Warning]: moxy: 2024-04-17 12:53:26.337--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in dbws.testing.batchsql.BatchSQLTestSuite [INFO] Running dbws.testing.namingtransformer.NamingTransformerTestSuite [EL Warning]: moxy: 2024-04-17 12:53:26.487--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in dbws.testing.namingtransformer.NamingTransformerTestSuite [INFO] Running dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [INFO] Running dbws.testing.rootcause.RootCauseTestSuite [EL Warning]: moxy: 2024-04-17 12:53:26.696--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl Apr 17, 2024 12:53:26 PM com.sun.xml.ws.server.provider.SyncProviderInvokerTube processRequest SEVERE: SOAPMessage request format error - Exception [EclipseLink-25008] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element {urn:rootcause_table}barf was not found in the project jakarta.xml.ws.soap.SOAPFaultException: SOAPMessage request format error - Exception [EclipseLink-25008] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element {urn:rootcause_table}barf was not found in the project at org.eclipse.persistence.internal.dbws.ProviderHelper.invoke(ProviderHelper.java:554) at dbws.testing.rootcause.RootCauseTestSuite.invoke(RootCauseTestSuite.java:131) at com.sun.xml.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:225) at com.sun.xml.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:134) at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:56) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:84) at com.sun.xml.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:68) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:95) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:733) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:95) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:700) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in dbws.testing.rootcause.RootCauseTestSuite [INFO] Running dbws.testing.secondarysql.SecondarySQLTestSuite [EL Warning]: moxy: 2024-04-17 12:53:26.907--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s -- in dbws.testing.secondarysql.SecondarySQLTestSuite [INFO] Running dbws.testing.loglevelvalidation.LogLevelValidationTestSuite [EL Warning]: moxy: 2024-04-17 12:53:27.162--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in dbws.testing.loglevelvalidation.LogLevelValidationTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >---- [INFO] Building EclipseLink Package Rename Utility 4.0.3-SNAPSHOT [22/134] [INFO] from utils/eclipselink.utils.rename/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.utils.rename --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.utils.rename --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.utils.rename --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.utils.rename --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.utils.rename --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.utils.rename --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [INFO] Building EclipseLink Oracle NoSQL Extension 4.0.3-SNAPSHOT [23/134] [INFO] from foundation/org.eclipse.persistence.oracle.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.oracle.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 41 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecord.java:[27,40] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecord.java:[27,59] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[33,12] interface oracle.kv.KVStore in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[37,15] interface oracle.kv.KVStore in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[43,34] interface oracle.kv.KVStore in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[108,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[109,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[119,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[67,12] class oracle.nosql.driver.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[71,28] class oracle.nosql.driver.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[83,12] class oracle.nosql.driver.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[87,32] class oracle.nosql.driver.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[91,12] class oracle.nosql.driver.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[95,31] class oracle.nosql.driver.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[44,34] interface oracle.nosql.driver.NoSQLHandle in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[95,12] interface oracle.nosql.driver.NoSQLHandle in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecord.java:[26,31] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecord.java:[26,52] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[38,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[44,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[38,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[44,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:[143,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[264,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[283,13] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[294,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[319,24] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[376,84] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[272,13] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[276,122] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[277,30] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[280,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[284,13] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[295,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[320,24] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[381,104] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[386,57] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[429,134] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[511,73] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[580,105] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[555,19] class oracle.nosql.driver.values.FieldValue in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[328,115] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[349,86] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[352,96] unchecked cast required: java.util.List found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[404,49] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[426,147] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[451,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[454,101] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[479,79] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[495,70] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[495,90] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[495,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[519,110] unchecked cast required: java.util.List> found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[548,115] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[551,20] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[571,34] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[573,44] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[615,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecord.java:[27,40] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecord.java:[27,59] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:[256,132] interface oracle.kv.Operation in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:[283,15] class oracle.kv.Value in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[31,15] class oracle.kv.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[32,15] class oracle.kv.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[35,15] class oracle.kv.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[51,12] class oracle.kv.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[55,28] class oracle.kv.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[72,12] class oracle.kv.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[76,32] class oracle.kv.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[80,12] class oracle.kv.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[84,31] class oracle.kv.Durability in module is not exported [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Copying 5 resources from src/it/resources to target/test-classes [INFO] Copying 5 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 47 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLModelTest.java:[135,30] redundant cast to org.eclipse.persistence.sessions.DatabaseSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[66,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[71,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[76,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[82,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[122,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[128,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLSimpleTest.java:[132,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLSimpleTest.java:[137,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLTestSuite.java:[54,49] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPATest.java:[309,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPATest.java:[321,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[325,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[337,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[338,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[339,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLSimpleTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLSimpleTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.oracle.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configuration changed, re-generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >------- [INFO] Building EclipseLink Bundles Parent 4.0.3-SNAPSHOT [24/134] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.bundles --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.bundles --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --------------< org.eclipse.persistence:moxy-standalone >--------------- [INFO] Building EclipseLink Bundles MOXy standalone 4.0.3-SNAPSHOT [25/134] [INFO] from bundles/moxy-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ moxy-standalone --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ moxy-standalone --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ moxy-standalone --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone --- [INFO] Copying 0 resource from ../eclipselink/src/main/scripts to target/generated-sources/bin [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ moxy-standalone --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ moxy-standalone --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ moxy-standalone --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ moxy-standalone --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ moxy-standalone --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ moxy-standalone --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ moxy-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/moxy.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/moxy-standalone-4.0.3-SNAPSHOT.zip [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 4.0.3-SNAPSHOT [26/134] [INFO] from bundles/eclipselink/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ eclipselink --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ eclipselink --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ eclipselink --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ eclipselink --- [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.time) @ eclipselink --- [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ eclipselink --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink [INFO] Storing buildNumber: 8a993b480d5cfbaad39ffd7939d308a788ede355 at timestamp: 1713358412083 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink [INFO] Storing scmBranch: 4.0 [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- build-helper:3.4.0:add-source (add-generated-sources) @ eclipselink --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ eclipselink --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-resource) @ eclipselink --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipselink --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] Copying 55 resources from target/generated-sources/dependency-sources to target/classes [INFO] Copying 1 resource from target/generated-sources/dependency-sources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ eclipselink --- [WARNING] Can't extract module name from org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip: '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip' not allowed on the path, only outputDirectories and jars are accepted [WARNING] Can't extract module name from ant-launcher-1.10.13.jar: allow.class found in top-level directory (unnamed package not allowed in module) [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3389 source files with javac [debug release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/dynamic/DynamicClassWriter.java:[214,30] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/dynamic/DynamicClassWriter.java:[221,31] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[215,12] class org.eclipse.persistence.oxm.XMLContext.XMLContextState in module eclipselink is not accessible to clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[226,36] class org.eclipse.persistence.oxm.XMLContext.XMLContextState in module eclipselink is not accessible to clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/helper/ClassConstants.java:[127,31] interface org.eclipse.persistence.internal.weaving.PersistenceWeavedLazy in module eclipselink is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/DataHelper.java:[74,10] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/DataHelper.java:[139,10] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[219,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[505,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[829,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[1051,13] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[1099,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Sequence.java:[120,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Sequence.java:[125,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataGraph.java:[32,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/ChangeSummary.java:[41,13] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[34,39] interface jakarta.validation.ConstraintViolation in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[90,12] interface jakarta.validation.Path in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[104,12] interface jakarta.validation.metadata.ConstraintDescriptor in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[111,12] interface jakarta.validation.ConstraintViolation in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/compiler/facets/PatternFacet.java:[29,40] class jakarta.validation.constraints.Pattern in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/compiler/facets/PatternFacet.java:[38,12] class jakarta.validation.constraints.Pattern in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3441,58] ANTLR in org.eclipse.persistence.config.ParserType has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[58,22] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[61,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[81,37] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[265,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[288,12] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[300,39] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[316,19] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[325,53] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/glassfish/GlassfishTransactionController.java:[46,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/AbstractSynchronizationListener.java:[47,66] interface jakarta.transaction.Synchronization in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[980,48] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1004,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1102,47] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1116,68] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1128,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1143,53] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[49,12] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[58,35] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[42,119] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[54,146] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[65,114] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[77,130] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[89,143] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:[32,19] class oracle.sql.TIMESTAMPTZ in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPLTZWrapper.java:[55,12] class oracle.sql.TIMESTAMPLTZ in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/json/JsonObjectBuilderResult.java:[31,36] interface jakarta.json.JsonObjectBuilder in module jakarta.json is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/json/JsonObjectBuilderResult.java:[40,12] interface jakarta.json.JsonObjectBuilder in module jakarta.json is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[47,15] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[48,15] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[139,12] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[199,12] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[207,12] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[242,38] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[260,35] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[53,15] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[54,15] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[283,12] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[299,12] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[308,34] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISException.java:[81,50] class jakarta.resource.ResourceException in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISException.java:[85,50] class jakarta.resource.ResourceException in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[195,12] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[202,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[214,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[222,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[233,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[245,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[258,78] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[266,50] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[274,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[299,60] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[28,25] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[28,80] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[30,25] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[30,78] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[38,15] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[265,12] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[275,36] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[350,41] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[356,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[363,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[32,22] interface oracle.jdbc.OracleOpaque in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[33,21] interface oracle.jdbc.OracleOpaque in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[34,22] interface oracle.jdbc.OracleOpaque in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[72,25] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[140,62] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[163,58] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[68,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[68,128] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[68,149] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[153,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[153,101] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[153,122] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184,92] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184,113] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[327,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[327,92] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[327,113] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[339,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[339,132] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[339,153] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[363,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[363,130] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[363,151] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[403,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[403,103] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[403,124] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[416,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[416,110] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[416,135] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[43,2] class jakarta.ws.rs.Produces in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[43,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[43,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[44,2] class jakarta.ws.rs.Consumes in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[44,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[44,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[45,2] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[48,6] class jakarta.ws.rs.GET in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[49,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[50,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[50,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[51,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[52,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[53,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[54,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[55,36] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[55,44] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[56,36] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[56,44] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[61,6] class jakarta.ws.rs.GET in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[62,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[63,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[63,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[64,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[65,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[66,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[67,27] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[67,35] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[68,27] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[68,35] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[73,6] class jakarta.ws.rs.PUT in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[74,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[75,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[75,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[76,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[77,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[78,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[78,37] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[79,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[79,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[85,6] class jakarta.ws.rs.POST in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[86,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[87,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[87,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[88,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[89,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[90,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[90,37] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[91,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[91,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[97,6] class jakarta.ws.rs.POST in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[98,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[99,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[99,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[100,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[101,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[102,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[103,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[104,40] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[104,48] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[105,40] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[105,48] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[110,6] class jakarta.ws.rs.DELETE in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[111,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[112,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[112,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[113,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[114,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[115,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[116,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[117,38] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[117,46] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[118,38] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[118,46] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[123,6] class jakarta.ws.rs.DELETE in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[124,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[125,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[125,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[126,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[127,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[128,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[129,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[129,37] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[130,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[130,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[135,6] class jakarta.ws.rs.OPTIONS in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[136,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[137,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[137,39] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[138,39] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[139,39] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[140,39] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[140,47] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[141,39] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[141,47] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[25,71] interface org.omg.CORBA.portable.Streamable in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[46,25] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[37,79] interface oracle.ucp.jdbc.oracle.DataBasedConnectionAffinityCallback in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[86,35] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[97,12] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/coordination/jms/JMSPublishingTransportManager.java:[175,15] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/coordination/jms/JMSPublishingTransportManager.java:[189,15] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[66,15] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[67,15] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[73,15] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[74,15] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[77,15] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[93,63] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[93,110] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[93,201] class jakarta.jms.JMSException in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[196,27] interface jakarta.jms.Message in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[271,43] class jakarta.jms.JMSException in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[283,39] interface jakarta.jms.Message in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[283,63] class jakarta.jms.JMSException in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[424,30] interface jakarta.jms.TopicPublisher in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[428,12] interface jakarta.jms.TopicPublisher in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[439,30] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[443,12] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[456,33] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[460,12] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[469,43] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[473,12] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[484,36] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[488,12] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[497,26] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[501,12] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[37,44] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[44,101] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[51,45] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[74,107] class org.omg.CORBA.portable.InputStream in module is not exported [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/helper/ClassConstants.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/helper/ClassConstants.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ eclipselink --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ eclipselink --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipselink --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipselink --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ eclipselink --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink --- [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink --- [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- jar:3.3.0:jar (jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipselink --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipselink --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/main/assembly/eclipselink.zip.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:commonj.sdo' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ eclipselink --- [INFO] Configuration changed, re-generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning: Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.6.0:unpack (stage) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:eclipselink:4.0.3-SNAPSHOT:zip [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >-- [INFO] Building EclipseLink Bundles tests 4.0.3-SNAPSHOT [27/134] [INFO] from bundles/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.distribution.tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.distribution.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/src/it/java added. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar [INFO] Copying org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar [INFO] jakarta.persistence:jakarta.persistence-api:jar:3.1.0 already exists in destination. [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] org.eclipse.angus:angus-activation:jar:2.0.1 already exists in destination. [INFO] jakarta.activation:jakarta.activation-api:jar:2.1.2 already exists in destination. [INFO] org.eclipse.angus:angus-mail:jar:2.0.2 already exists in destination. [INFO] jakarta.mail:jakarta.mail-api:jar:2.1.2 already exists in destination. [INFO] com.sun.xml.bind:jaxb-xjc:jar:4.0.3 already exists in destination. [INFO] com.sun.xml.bind:jaxb-core:jar:4.0.3 already exists in destination. [INFO] jakarta.validation:jakarta.validation-api:jar:3.0.2 already exists in destination. [INFO] jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 already exists in destination. [INFO] jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 already exists in destination. [INFO] org.eclipse.parsson:parsson:jar:1.1.2 already exists in destination. [INFO] jakarta.json:jakarta.json-api:jar:2.1.2 already exists in destination. [INFO] junit:junit:jar:4.13.2 already exists in destination. [INFO] org.hamcrest:hamcrest-core:jar:1.3 already exists in destination. [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1 already exists in destination. [INFO] jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1 already exists in destination. [INFO] jakarta.annotation:jakarta.annotation-api:jar:2.1.1 already exists in destination. [INFO] jakarta.el:jakarta.el-api:jar:5.0.1 already exists in destination. [INFO] jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0 already exists in destination. [INFO] org.hibernate.validator:hibernate-validator:jar:8.0.0.Final already exists in destination. [INFO] org.jboss.logging:jboss-logging:jar:3.4.1.Final already exists in destination. [INFO] com.fasterxml:classmate:jar:1.5.1 already exists in destination. [INFO] org.glassfish:jakarta.el:jar:5.0.0-M1 already exists in destination. [INFO] org.apache.felix:org.apache.felix.framework:jar:7.0.5 already exists in destination. [INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam:jar:4.13.2 already exists in destination. [INFO] org.ops4j.base:ops4j-base-io:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-monitors:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-lang:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-store:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-util-property:jar:1.5.1 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-container-forked:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-spi:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1 already exists in destination. [INFO] biz.aQute.bnd:bndlib:jar:2.4.0 already exists in destination. [INFO] org.ops4j.base:ops4j-base-exec:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-net:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-spi:jar:1.5.1 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3 already exists in destination. [INFO] org.slf4j:slf4j-api:jar:2.0.7 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-aether:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-aether-support:jar:2.6.2 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-api:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-util:jar:1.3.1 already exists in destination. [INFO] org.slf4j:jcl-over-slf4j:jar:1.6.6 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-link:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-commons:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-classpath:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-optional-jcl:jar:1.8.3 already exists in destination. [INFO] org.osgi:org.osgi.core:jar:6.0.0 already exists in destination. [INFO] jakarta.inject:jakarta.inject-api:jar:1.0 already exists in destination. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 s -- in org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.1.2:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@565ff200]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] ERROR: Bundle com.sun.xml.bind.jaxb-xjc [14] Error starting file:/tmp/1713358473625-0/pax-exam-downloads/com.sun.xml.bind.jaxb-xjc_4.0.3.jar (org.osgi.framework.BundleException: Unable to resolve com.sun.xml.bind.jaxb-xjc [14](R 14.0): missing requirement [com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0))) Unresolved requirements: [[com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0)))]) org.osgi.framework.BundleException: Unable to resolve com.sun.xml.bind.jaxb-xjc [14](R 14.0): missing requirement [com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0))) Unresolved requirements: [[com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0)))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297) at java.base/java.lang.Thread.run(Thread.java:833) org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-52e5d62f-68ec-4666-828f-7a4748f68578] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, }, ManifestEntry{ key=PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalInvalid in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalValid in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalInvalid in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalValid in reactor org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-52e5d62f-68ec-4666-828f-7a4748f68578] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, }, ManifestEntry{ key=PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@a09906d.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.946 s -- in org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest [INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@a97029a]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-52e5d62f-68ec-4666-828f-7a4748f68578] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, }, ManifestEntry{ key=PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalInvalid in reactor org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 8.0.0.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902 Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:77) at jakarta.el.FactoryFinder.find(FactoryFinder.java:173) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:138) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:108) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:155) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:435) at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.getValidatorFactory(BeanValidationTest.java:109) at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.testMarshalInvalid(BeanValidationTest.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:587) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:705) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:704) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:47) ... 62 more org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalValid in reactor org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902 Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:77) at jakarta.el.FactoryFinder.find(FactoryFinder.java:173) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:138) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:108) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:155) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:435) at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.getValidatorFactory(BeanValidationTest.java:109) at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.testMarshalValid(BeanValidationTest.java:83) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:587) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:705) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:704) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:47) ... 61 more org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalInvalid in reactor org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902 Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:77) at jakarta.el.FactoryFinder.find(FactoryFinder.java:173) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:138) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:108) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:155) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:435) at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.getValidatorFactory(BeanValidationTest.java:109) at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.testUnmarshalInvalid(BeanValidationTest.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:587) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:705) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:704) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:47) ... 62 more org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalValid in reactor org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902 Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:77) at jakarta.el.FactoryFinder.find(FactoryFinder.java:173) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:138) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:108) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:155) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:435) at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.getValidatorFactory(BeanValidationTest.java:109) at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.testUnmarshalValid(BeanValidationTest.java:100) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:587) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:705) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:704) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:47) ... 61 more org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-52e5d62f-68ec-4666-828f-7a4748f68578] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, }, ManifestEntry{ key=PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@68bad436.] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.539 s -- in org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest [INFO] Running org.eclipse.persistence.testing.osgi.OSGiBundleTest [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@a97029a]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] ERROR: Bundle com.sun.xml.bind.jaxb-xjc [14] Error starting file:/tmp/1713358473625-0/pax-exam-downloads/com.sun.xml.bind.jaxb-xjc_4.0.3.jar (org.osgi.framework.BundleException: Unable to resolve com.sun.xml.bind.jaxb-xjc [14](R 14.0): missing requirement [com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0))) Unresolved requirements: [[com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0)))]) org.osgi.framework.BundleException: Unable to resolve com.sun.xml.bind.jaxb-xjc [14](R 14.0): missing requirement [com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0))) Unresolved requirements: [[com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0)))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297) at java.base/java.lang.Thread.run(Thread.java:833) org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-52e5d62f-68ec-4666-828f-7a4748f68578] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-3877b382-68a4-4373-a6ad-fa78db732270, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }, ManifestEntry{ key=PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-342a0111-265c-49c1-8981-426989923bf5, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, }, ManifestEntry{ key=PaxExam-351075a0-c539-46c0-87b2-06810255e1ec, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-3877b382-68a4-4373-a6ad-fa78db732270 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-3877b382-68a4-4373-a6ad-fa78db732270" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-342a0111-265c-49c1-8981-426989923bf5 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-342a0111-265c-49c1-8981-426989923bf5" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-351075a0-c539-46c0-87b2-06810255e1ec to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-351075a0-c539-46c0-87b2-06810255e1ec" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25 to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f to be in PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJavaxXmlParsers in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbJavamodelOxm in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbJavamodel in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxb in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testInternalJaxbMany in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbCompiler in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbMetadata in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testAsmCoreVersion in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbXmlmodel in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJavaxNaming in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testOrgXmlSaxHelpers in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbJavamodelReflection in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbDynamic in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbAttachment in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testInternalJaxb in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbDynamicMetadata in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testAsmELVersion in reactor org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbRs in reactor org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-52e5d62f-68ec-4666-828f-7a4748f68578] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-3877b382-68a4-4373-a6ad-fa78db732270, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }, ManifestEntry{ key=PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-342a0111-265c-49c1-8981-426989923bf5, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-82961bb8-e4ca-4e9c-abbf-91d6c3a5086c,PaxExam-c0d544b3-ab76-424e-a115-92242746d2e5,PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899,PaxExam-f3b30ab9-87f3-4af9-bb4e-65376b155205,PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25,PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007,PaxExam-8f0ff52b-0ffd-4dda-ba62-b68da61081d1,PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04,PaxExam-3877b382-68a4-4373-a6ad-fa78db732270,PaxExam-351075a0-c539-46c0-87b2-06810255e1ec,PaxExam-65a297fc-fbc3-42db-906b-46534afcd18f,PaxExam-5f1aadef-1c4e-491d-abd5-0f6a4be29939,PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f,PaxExam-6f7b1399-9ec0-4980-824b-e8f4699dcb71,PaxExam-9bb98485-5889-4d84-a006-22f826c89fb9,PaxExam-9b7dc532-1db5-4a5d-a51c-d29d008065f7,PaxExam-342a0111-265c-49c1-8981-426989923bf5,PaxExam-5d48f3d5-93ed-4477-89dc-990ba8e0dd81,PaxExam-1a22d26e-2591-47c9-923c-88ed1b125eb2,PaxExam-c49ceb46-9446-4be8-8137-7a774e5364af,PaxExam-87fb0a0f-a0ac-4fa9-984c-07cab2841028,PaxExam-1d175cbd-89c5-45cc-b4ac-1820791f72ef,PaxExam-2b81368e-d419-43c9-8097-368b53ec6d5c,PaxExam-7196bbdf-a92c-4940-a9b3-18797616575f,PaxExam-c3d947d6-fecf-4ac4-be64-acc7086eacb0,PaxExam-0a66353f-f0c3-4a4c-a25f-2cfb092eec7d, }, ManifestEntry{ key=PaxExam-351075a0-c539-46c0-87b2-06810255e1ec, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-5318bef9-16d2-452e-9c29-a6b01c073007, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-2906f20d-9a95-4e40-a972-56a106f51e04, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-2de0d315-36ce-474d-b2dc-1f02af69e899, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-327c34df-3cd2-43ab-842b-ceafed5d4f25, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-9762d171-ca93-4df2-8afe-b9c83e80316f, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@28a21165.] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.927 s -- in org.eclipse.persistence.testing.osgi.OSGiBundleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- failsafe:3.1.2:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 4.0.3-SNAPSHOT [28/134] [INFO] from testing/server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.8:wget (install-jee-server) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- dependency:3.6.0:copy (configure-glassfish-modules) @ org.eclipse.persistence.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------ [INFO] Building EclipseLink JPA Test 4.0.3-SNAPSHOT [29/134] [INFO] from jpa/eclipselink.jpa.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.8:wget (install-jee-server) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.test --- [INFO] Copying 42 resources from src/it/resources to target/test-classes [INFO] Copying 42 resources from src/it/resources to target/test-classes [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] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 61 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.kohsuke.metainf_services.AnnotationProcessorImpl' less than -source '11' [WARNING] No processor claimed any of these annotations: /jakarta.persistence.OneToMany,/jakarta.persistence.Table,/jakarta.persistence.Embedded,/jakarta.persistence.NamedQuery,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/org.junit.After,/jakarta.persistence.PreUpdate,/org.junit.AfterClass,/org.eclipse.samples.LoggableEmployee,/jakarta.persistence.MapKeyColumn,/org.junit.runners.Suite.SuiteClasses,/org.junit.BeforeClass,/org.junit.Ignore,/jakarta.persistence.PrePersist,/jakarta.persistence.EntityListeners,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.JoinColumn,/jakarta.persistence.Version,/jakarta.persistence.TableGenerator,/org.eclipse.samples.annotations.CycleSelf,/org.junit.Test,/jakarta.persistence.OneToOne,/org.eclipse.samples.annotations.CycleC,/jakarta.persistence.Transient,/org.eclipse.samples.annotations.CycleA,/jakarta.persistence.Id,/org.eclipse.samples.annotations.CycleB,/org.junit.Before,/org.junit.runner.RunWith [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-04-17 12:54:48.36--DatabaseSessionImpl(436532993)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:54:48.812--DatabaseSessionImpl(436532993)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s -- in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.config.ConfigPUTestSuite [EL Warning]: metadata: 2024-04-17 12:54:49.098--ServerSession(2129844134)--Ignoring Jakarta Persistence convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 12:54:49.103--ServerSession(2129844134)--Ignoring Jakarta Persistence convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 12:54:49.117--ServerSession(2129844134)--Ignoring Jakarta Persistence convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 12:54:49.117--ServerSession(2129844134)--Ignoring Jakarta Persistence convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [EL Info]: 2024-04-17 12:54:49.289--ServerSession(2129844134)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.856 s -- in org.eclipse.persistence.testing.tests.jpa.config.ConfigPUTestSuite [INFO] Running org.eclipse.persistence.testing.tests.jpa.dynamic.AllTests [EL Info]: 2024-04-17 12:54:49.788--ServerSession(1269819701)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:49.814--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:49.917--ServerSession(1790229151)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:49.931--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.004--ServerSession(133987402)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:50.018--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.048--ServerSession(293326812)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:50.061--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.128--ServerSession(2138765681)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:50.142--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.273--ServerSession(379886173)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:50.285--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.381--ServerSession(1315908533)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:50.393--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.495--ServerSession(934640468)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:50.507--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.587--ServerSession(754592847)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:50.598--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.67--ServerSession(1135870515)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:50.681--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.827--ServerSession(1806121021)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:50.839--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.908--ServerSession(1019157412)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:50.92--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:50.988--ServerSession(1196200241)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:51.0--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:51.147--ServerSession(963573938)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:51.161--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:51.444--ServerSession(840109665)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:51.459--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:54:51.666--ServerSession(148436820)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:54:51.682--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.175 s -- in org.eclipse.persistence.testing.tests.jpa.dynamic.AllTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.unit.EMFProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.jpa.unit.EMFProviderTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.unit.IsolatedHashMapTest [EL Info]: 2024-04-17 12:54:51.889--IsolatedHashMapTest.testIsolationInRealContext() [EL Info]: 2024-04-17 12:54:51.889-- Partition ID: 0 [EL Info]: 2024-04-17 12:54:51.889-- Adding session name: $0 [EL Info]: 2024-04-17 12:54:51.889-- Adding session name: 00$0 [EL Info]: 2024-04-17 12:54:51.889-- Adding session name: 0mySession$0 [EL Info]: 2024-04-17 12:54:51.889-- Adding session name: 0EclipseLink$0 [EL Info]: 2024-04-17 12:54:51.891-- Checking map size: session names count = 4, map size = 4 [EL Info]: 2024-04-17 12:54:51.891-- Getting and checking session name: 0EclipseLink$0 [EL Info]: 2024-04-17 12:54:51.891-- Getting and checking session name: 0mySession$0 [EL Info]: 2024-04-17 12:54:51.891-- Getting and checking session name: 00$0 [EL Info]: 2024-04-17 12:54:51.891-- Getting and checking session name: $0 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.tests.jpa.unit.IsolatedHashMapTest [INFO] Running org.eclipse.persistence.testing.tests.jpa22.metadata.MetadataASMFactoryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.tests.jpa22.metadata.MetadataASMFactoryTest [INFO] Running org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- dependency:3.6.0:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >---- [INFO] Building EclipseLink Bundles Other 4.0.3-SNAPSHOT [30/134] [INFO] from bundles/others/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.bundles.other --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.bundles.other --- [INFO] Copying 4 resources from src/main/resources/filtered to target/classes [INFO] Copying 63 resources from src/main/resources/nonfiltered to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.bundles.other --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.bundles.other --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles.other --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.bundles.other --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.bundles.other --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.bundles.other --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- dependency:3.6.0:copy (prepare-jars-for-eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:3.1.0:jar [INFO] jakarta.persistence:jakarta.persistence-api:3.1.0:jar already exists in /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-src.zip/jpa/plugins [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (sdo-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Copying org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/org.eclipse.persistence.sdo-javadoc.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles.other --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.5.0:jar (all-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.5.0:jar (nosql-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.bundles.other --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-plugins-nosql.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-plugins-nosql.zip [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-plugins.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-plugins.zip.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.asm:*' o 'org.eclipse.persistence:org.eclipse.persistence.oracleddlparser:*' o 'org.eclipse.persistence:commonj.sdo:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'com.sun:tools' o 'com.sun.xml.fastinfoset' o 'com.sun.istack' o 'org.glassfish.grizzly' o 'org.glassfish.ha' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.inject:jakarta.inject' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-plugins.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:4.0.3-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-shared-lib.ear) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence4.0.3-SNAPSHOT-shared-lib.ear [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-shared-lib.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink4.0.3-SNAPSHOT-shared-lib.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:4.0.3-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-core-tests.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.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/eclipselink-nightly-4.0/bundles/others/target/org.eclipse.persistence.bundles.other-4.0.3-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-coretest-framework.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.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/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-jpa-tests.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.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/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-jpatest-framework.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.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/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-test-jars.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-test-jars.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:4.0.3-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/src/main/assembly/eclipselink-test-src.zip.xml [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test.framework:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.nosql:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:jar:4.0.3-SNAPSHOT [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.oracle.spatial' [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.moxy:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo:jar:4.0.3-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo.server.test:jar:4.0.3-SNAPSHOT [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-test-src.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:4.0.3-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles.other --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] -------------------< org.eclipse.persistence:p2site >------------------- [INFO] Building EclipseLink Bundles P2 Site 4.0.3-SNAPSHOT [31/134] [INFO] from bundles/p2site/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ p2site --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ p2site --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ p2site --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ p2site --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/p2site/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/p2site/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ p2site --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ p2site --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ p2site --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/p2site/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ p2site --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ p2site --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ p2site --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ p2site --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 4.0.3-SNAPSHOT [32/134] [INFO] from testing/server-oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.8:wget (install-jee-server) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server-oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server-oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/testing/server-oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- dependency:3.6.0:copy (configure-glassfish-modules) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >--- [INFO] Building EclipseLink SDO Test Server 4.0.3-SNAPSHOT [33/134] [INFO] from sdo/eclipselink.sdo.test.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.sdo.server.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.8:wget (install-jee-server) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.sdo.server.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.sdo.server.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.sdo.server.test --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.sdo.server.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.kohsuke.metainf_services.AnnotationProcessorImpl' less than -source '11' [WARNING] No processor claimed any of these annotations: /jakarta.ejb.Remote,/jakarta.ejb.Startup,/jakarta.annotation.PostConstruct,/jakarta.ejb.Stateless,/jakarta.ejb.Singleton [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.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/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-4.0.3-SNAPSHOT-client.jar [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.sdo.server.test --- [INFO] WildFlyHomeDir exists:false [INFO] Skip WildFly configuration: true [INFO] [INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- dependency:3.6.0:copy (configure-glassfish-modules) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.10.7:restart (start-container) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-sdo-server) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- cargo:1.10.7:stop (stop-container) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.1.2:verify (verify-server-test) @ org.eclipse.persistence.sdo.server.test --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >---- [INFO] Building EclipseLink JPA JSE Test 4.0.3-SNAPSHOT [34/134] [INFO] from jpa/eclipselink.jpa.test.jse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.jse.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.jse.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/test/resources [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 283 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[10598,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[10672,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[10746,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[10828,44] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[10926,44] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11024,44] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/canonical/TestCanonicalMetaModel.java:[60,48] auto-closeable resource acemf is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[74,46] getYear() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[75,36] getMonth() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[76,36] getDate() in java.util.Date has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryHints.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryHints.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- staticweave:1.0.0:weave (default) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Start EclipseLink static weaving... [INFO] Finished EclipseLink static weaving. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-jse-without-deadlock) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction [EL Info]: 2024-04-17 12:55:16.588--ServerSession(1401316767)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 s -- in org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestSimpleCase [EL Info]: 2024-04-17 12:55:17.18--ServerSession(1972326147)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s -- in org.eclipse.persistence.jpa.test.criteria.TestSimpleCase [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder [EL Info]: 2024-04-17 12:55:17.424--ServerSession(1299497914)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestDateTimeFunctions [EL Info]: 2024-04-17 12:55:17.609--ServerSession(1318209130)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.eclipse.persistence.jpa.test.criteria.TestDateTimeFunctions [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCollectionTable [EL Info]: 2024-04-17 12:55:17.794--ServerSession(571928572)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.persistence.jpa.test.criteria.TestCollectionTable [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestNegFunction [EL Info]: 2024-04-17 12:55:17.887--ServerSession(1760763936)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.persistence.jpa.test.criteria.TestNegFunction [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestMathFunctions [EL Info]: 2024-04-17 12:55:17.945--ServerSession(872592585)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.310 s -- in org.eclipse.persistence.jpa.test.criteria.TestMathFunctions [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCase [EL Fine]: server: 2024-04-17 12:55:18.255--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:18.258--ServerSession(1031780408)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:18.26--ServerSession(1031780408)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-04-17 12:55:18.264--ServerSession(1031780408)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:18.281--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:18.281--ServerSession(1031780408)--Connection(1023423954)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:18.296--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:18.298--ServerSession(1031780408)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024-04-17 12:55:18.299--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:18.301--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:18.302--ServerSession(1031780408)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.303--ServerSession(1031780408)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024-04-17 12:55:18.312--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:18.313--ServerSession(1031780408)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.313--ServerSession(1031780408)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024-04-17 12:55:18.313--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:18.314--ServerSession(1031780408)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.314--ServerSession(1031780408)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024-04-17 12:55:18.315--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:18.315--ServerSession(1031780408)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.316--ServerSession(1031780408)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024-04-17 12:55:18.316--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:18.316--ServerSession(1031780408)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.317--ServerSession(1031780408)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024-04-17 12:55:18.317--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-04-17 12:55:18.324--ClientSession(992457879)--Connection(438493423)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key02, 2, A, B, C, D] [EL Fine]: sql: 2024-04-17 12:55:18.325--ClientSession(992457879)--Connection(438493423)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key01, 1, A, B, C, D] [EL Fine]: sql: 2024-04-17 12:55:18.328--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-04-17 12:55:18.329--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024-04-17 12:55:18.33--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-04-17 12:55:18.331--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN ((ITEM_INTEGER1 = ?) AND (KEY_CHAR = ?)) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1, Key01, A, 100, B, C] [EL Fine]: sql: 2024-04-17 12:55:18.333--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT CASE ITEM_STRING2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 bind => [A, 42, B, 100, 0] [EL Fine]: sql: 2024-04-17 12:55:18.335--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT CASE ITEM_INTEGER1 WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [1, true, false] [EL Fine]: sql: 2024-04-17 12:55:18.34--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-04-17 12:55:18.34--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024-04-17 12:55:18.343--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-04-17 12:55:18.343--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024-04-17 12:55:18.345--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT CASE ITEM_STRING2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 bind => [A, 42, B, 100, 0] [EL Fine]: sql: 2024-04-17 12:55:18.349--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT CASE WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [1, true, false] [EL Fine]: sql: 2024-04-17 12:55:18.352--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-04-17 12:55:18.353--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024-04-17 12:55:18.355--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-04-17 12:55:18.357--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024-04-17 12:55:18.365--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1, CASE ITEM_STRING2 WHEN ? THEN ? ELSE ? END, SUM(CASE WHEN (ITEM_STRING3 = ?) THEN ? ELSE ? END), SUM(CASE WHEN (ITEM_STRING4 = ?) THEN ? ELSE ? END) FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1, ITEM_STRING2 bind => [J, Japan, Other, C, 1, 0, D, 1, 0] [EL Fine]: sql: 2024-04-17 12:55:18.368--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT CASE ITEM_STRING2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 bind => [A, 42, B, 100, 0] [EL Fine]: sql: 2024-04-17 12:55:18.372--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT CASE WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [1, true, false] [EL Fine]: sql: 2024-04-17 12:55:18.374--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024-04-17 12:55:18.376--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1, A, 100, B, C] [EL Fine]: connection: 2024-04-17 12:55:18.379--ServerSession(1031780408)--Connection(438493423)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:18.38--ServerSession(1031780408)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-04-17 12:55:18.38--ServerSession(1031780408)--Connection(1023423954)--Thread(Thread[main,5,main])--disconnect [WARNING] Tests run: 21, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.127 s -- in org.eclipse.persistence.jpa.test.query.TestQueryCase [INFO] Running org.eclipse.persistence.jpa.test.query.TestSimpleQuery [EL Info]: 2024-04-17 12:55:18.394--ServerSession(1709043290)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.persistence.jpa.test.query.TestSimpleQuery [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryProperties [EL Info]: 2024-04-17 12:55:18.491--ServerSession(917131986)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:18.55--ServerSession(1624702420)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:18.583--ServerSession(2085813377)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.eclipse.persistence.jpa.test.query.TestQueryProperties [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHaving [EL Fine]: server: 2024-04-17 12:55:18.617--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:18.618--ServerSession(1190724320)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:18.619--ServerSession(1190724320)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-04-17 12:55:18.622--ServerSession(1190724320)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:18.637--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:18.637--ServerSession(1190724320)--Connection(1902499120)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:18.647--ServerSession(1190724320)--Connection(455996330)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:18.648--ServerSession(1190724320)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024-04-17 12:55:18.649--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:18.65--ServerSession(1190724320)--Connection(455996330)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:18.653--ServerSession(1190724320)--Connection(455996330)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-04-17 12:55:18.659--ClientSession(1228589267)--Connection(455996330)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key10, 3, A, null, C, D] [EL Fine]: sql: 2024-04-17 12:55:18.662--ClientSession(1228589267)--Connection(455996330)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key13, 4, A, B, C, null] [EL Fine]: sql: 2024-04-17 12:55:18.663--ClientSession(1228589267)--Connection(455996330)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key11, 4, A, B, C, null] [EL Fine]: sql: 2024-04-17 12:55:18.663--ClientSession(1228589267)--Connection(455996330)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key12, 3, null, B, C, D] [EL Fine]: sql: 2024-04-17 12:55:18.666--ServerSession(1190724320)--Connection(455996330)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?) bind => [2] [EL Fine]: sql: 2024-04-17 12:55:18.668--ServerSession(1190724320)--Connection(455996330)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?) bind => [2] [EL Fine]: sql: 2024-04-17 12:55:18.669--ServerSession(1190724320)--Connection(455996330)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?) bind => [2] [EL Fine]: sql: 2024-04-17 12:55:18.67--ServerSession(1190724320)--Connection(455996330)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?) bind => [2] [EL Fine]: connection: 2024-04-17 12:55:18.671--ServerSession(1190724320)--Connection(455996330)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:18.671--ServerSession(1190724320)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-04-17 12:55:18.672--ServerSession(1190724320)--Connection(1902499120)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.persistence.jpa.test.query.TestQueryHaving [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryUpdate [EL Fine]: server: 2024-04-17 12:55:18.674--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:18.675--ServerSession(413293501)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:18.676--ServerSession(413293501)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-04-17 12:55:18.678--ServerSession(413293501)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:18.689--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:18.689--ServerSession(413293501)--Connection(1434651019)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:18.699--ServerSession(413293501)--Connection(2095602418)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:18.7--ServerSession(413293501)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024-04-17 12:55:18.7--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:18.702--ServerSession(413293501)--Connection(2095602418)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:18.704--ServerSession(413293501)--Connection(2095602418)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-04-17 12:55:18.709--ClientSession(1041219253)--Connection(2095602418)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key22, 9, null, B, C, D] [EL Fine]: sql: 2024-04-17 12:55:18.71--ClientSession(1041219253)--Connection(2095602418)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key13, 4, A, B, C, null] [EL Fine]: sql: 2024-04-17 12:55:18.711--ClientSession(1041219253)--Connection(2095602418)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key21, 8, A, B, C, null] [EL Fine]: sql: 2024-04-17 12:55:18.711--ClientSession(1041219253)--Connection(2095602418)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key20, 9, A, null, C, D] [EL Fine]: sql: 2024-04-17 12:55:18.714--ClientSession(1600061360)--Connection(2095602418)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:18.716--ClientSession(1600061360)--Connection(2095602418)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:18.717--ClientSession(1600061360)--Connection(2095602418)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:18.719--ClientSession(619621481)--Connection(2095602418)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:18.72--ClientSession(619621481)--Connection(2095602418)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:18.721--ClientSession(619621481)--Connection(2095602418)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: connection: 2024-04-17 12:55:18.721--ServerSession(413293501)--Connection(2095602418)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:18.722--ServerSession(413293501)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-04-17 12:55:18.722--ServerSession(413293501)--Connection(1434651019)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.persistence.jpa.test.query.TestQueryUpdate [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests [EL Fine]: server: 2024-04-17 12:55:18.727--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:18.729--ServerSession(884502914)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:18.73--ServerSession(884502914)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:18.73--ServerSession(884502914)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:18.73--ServerSession(884502914)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:18.731--ServerSession(884502914)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:18.731--ServerSession(884502914)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:18.731--ServerSession(884502914)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:18.731--ServerSession(884502914)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:18.732--ServerSession(884502914)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:18.732--ServerSession(884502914)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:18.733--ServerSession(884502914)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:18.736--ServerSession(884502914)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:18.747--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:18.747--ServerSession(884502914)--Connection(1789376127)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:18.758--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:18.759--ServerSession(884502914)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024-04-17 12:55:18.76--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:18.761--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:18.762--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.763--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.COLTABLE1' doesn't exist Error Code: 1146 Call: ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id Query: DataModifyQuery(sql="ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id") [EL Fine]: sql: 2024-04-17 12:55:18.763--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:18.764--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.764--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024-04-17 12:55:18.764--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:18.765--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.766--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024-04-17 12:55:18.766--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:18.766--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.767--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024-04-17 12:55:18.767--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:18.768--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.768--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024-04-17 12:55:18.768--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:18.769--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.77--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024-04-17 12:55:18.77--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:18.771--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.771--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024-04-17 12:55:18.771--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:18.772--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.773--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024-04-17 12:55:18.773--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:18.774--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.774--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024-04-17 12:55:18.774--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:18.775--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.775--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024-04-17 12:55:18.776--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:18.776--ServerSession(884502914)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:18.777--ServerSession(884502914)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024-04-17 12:55:18.777--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:18.782--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:18.785--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:18.796--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:18.798--ServerSession(1373300625)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:18.799--ServerSession(1373300625)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:18.8--ServerSession(1373300625)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:18.8--ServerSession(1373300625)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:18.8--ServerSession(1373300625)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:18.801--ServerSession(1373300625)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:18.801--ServerSession(1373300625)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:18.801--ServerSession(1373300625)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:18.801--ServerSession(1373300625)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:18.801--ServerSession(1373300625)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:18.802--ServerSession(1373300625)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:18.804--ServerSession(1373300625)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:18.815--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:18.816--ServerSession(1373300625)--Connection(1065443868)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:18.828--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:18.829--ServerSession(1373300625)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024-04-17 12:55:18.83--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:18.831--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:18.838--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:18.842--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:18.844--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:18.851--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:18.855--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:18.866--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:18.868--ServerSession(825791803)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:18.87--ServerSession(825791803)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:18.87--ServerSession(825791803)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:18.87--ServerSession(825791803)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:18.871--ServerSession(825791803)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:18.871--ServerSession(825791803)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:18.871--ServerSession(825791803)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:18.871--ServerSession(825791803)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:18.872--ServerSession(825791803)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:18.872--ServerSession(825791803)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:18.872--ServerSession(825791803)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:18.874--ServerSession(825791803)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:18.886--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:18.886--ServerSession(825791803)--Connection(1592415783)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:18.897--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:18.898--ServerSession(825791803)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024-04-17 12:55:18.899--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:18.9--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:18.905--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:18.907--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:18.909--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:18.913--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:18.916--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-04-17 12:55:18.927--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.929--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.93--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.931--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.933--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.934--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.935--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.935--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.937--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:18.938--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:18.939--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:18.939--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:18.941--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:18.942--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:18.943--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:18.944--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:18.945--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.946--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.947--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.948--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.949--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:18.95--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:18.951--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.952--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:18.953--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:18.953--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.956--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.958--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.959--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.96--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.961--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.962--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.964--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:18.965--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:18.967--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:18.968--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:18.969--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:18.97--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:18.971--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:18.972--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:18.973--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:18.974--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:18.975--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:18.975--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:18.977--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:18.978--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:18.979--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:18.98--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:18.982--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.984--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.986--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.987--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.988--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.989--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:18.99--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.991--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.992--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), STRVAL2)) bind => [HELLO, ] [EL Fine]: sql: 2024-04-17 12:55:18.993--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.994--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:18.995--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(?, CONCAT(?, STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024-04-17 12:55:18.996--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:18.997--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:18.999--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:18.999--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:19.0--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:19.001--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:19.002--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.003--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.004--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.004--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.006--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.007--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.008--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.009--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.011--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.012--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.013--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.013--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.014--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.014--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.016--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.016--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.017--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.018--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.019--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.019--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.02--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.021--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.022--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.023--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.024--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.025--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.025--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.026--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.03--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-04-17 12:55:19.032--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-04-17 12:55:19.033--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.034--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.035--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.035--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.036--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.037--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.038--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.039--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.04--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.04--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.041--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.042--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.043--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.044--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.045--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.046--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.047--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.047--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.049--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.05--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.051--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.052--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.053--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.054--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.055--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.056--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.057--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.058--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.058--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.059--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.06--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.061--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.062--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.062--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.063--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.064--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.065--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), STRVAL2)) bind => [HELLO, ] [EL Fine]: sql: 2024-04-17 12:55:19.066--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.067--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.067--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(?, CONCAT(?, STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024-04-17 12:55:19.069--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-04-17 12:55:19.07--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-04-17 12:55:19.072--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.073--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.073--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.074--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.075--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-04-17 12:55:19.076--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024-04-17 12:55:19.078--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.079--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.08--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.08--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.081--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.081--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.083--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.084--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.085--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.086--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.087--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.088--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.089--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.09--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.09--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.091--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.092--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.093--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.094--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), STRVAL2)) bind => [HELLO, ] [EL Fine]: sql: 2024-04-17 12:55:19.095--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.095--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.096--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(?, CONCAT(?, STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024-04-17 12:55:19.097--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.098--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.099--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.1--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.1--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.101--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.102--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.103--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.104--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.105--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.105--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.106--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024-04-17 12:55:19.107--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.108--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.108--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.109--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.11--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.111--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.112--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.112--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.113--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.114--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.115--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.116--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.116--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.117--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.118--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.119--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.12--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.12--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.121--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.121--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.123--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.124--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.125--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.125--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.126--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.126--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.127--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.128--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.129--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.13--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.13--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.131--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.132--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.133--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.133--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.134--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.135--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.136--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.137--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.138--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.139--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.139--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.141--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.142--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.143--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.143--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.145--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:19.146--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:19.147--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:19.148--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:19.148--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:19.149--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?)) bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:19.15--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.151--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.152--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.153--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.154--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.155--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.156--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.157--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.157--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.158--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.159--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.16--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.161--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.161--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.162--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.163--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.169--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.17--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.17--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.171--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.172--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.173--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.173--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.174--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.175--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.175--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.176--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.177--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.178--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.179--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.179--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.18--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.18--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.181--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024-04-17 12:55:19.182--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.183--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.183--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.184--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.185--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.186--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.186--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.187--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024-04-17 12:55:19.188--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.189--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.19--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.19--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.191--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.191--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.192--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.193--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.194--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.194--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024-04-17 12:55:19.196--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.197--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.198--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.198--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.199--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.2--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.201--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.201--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.202--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.202--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.204--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.205--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.206--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.207--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024-04-17 12:55:19.208--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.209--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.209--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.21--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.21--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.211--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.212--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.213--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.213--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.214--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.214--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.215--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:19.216--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.217--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.217--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.218--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.218--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.219--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024-04-17 12:55:19.22--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.221--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.222--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.223--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.224--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.224--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:19.225--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.226--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.227--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024-04-17 12:55:19.227--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: connection: 2024-04-17 12:55:19.228--ServerSession(1373300625)--Connection(1386429503)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.228--ServerSession(1373300625)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:19.228--ServerSession(1373300625)--Connection(1065443868)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.228--ServerSession(825791803)--Connection(1349168118)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.229--ServerSession(825791803)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:19.229--ServerSession(825791803)--Connection(1592415783)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.229--ServerSession(884502914)--Connection(915540950)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.229--ServerSession(884502914)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:19.229--ServerSession(884502914)--Connection(1789376127)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHints [EL Info]: 2024-04-17 12:55:19.243--ServerSession(302905744)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.persistence.jpa.test.query.TestQueryHints [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests [EL Fine]: server: 2024-04-17 12:55:19.328--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:19.33--ServerSession(2079332573)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.331--ServerSession(2079332573)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:19.331--ServerSession(2079332573)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:19.331--ServerSession(2079332573)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:19.331--ServerSession(2079332573)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.332--ServerSession(2079332573)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.332--ServerSession(2079332573)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.332--ServerSession(2079332573)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.332--ServerSession(2079332573)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.332--ServerSession(2079332573)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.332--ServerSession(2079332573)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:19.334--ServerSession(2079332573)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:19.344--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.344--ServerSession(2079332573)--Connection(1958814164)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.353--ServerSession(2079332573)--Connection(1073564434)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:19.354--ServerSession(2079332573)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024-04-17 12:55:19.355--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:19.356--ServerSession(2079332573)--Connection(1073564434)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:19.36--ServerSession(2079332573)--Connection(1073564434)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:19.364--ServerSession(2079332573)--Connection(1073564434)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:19.366--ServerSession(2079332573)--Connection(1073564434)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:19.37--ServerSession(2079332573)--Connection(1073564434)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:19.373--ServerSession(2079332573)--Connection(1073564434)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:19.382--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:19.384--ServerSession(395752148)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.385--ServerSession(395752148)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:19.385--ServerSession(395752148)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:19.385--ServerSession(395752148)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:19.385--ServerSession(395752148)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.386--ServerSession(395752148)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.386--ServerSession(395752148)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.386--ServerSession(395752148)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.386--ServerSession(395752148)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.386--ServerSession(395752148)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.386--ServerSession(395752148)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:19.388--ServerSession(395752148)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:19.398--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.398--ServerSession(395752148)--Connection(2131888461)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.407--ServerSession(395752148)--Connection(2111916009)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:19.408--ServerSession(395752148)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024-04-17 12:55:19.408--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:19.409--ServerSession(395752148)--Connection(2111916009)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:19.414--ServerSession(395752148)--Connection(2111916009)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:19.416--ServerSession(395752148)--Connection(2111916009)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:19.418--ServerSession(395752148)--Connection(2111916009)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:19.421--ServerSession(395752148)--Connection(2111916009)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:19.425--ServerSession(395752148)--Connection(2111916009)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:19.436--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:19.437--ServerSession(1821330375)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.438--ServerSession(1821330375)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:19.438--ServerSession(1821330375)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:19.438--ServerSession(1821330375)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:19.438--ServerSession(1821330375)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.439--ServerSession(1821330375)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.439--ServerSession(1821330375)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.439--ServerSession(1821330375)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.439--ServerSession(1821330375)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.439--ServerSession(1821330375)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.44--ServerSession(1821330375)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:19.441--ServerSession(1821330375)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:19.453--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.453--ServerSession(1821330375)--Connection(2015215172)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.462--ServerSession(1821330375)--Connection(803152631)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:19.463--ServerSession(1821330375)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024-04-17 12:55:19.463--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:19.465--ServerSession(1821330375)--Connection(803152631)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:19.469--ServerSession(1821330375)--Connection(803152631)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:19.471--ServerSession(1821330375)--Connection(803152631)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:19.473--ServerSession(1821330375)--Connection(803152631)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:19.477--ServerSession(1821330375)--Connection(803152631)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:19.48--ServerSession(1821330375)--Connection(803152631)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-04-17 12:55:19.493--ClientSession(1106740707)--Connection(803152631)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.495--ClientSession(1106740707)--Connection(803152631)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.497--ClientSession(1106740707)--Connection(803152631)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.498--ClientSession(1106740707)--Connection(803152631)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.498--ClientSession(1106740707)--Connection(803152631)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.499--ClientSession(1106740707)--Connection(803152631)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.501--ClientSession(751262501)--Connection(1073564434)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.503--ClientSession(751262501)--Connection(1073564434)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.504--ClientSession(751262501)--Connection(1073564434)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.505--ClientSession(751262501)--Connection(1073564434)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.505--ClientSession(751262501)--Connection(1073564434)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.506--ClientSession(751262501)--Connection(1073564434)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.508--ClientSession(153623833)--Connection(2111916009)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.509--ClientSession(153623833)--Connection(2111916009)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.511--ClientSession(153623833)--Connection(2111916009)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.512--ClientSession(153623833)--Connection(2111916009)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.513--ClientSession(153623833)--Connection(2111916009)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024-04-17 12:55:19.514--ClientSession(153623833)--Connection(2111916009)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: connection: 2024-04-17 12:55:19.514--ServerSession(395752148)--Connection(2111916009)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.515--ServerSession(395752148)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:19.515--ServerSession(395752148)--Connection(2131888461)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.515--ServerSession(1821330375)--Connection(803152631)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.515--ServerSession(1821330375)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:19.515--ServerSession(1821330375)--Connection(2015215172)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.516--ServerSession(2079332573)--Connection(1073564434)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.516--ServerSession(2079332573)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:19.516--ServerSession(2079332573)--Connection(1958814164)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIN [EL Fine]: server: 2024-04-17 12:55:19.518--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:19.519--ServerSession(1179314953)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.52--ServerSession(1179314953)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-04-17 12:55:19.522--ServerSession(1179314953)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:19.533--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.533--ServerSession(1179314953)--Connection(1773966724)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.542--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:19.543--ServerSession(1179314953)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024-04-17 12:55:19.543--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:19.544--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:19.547--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-04-17 12:55:19.552--ClientSession(504497704)--Connection(261477965)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key06, 2, SIX, SEVEN, EIGHT, NINE] [EL Fine]: sql: 2024-04-17 12:55:19.553--ClientSession(504497704)--Connection(261477965)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key05, 1, ONE, TWO, THREE, FIVE] [EL Fine]: sql: 2024-04-17 12:55:19.555--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.556--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.558--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.559--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.563--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.566--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.567--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-04-17 12:55:19.568--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-04-17 12:55:19.568--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?,?,?,?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-04-17 12:55:19.569--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-04-17 12:55:19.57--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-04-17 12:55:19.57--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-04-17 12:55:19.572--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-04-17 12:55:19.573--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-04-17 12:55:19.574--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?,?,?,?)) bind => [HELLO, ONE, WORLD, PEOPLE] [EL Fine]: sql: 2024-04-17 12:55:19.575--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.576--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.577--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t0.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.577--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.579--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?)) bind => [SEVEN] [EL Fine]: sql: 2024-04-17 12:55:19.581--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?))) bind => [TEN, SEVEN, ELEVEN] [EL Fine]: connection: 2024-04-17 12:55:19.581--ServerSession(1179314953)--Connection(261477965)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.582--ServerSession(1179314953)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-04-17 12:55:19.582--ServerSession(1179314953)--Connection(1773966724)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.persistence.jpa.test.query.TestQueryIN [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests [EL Fine]: server: 2024-04-17 12:55:19.584--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:19.585--ServerSession(566105282)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.586--ServerSession(566105282)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:19.586--ServerSession(566105282)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:19.586--ServerSession(566105282)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:19.586--ServerSession(566105282)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.587--ServerSession(566105282)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.587--ServerSession(566105282)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.587--ServerSession(566105282)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.587--ServerSession(566105282)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.587--ServerSession(566105282)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.587--ServerSession(566105282)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:19.589--ServerSession(566105282)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:19.598--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.598--ServerSession(566105282)--Connection(1629595613)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.613--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:19.614--ServerSession(566105282)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024-04-17 12:55:19.615--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:19.616--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:19.621--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:19.623--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:19.625--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:19.628--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:19.631--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:19.641--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:19.642--ServerSession(1663189493)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.643--ServerSession(1663189493)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:19.643--ServerSession(1663189493)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:19.643--ServerSession(1663189493)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:19.644--ServerSession(1663189493)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.644--ServerSession(1663189493)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.644--ServerSession(1663189493)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.644--ServerSession(1663189493)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.644--ServerSession(1663189493)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.644--ServerSession(1663189493)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.644--ServerSession(1663189493)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:19.646--ServerSession(1663189493)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:19.656--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.656--ServerSession(1663189493)--Connection(1425202985)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.665--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:19.666--ServerSession(1663189493)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024-04-17 12:55:19.666--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:19.668--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:19.672--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:19.675--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:19.677--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:19.68--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:19.684--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:19.693--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:19.695--ServerSession(1414953733)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.696--ServerSession(1414953733)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:19.696--ServerSession(1414953733)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:19.696--ServerSession(1414953733)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:19.696--ServerSession(1414953733)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.697--ServerSession(1414953733)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.697--ServerSession(1414953733)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:19.697--ServerSession(1414953733)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.697--ServerSession(1414953733)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:19.697--ServerSession(1414953733)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.697--ServerSession(1414953733)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:19.699--ServerSession(1414953733)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:19.71--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.71--ServerSession(1414953733)--Connection(1277969640)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.719--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:19.72--ServerSession(1414953733)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024-04-17 12:55:19.72--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:19.721--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:19.726--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:19.729--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:19.73--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:19.734--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:19.737--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-04-17 12:55:19.747--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.749--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.75--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.75--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.752--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.753--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.753--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.754--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.756--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.757--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.757--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 2, 4] [EL Fine]: sql: 2024-04-17 12:55:19.758--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.758--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.759--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [2, 4, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.76--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.761--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.762--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.762--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.763--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.764--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.765--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.765--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.766--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.766--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.767--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.768--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.769--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.769--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.77--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.771--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.771--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.772--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.773--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.774--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.774--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.775--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024-04-17 12:55:19.776--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.777--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.777--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 2, 4] [EL Fine]: sql: 2024-04-17 12:55:19.778--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.778--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.779--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [2, 4, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.78--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.781--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.781--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.782--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.782--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.783--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.784--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.785--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.786--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 2, 4] [EL Fine]: sql: 2024-04-17 12:55:19.786--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.787--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.787--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [2, 4, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.788--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.789--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.789--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.79--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.791--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.792--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.792--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.793--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.793--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.794--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024-04-17 12:55:19.795--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.795--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.796--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.796--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024-04-17 12:55:19.797--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.798--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.798--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024-04-17 12:55:19.799--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: connection: 2024-04-17 12:55:19.799--ServerSession(1663189493)--Connection(810898134)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.8--ServerSession(1663189493)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:19.8--ServerSession(1663189493)--Connection(1425202985)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.8--ServerSession(1414953733)--Connection(635340952)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.8--ServerSession(1414953733)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:19.8--ServerSession(1414953733)--Connection(1277969640)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.8--ServerSession(566105282)--Connection(683639513)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.8--ServerSession(566105282)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:19.8--ServerSession(566105282)--Connection(1629595613)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryOrderBy [EL Fine]: server: 2024-04-17 12:55:19.802--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:19.803--ServerSession(1828724670)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.804--ServerSession(1828724670)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-04-17 12:55:19.806--ServerSession(1828724670)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:19.816--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.816--ServerSession(1828724670)--Connection(950625683)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.825--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:19.826--ServerSession(1828724670)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_DefaultPersistenceUnit login successful [EL Fine]: 2024-04-17 12:55:19.826--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:19.827--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:19.83--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: server: 2024-04-17 12:55:19.835--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:19.836--ServerSession(1426407297)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.837--ServerSession(1426407297)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-04-17 12:55:19.838--ServerSession(1426407297)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:19.848--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.848--ServerSession(1426407297)--Connection(1552127607)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.856--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:19.857--ServerSession(1426407297)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_BindLiteralsPersistenceUnit login successful [EL Fine]: 2024-04-17 12:55:19.857--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:19.868--ClientSession(340285255)--Connection(819027530)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key14, 45, A, null, C, D] [EL Fine]: sql: 2024-04-17 12:55:19.869--ClientSession(340285255)--Connection(819027530)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key15, 83, A, B, C, null] [EL Fine]: sql: 2024-04-17 12:55:19.87--ClientSession(340285255)--Connection(819027530)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key17, 29, A, B, C, null] [EL Fine]: sql: 2024-04-17 12:55:19.87--ClientSession(340285255)--Connection(819027530)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key16, 17, null, B, C, D] [EL Fine]: sql: 2024-04-17 12:55:19.872--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? bind => [1] [EL Fine]: sql: 2024-04-17 12:55:19.873--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:19.874--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:19.875--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? bind => [1] [EL Fine]: sql: 2024-04-17 12:55:19.876--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:19.876--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:19.877--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.878--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.879--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.88--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.881--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.881--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.882--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.883--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.884--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.885--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.886--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.886--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.887--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? bind => [1] [EL Fine]: sql: 2024-04-17 12:55:19.888--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:19.888--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:19.889--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.89--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024-04-17 12:55:19.891--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: connection: 2024-04-17 12:55:19.891--ServerSession(1828724670)--Connection(819027530)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.892--ServerSession(1828724670)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_DefaultPersistenceUnit logout successful [EL Fine]: connection: 2024-04-17 12:55:19.892--ServerSession(1828724670)--Connection(950625683)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.892--ServerSession(1426407297)--Connection(1796366727)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.892--ServerSession(1426407297)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_BindLiteralsPersistenceUnit logout successful [EL Fine]: connection: 2024-04-17 12:55:19.892--ServerSession(1426407297)--Connection(1552127607)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.persistence.jpa.test.query.TestQueryOrderBy [INFO] Running org.eclipse.persistence.jpa.test.query.TestTrimFunction [EL Finest]: properties: 2024-04-17 12:55:19.894--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-04-17 12:55:19.894--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Fine]: server: 2024-04-17 12:55:19.894--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Finest]: jpa: 2024-04-17 12:55:19.894--ServerSession(152426436)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Initial; factoryCount 0 [EL Finest]: properties: 2024-04-17 12:55:19.896--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [EL Finest]: properties: 2024-04-17 12:55:19.896--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [EL Finest]: properties: 2024-04-17 12:55:19.896--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [EL Finer]: metadata: 2024-04-17 12:55:19.896--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Finer]: metadata: 2024-04-17 12:55:19.896--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Config]: metadata: 2024-04-17 12:55:19.897--ServerSession(152426436)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.897--ServerSession(152426436)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is being defaulted to: TrimEntity. [EL Config]: metadata: 2024-04-17 12:55:19.897--ServerSession(152426436)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is being defaulted to: TRIMENTITY. [EL Config]: metadata: 2024-04-17 12:55:19.898--ServerSession(152426436)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:19.898--ServerSession(152426436)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Finest]: jpa: 2024-04-17 12:55:19.898--ServerSession(152426436)--Thread(Thread[main,5,main])--End predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 0 [EL Finer]: weaver: 2024-04-17 12:55:19.898--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [EL Finest]: jpa: 2024-04-17 12:55:19.898--ServerSession(152426436)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 0 [EL Finest]: jpa: 2024-04-17 12:55:19.898--ServerSession(152426436)--Thread(Thread[main,5,main])--End predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 1 [EL Finer]: metamodel: 2024-04-17 12:55:19.898--ServerSession(152426436)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.query.model.TrimEntity_] found and instantiated during initialization. [EL Finest]: jpa: 2024-04-17 12:55:19.899--ServerSession(152426436)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 1 [EL Finest]: jpa: 2024-04-17 12:55:19.899--ServerSession(152426436)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation]. [EL Finest]: properties: 2024-04-17 12:55:19.899--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024-04-17 12:55:19.899--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-04-17 12:55:19.899--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024-04-17 12:55:19.899--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024-04-17 12:55:19.899--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-04-17 12:55:19.899--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024-04-17 12:55:19.899--ServerSession(152426436)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.user; value=root [EL Finest]: properties: 2024-04-17 12:55:19.899--ServerSession(152426436)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx [EL Finest]: properties: 2024-04-17 12:55:19.9--ServerSession(152426436)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.driver; value=com.mysql.cj.jdbc.Driver [EL Finest]: properties: 2024-04-17 12:55:19.9--ServerSession(152426436)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [EL Finest]: properties: 2024-04-17 12:55:19.9--ServerSession(152426436)--Thread(Thread[main,5,main])--property=eclipselink.cache.shared.default; value=false; translated value=false [EL Info]: 2024-04-17 12:55:19.9--ServerSession(152426436)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle23Platform, regular expression: (?is)oracle.*23.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle21Platform, regular expression: (?is)oracle.*21.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle19Platform, regular expression: (?is)oracle.*19.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle18Platform, regular expression: (?is)oracle.*18.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle12Platform, regular expression: (?is)oracle.*12.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle11Platform, regular expression: (?is)oracle.*11.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle10Platform, regular expression: (?is)oracle.*10.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle9Platform, regular expression: (?is)oracle.*9.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle23Platform, regular expression: (?is)core.oracle.*23.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle21Platform, regular expression: (?is)core.oracle.*21.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle19Platform, regular expression: (?is)core.oracle.*19.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle18Platform, regular expression: (?is)core.oracle.*18.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle12Platform, regular expression: (?is)core.oracle.*12.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle11Platform, regular expression: (?is)core.oracle.*11.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle10Platform, regular expression: (?is)core.oracle.*10.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle9Platform, regular expression: (?is)core.oracle.*9.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SybasePlatform, regular expression: (?i)(sybase.*)|(adaptive\ server\ enterprise.*)|(SQL\ Server.*) [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2ZPlatform, regular expression: (?i).*db2.*dsn.* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2MainframePlatform, regular expression: (?i).*(db2|AS).*(AS/400|qsq).* [EL Finest]: connection: 2024-04-17 12:55:19.91--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2Platform, regular expression: (?i).*db2.* [EL Finest]: connection: 2024-04-17 12:55:19.911--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.PointBasePlatform, regular expression: (?is)pointbase.* [EL Finest]: connection: 2024-04-17 12:55:19.911--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.MySQLPlatform, regular expression: (?i)mysql.* [EL Fine]: connection: 2024-04-17 12:55:19.911--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.911--ServerSession(152426436)--Connection(1613361828)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.919--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Finest]: connection: 2024-04-17 12:55:19.919--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Finest]: connection: 2024-04-17 12:55:19.919--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Fine]: connection: 2024-04-17 12:55:19.919--ServerSession(152426436)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit login successful [EL Fine]: 2024-04-17 12:55:19.92--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Finest]: query: 2024-04-17 12:55:19.921--ServerSession(152426436)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024-04-17 12:55:19.921--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.921--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024-04-17 12:55:19.922--ServerSession(152426436)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-04-17 12:55:19.922--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-04-17 12:55:19.922--ServerSession(152426436)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024-04-17 12:55:19.922--ServerSession(152426436)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024-04-17 12:55:19.923--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.923--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024-04-17 12:55:19.923--ServerSession(152426436)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-04-17 12:55:19.923--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-04-17 12:55:19.923--ServerSession(152426436)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024-04-17 12:55:19.923--ServerSession(152426436)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024-04-17 12:55:19.924--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.924--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024-04-17 12:55:19.924--ServerSession(152426436)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-04-17 12:55:19.924--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-04-17 12:55:19.924--ServerSession(152426436)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024-04-17 12:55:19.924--ServerSession(152426436)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024-04-17 12:55:19.924--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.924--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024-04-17 12:55:19.925--ServerSession(152426436)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-04-17 12:55:19.925--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-04-17 12:55:19.925--ServerSession(152426436)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024-04-17 12:55:19.925--ServerSession(152426436)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024-04-17 12:55:19.925--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.925--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024-04-17 12:55:19.926--ServerSession(152426436)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-04-17 12:55:19.926--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-04-17 12:55:19.926--ServerSession(152426436)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024-04-17 12:55:19.926--ServerSession(152426436)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TRIMENTITY (ID BIGINT NOT NULL, STRVAL1 VARCHAR(255), PRIMARY KEY (ID))") [EL Finest]: connection: 2024-04-17 12:55:19.926--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.926--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--CREATE TABLE TRIMENTITY (ID BIGINT NOT NULL, STRVAL1 VARCHAR(255), PRIMARY KEY (ID)) [EL Finest]: connection: 2024-04-17 12:55:19.93--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: ddl: 2024-04-17 12:55:19.93--Thread(Thread[main,5,main])--The table (TRIMENTITY) is created. [EL Finer]: metamodel: 2024-04-17 12:55:19.93--ServerSession(152426436)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.query.model.TrimEntity_] found and instantiated during initialization. [EL Finest]: jpa: 2024-04-17 12:55:19.93--ServerSession(152426436)--Thread(Thread[main,5,main])--End deploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Deployed; factoryCount 1 [EL Finer]: connection: 2024-04-17 12:55:19.932--ServerSession(152426436)--Thread(Thread[main,5,main])--client acquired: 1663443057 [EL Finer]: transaction: 2024-04-17 12:55:19.932--ClientSession(1663443057)--Thread(Thread[main,5,main])--acquire unit of work: 47511166 [EL Finest]: query: 2024-04-17 12:55:19.932--UnitOfWork(47511166)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))") [EL Finest]: connection: 2024-04-17 12:55:19.932--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.932--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-04-17 12:55:19.933--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-04-17 12:55:19.934--UnitOfWork(47511166)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-04-17 12:55:19.934--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.934--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-04-17 12:55:19.934--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:19.934--UnitOfWork(47511166)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:19.934--ClientSession(1663443057)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:19.935--ServerSession(152426436)--Thread(Thread[main,5,main])--client acquired: 1962688455 [EL Finer]: transaction: 2024-04-17 12:55:19.935--ClientSession(1962688455)--Thread(Thread[main,5,main])--acquire unit of work: 1226347512 [EL Finest]: query: 2024-04-17 12:55:19.935--UnitOfWork(1226347512)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(? FROM ?))") [EL Finest]: connection: 2024-04-17 12:55:19.936--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.936--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-04-17 12:55:19.936--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-04-17 12:55:19.936--UnitOfWork(1226347512)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-04-17 12:55:19.936--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.936--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-04-17 12:55:19.936--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:19.936--UnitOfWork(1226347512)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:19.936--ClientSession(1962688455)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:19.937--ServerSession(152426436)--Thread(Thread[main,5,main])--client acquired: 2007132301 [EL Finer]: transaction: 2024-04-17 12:55:19.937--ClientSession(2007132301)--Thread(Thread[main,5,main])--acquire unit of work: 2009502388 [EL Finest]: query: 2024-04-17 12:55:19.937--UnitOfWork(2009502388)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(LEADING ? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)") [EL Finest]: connection: 2024-04-17 12:55:19.937--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.937--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-04-17 12:55:19.938--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-04-17 12:55:19.938--UnitOfWork(2009502388)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-04-17 12:55:19.938--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.938--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-04-17 12:55:19.938--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:19.938--UnitOfWork(2009502388)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:19.938--ClientSession(2007132301)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:19.939--ServerSession(152426436)--Thread(Thread[main,5,main])--client acquired: 1711445717 [EL Finer]: transaction: 2024-04-17 12:55:19.939--ClientSession(1711445717)--Thread(Thread[main,5,main])--acquire unit of work: 1831953318 [EL Finest]: query: 2024-04-17 12:55:19.939--UnitOfWork(1831953318)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))") [EL Finest]: connection: 2024-04-17 12:55:19.939--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.939--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-04-17 12:55:19.939--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-04-17 12:55:19.939--UnitOfWork(1831953318)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-04-17 12:55:19.94--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.94--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024-04-17 12:55:19.94--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:19.94--UnitOfWork(1831953318)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:19.94--ClientSession(1711445717)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:19.941--ServerSession(152426436)--Thread(Thread[main,5,main])--client acquired: 33299582 [EL Finer]: transaction: 2024-04-17 12:55:19.941--ClientSession(33299582)--Thread(Thread[main,5,main])--acquire unit of work: 1976224574 [EL Finest]: query: 2024-04-17 12:55:19.941--UnitOfWork(1976224574)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)") [EL Finest]: connection: 2024-04-17 12:55:19.941--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.941--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-04-17 12:55:19.941--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-04-17 12:55:19.941--UnitOfWork(1976224574)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-04-17 12:55:19.941--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.941--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-04-17 12:55:19.942--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:19.942--UnitOfWork(1976224574)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:19.942--ClientSession(33299582)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:19.942--ServerSession(152426436)--Thread(Thread[main,5,main])--client acquired: 52395704 [EL Finer]: transaction: 2024-04-17 12:55:19.942--ClientSession(52395704)--Thread(Thread[main,5,main])--acquire unit of work: 1255252598 [EL Finest]: query: 2024-04-17 12:55:19.942--UnitOfWork(1255252598)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(TRAILING ? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)") [EL Finest]: connection: 2024-04-17 12:55:19.942--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.942--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-04-17 12:55:19.943--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024-04-17 12:55:19.943--UnitOfWork(1255252598)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024-04-17 12:55:19.943--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:19.943--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024-04-17 12:55:19.943--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:19.943--UnitOfWork(1255252598)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:19.943--ClientSession(52395704)--Thread(Thread[main,5,main])--client released [EL Finest]: jpa: 2024-04-17 12:55:19.943--ServerSession(152426436)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Deployed; factoryCount 1 [EL Fine]: connection: 2024-04-17 12:55:19.944--ServerSession(152426436)--Connection(2141984988)--Thread(Thread[main,5,main])--disconnect [EL Finer]: cache: 2024-04-17 12:55:19.944--ServerSession(152426436)--Thread(Thread[main,5,main])--initialize identitymaps [EL Fine]: connection: 2024-04-17 12:55:19.944--ServerSession(152426436)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit logout successful [EL Fine]: connection: 2024-04-17 12:55:19.944--ServerSession(152426436)--Connection(1613361828)--Thread(Thread[main,5,main])--disconnect [EL Finest]: jpa: 2024-04-17 12:55:19.944--ServerSession(152426436)--Thread(Thread[main,5,main])--End undeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Undeployed; factoryCount 0 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.persistence.jpa.test.query.TestTrimFunction [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCoalesce [EL Finer]: jpa: 2024-04-17 12:55:19.946--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying default-pu-name. [EL Fine]: server: 2024-04-17 12:55:19.946--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:19.947--ServerSession(708992245)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:19.948--ServerSession(708992245)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-04-17 12:55:19.949--ServerSession(708992245)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:19.963--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:19.963--ServerSession(708992245)--Connection(828979846)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:19.971--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:19.972--ServerSession(708992245)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024-04-17 12:55:19.973--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:19.974--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:19.977--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-04-17 12:55:19.982--ClientSession(1594722615)--Connection(993062597)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key04, 4, A, B, C, null] [EL Fine]: sql: 2024-04-17 12:55:19.983--ClientSession(1594722615)--Connection(993062597)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key03, 3, A, null, C, D] [EL Fine]: sql: 2024-04-17 12:55:19.986--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?)) bind => [Sample] [EL Fine]: sql: 2024-04-17 12:55:19.987--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: sql: 2024-04-17 12:55:19.988--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?)) bind => [Sample] [EL Fine]: sql: 2024-04-17 12:55:19.988--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: sql: 2024-04-17 12:55:19.989--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?)) bind => [Sample] [EL Fine]: sql: 2024-04-17 12:55:19.99--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: sql: 2024-04-17 12:55:19.991--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?)) bind => [Sample] [EL Fine]: sql: 2024-04-17 12:55:19.991--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: connection: 2024-04-17 12:55:19.991--ServerSession(708992245)--Connection(993062597)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:19.992--ServerSession(708992245)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-04-17 12:55:19.992--ServerSession(708992245)--Connection(828979846)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.persistence.jpa.test.query.TestQueryCoalesce [INFO] Running org.eclipse.persistence.jpa.test.query.TestMathFunctions [EL Info]: 2024-04-17 12:55:19.999--ServerSession(2019087133)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 RESULT LIST: 44.754238 RESULT LIST: -214.245732 RESULT LIST: 44.75424 RESULT LIST: -214.24573 [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.eclipse.persistence.jpa.test.query.TestMathFunctions [INFO] Running org.eclipse.persistence.jpa.test.query.TestDateTimeFunctions [EL Info]: 2024-04-17 12:55:20.235--ServerSession(639224694)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.eclipse.persistence.jpa.test.query.TestDateTimeFunctions [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests [EL Fine]: server: 2024-04-17 12:55:20.397--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:20.398--ServerSession(534798335)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:20.399--ServerSession(534798335)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:20.4--ServerSession(534798335)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:20.4--ServerSession(534798335)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:20.4--ServerSession(534798335)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.4--ServerSession(534798335)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.4--ServerSession(534798335)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.4--ServerSession(534798335)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.401--ServerSession(534798335)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.401--ServerSession(534798335)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.401--ServerSession(534798335)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:20.402--ServerSession(534798335)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:20.413--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:20.413--ServerSession(534798335)--Connection(181784570)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:20.423--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:20.424--ServerSession(534798335)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024-04-17 12:55:20.425--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:20.426--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:20.432--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:20.434--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:20.435--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:20.439--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:20.443--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:20.456--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:20.457--ServerSession(181281800)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:20.458--ServerSession(181281800)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:20.459--ServerSession(181281800)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:20.459--ServerSession(181281800)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:20.459--ServerSession(181281800)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.459--ServerSession(181281800)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.459--ServerSession(181281800)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.459--ServerSession(181281800)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.459--ServerSession(181281800)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.46--ServerSession(181281800)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.46--ServerSession(181281800)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:20.462--ServerSession(181281800)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:20.473--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:20.474--ServerSession(181281800)--Connection(1366832221)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:20.483--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:20.484--ServerSession(181281800)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024-04-17 12:55:20.485--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:20.486--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:20.492--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:20.495--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:20.497--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:20.501--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:20.504--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:20.515--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:20.517--ServerSession(861255935)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:20.518--ServerSession(861255935)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:20.518--ServerSession(861255935)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:20.518--ServerSession(861255935)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:20.518--ServerSession(861255935)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.519--ServerSession(861255935)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.519--ServerSession(861255935)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.519--ServerSession(861255935)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.519--ServerSession(861255935)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.519--ServerSession(861255935)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.519--ServerSession(861255935)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:20.52--ServerSession(861255935)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:20.53--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:20.531--ServerSession(861255935)--Connection(1039948229)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:20.539--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:20.54--ServerSession(861255935)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024-04-17 12:55:20.541--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:20.542--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:20.552--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:20.555--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:20.557--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:20.561--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:20.564--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-04-17 12:55:20.578--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.58--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.581--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.581--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.582--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.582--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.583--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.584--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.585--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.585--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.586--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.587--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.588--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.588--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.589--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.589--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.59--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.59--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.591--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.591--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.592--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.593--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.593--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.594--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.595--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.596--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.597--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.597--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.598--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.598--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.599--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.6--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.601--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.601--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.602--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.602--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.603--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.604--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.605--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.605--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.606--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.607--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.608--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.608--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.609--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.609--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.61--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.611--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.611--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.612--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.613--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.614--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.614--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.615--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.615--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.616--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.617--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.617--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.618--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.619--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.619--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.62--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.62--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.621--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.621--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.622--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.623--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.623--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.624--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.624--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.625--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.625--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.626--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.627--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.628--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.628--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.629--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.629--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.63--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.631--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.632--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.632--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024-04-17 12:55:20.633--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.634--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.634--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.634--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.635--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.636--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.637--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.637--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.638--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.638--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024-04-17 12:55:20.639--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.64--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.64--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.641--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.641--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.642--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024-04-17 12:55:20.643--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.643--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.644--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.644--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: connection: 2024-04-17 12:55:20.644--ServerSession(181281800)--Connection(931041456)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:20.645--ServerSession(181281800)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:20.645--ServerSession(181281800)--Connection(1366832221)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:20.645--ServerSession(861255935)--Connection(751702204)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:20.645--ServerSession(861255935)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:20.645--ServerSession(861255935)--Connection(1039948229)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:20.645--ServerSession(534798335)--Connection(725617616)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:20.646--ServerSession(534798335)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:20.646--ServerSession(534798335)--Connection(181784570)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests [EL Fine]: server: 2024-04-17 12:55:20.648--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:20.649--ServerSession(2081421216)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:20.65--ServerSession(2081421216)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:20.65--ServerSession(2081421216)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:20.65--ServerSession(2081421216)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:20.651--ServerSession(2081421216)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.651--ServerSession(2081421216)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.651--ServerSession(2081421216)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.651--ServerSession(2081421216)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.651--ServerSession(2081421216)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.651--ServerSession(2081421216)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.651--ServerSession(2081421216)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:20.653--ServerSession(2081421216)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:20.662--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:20.662--ServerSession(2081421216)--Connection(602433635)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:20.67--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:20.671--ServerSession(2081421216)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024-04-17 12:55:20.671--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:20.673--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:20.678--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:20.68--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:20.682--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:20.686--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:20.689--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:20.699--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:20.704--ServerSession(299617083)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:20.705--ServerSession(299617083)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:20.705--ServerSession(299617083)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:20.705--ServerSession(299617083)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:20.705--ServerSession(299617083)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.705--ServerSession(299617083)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.705--ServerSession(299617083)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.706--ServerSession(299617083)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.706--ServerSession(299617083)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.706--ServerSession(299617083)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.706--ServerSession(299617083)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:20.707--ServerSession(299617083)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:20.716--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:20.716--ServerSession(299617083)--Connection(1977511945)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:20.724--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:20.725--ServerSession(299617083)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024-04-17 12:55:20.725--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:20.726--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:20.733--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:20.735--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:20.736--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:20.74--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:20.743--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:20.753--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:20.754--ServerSession(1543664352)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:20.755--ServerSession(1543664352)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:20.755--ServerSession(1543664352)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:20.755--ServerSession(1543664352)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:20.756--ServerSession(1543664352)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.756--ServerSession(1543664352)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.756--ServerSession(1543664352)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.756--ServerSession(1543664352)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.756--ServerSession(1543664352)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.756--ServerSession(1543664352)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.756--ServerSession(1543664352)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:20.758--ServerSession(1543664352)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:20.768--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:20.768--ServerSession(1543664352)--Connection(1289292854)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:20.776--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:20.777--ServerSession(1543664352)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024-04-17 12:55:20.778--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:20.779--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:20.785--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:20.787--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:20.789--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:20.792--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:20.795--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-04-17 12:55:20.806--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.807--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.808--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.809--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.809--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.81--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.811--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.811--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.812--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.813--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.813--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.813--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.814--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.815--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.816--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.816--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.817--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.818--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.818--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.818--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.819--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.82--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.82--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.821--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.822--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.823--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.823--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.824--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.825--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.825--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.826--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.826--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.827--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.827--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.828--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.829--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.83--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.83--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.831--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.832--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.832--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.833--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.833--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.834--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.835--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.835--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.836--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.837--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.838--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.839--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.84--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.84--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.841--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.841--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.842--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.843--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.843--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.844--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.845--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.845--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.845--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.846--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.847--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.847--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.848--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.849--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.85--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.851--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.852--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.852--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.852--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.853--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.854--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.855--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.855--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.855--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.856--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.857--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.857--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.858--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.858--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.859--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.859--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.86--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.863--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.877--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.882--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.883--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.884--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.888--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.889--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.89--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.89--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.891--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.891--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.893--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.894--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.895--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.895--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.896--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.897--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.898--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.898--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.899--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.9--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.901--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.901--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.902--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.903--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.904--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.904--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.905--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.905--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.906--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.907--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.907--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.908--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.908--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.909--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.91--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.91--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.911--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.911--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.912--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.912--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.914--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.915--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.915--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.915--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.916--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.917--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.918--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.918--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.919--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.919--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.92--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.921--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.921--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.922--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.922--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.923--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.924--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.924--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.925--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.925--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.926--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.926--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.927--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.927--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.928--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.929--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.929--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.93--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.93--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.931--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.931--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.932--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.933--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.933--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.934--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.934--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.935--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.935--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:20.936--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.937--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.937--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.938--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024-04-17 12:55:20.939--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.939--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.94--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.94--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.941--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.941--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.942--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.943--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.943--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.944--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.944--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.945--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.945--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.946--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.946--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.947--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.948--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.948--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.949--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.949--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.95--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.95--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.951--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.952--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.952--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.953--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.954--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.954--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.955--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.955--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.956--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.956--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.957--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.957--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024-04-17 12:55:20.958--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.959--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.959--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.96--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.96--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024-04-17 12:55:20.961--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: connection: 2024-04-17 12:55:20.961--ServerSession(299617083)--Connection(1493257982)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:20.965--ServerSession(299617083)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:20.965--ServerSession(299617083)--Connection(1977511945)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:20.965--ServerSession(1543664352)--Connection(2045314417)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:20.965--ServerSession(1543664352)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:20.965--ServerSession(1543664352)--Connection(1289292854)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:20.965--ServerSession(2081421216)--Connection(1680628659)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:20.966--ServerSession(2081421216)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:20.966--ServerSession(2081421216)--Connection(602433635)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests [EL Fine]: server: 2024-04-17 12:55:20.975--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:20.979--ServerSession(1052536203)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:20.98--ServerSession(1052536203)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:20.981--ServerSession(1052536203)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:20.981--ServerSession(1052536203)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:20.981--ServerSession(1052536203)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.982--ServerSession(1052536203)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.982--ServerSession(1052536203)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:20.982--ServerSession(1052536203)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.982--ServerSession(1052536203)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:20.982--ServerSession(1052536203)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:20.983--ServerSession(1052536203)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:20.987--ServerSession(1052536203)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:21.006--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:21.006--ServerSession(1052536203)--Connection(75249006)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:21.015--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:21.017--ServerSession(1052536203)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024-04-17 12:55:21.018--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:21.02--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:21.026--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:21.028--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:21.03--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:21.035--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:21.039--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:21.05--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:21.052--ServerSession(1659209382)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.052--ServerSession(1659209382)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:21.053--ServerSession(1659209382)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:21.053--ServerSession(1659209382)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:21.053--ServerSession(1659209382)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:21.053--ServerSession(1659209382)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:21.053--ServerSession(1659209382)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:21.053--ServerSession(1659209382)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:21.053--ServerSession(1659209382)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:21.053--ServerSession(1659209382)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:21.054--ServerSession(1659209382)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:21.055--ServerSession(1659209382)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:21.064--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:21.064--ServerSession(1659209382)--Connection(350764189)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:21.073--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:21.073--ServerSession(1659209382)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024-04-17 12:55:21.074--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:21.075--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:21.08--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:21.082--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:21.086--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:21.089--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:21.092--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024-04-17 12:55:21.102--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:21.103--ServerSession(1879180026)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.104--ServerSession(1879180026)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String. [EL Config]: metadata: 2024-04-17 12:55:21.104--ServerSession(1879180026)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity. [EL Config]: metadata: 2024-04-17 12:55:21.104--ServerSession(1879180026)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY. [EL Config]: metadata: 2024-04-17 12:55:21.104--ServerSession(1879180026)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024-04-17 12:55:21.105--ServerSession(1879180026)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:21.105--ServerSession(1879180026)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024-04-17 12:55:21.105--ServerSession(1879180026)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024-04-17 12:55:21.105--ServerSession(1879180026)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024-04-17 12:55:21.105--ServerSession(1879180026)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:21.105--ServerSession(1879180026)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1. [EL Info]: 2024-04-17 12:55:21.106--ServerSession(1879180026)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:21.116--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:21.116--ServerSession(1879180026)--Connection(932493233)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:21.125--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:21.126--ServerSession(1879180026)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024-04-17 12:55:21.127--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:21.128--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024-04-17 12:55:21.133--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024-04-17 12:55:21.136--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024-04-17 12:55:21.138--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:21.148--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024-04-17 12:55:21.153--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024-04-17 12:55:21.167--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.169--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.17--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.17--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.172--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.173--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.173--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.174--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.174--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.175--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.176--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.177--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.177--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.178--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.179--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.179--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.18--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.181--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.182--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.182--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.183--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.184--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.185--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.185--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.186--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.187--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.188--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.188--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.189--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.19--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.191--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.191--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.192--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.193--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.193--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.194--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.194--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.194--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.195--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.196--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.196--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.197--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.197--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.198--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.199--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.2--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.2--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.201--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.201--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.202--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.203--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.203--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.204--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.204--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.204--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.205--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.206--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.206--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.207--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.207--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.207--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.208--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.209--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.209--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.21--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.211--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.211--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.212--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (?, ?, ?, ?))) OR NOT ((INTVAL1 IN (?,?,?)))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.212--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.213--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.214--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.214--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.214--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.215--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.216--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.216--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.217--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.217--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.218--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.219--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.219--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.22--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.22--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.221--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.221--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.222--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.223--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.223--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.224--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.224--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.225--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.226--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.226--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.226--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.228--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.228--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.229--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.229--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.23--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.231--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.231--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.232--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.233--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.233--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.234--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.234--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.235--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.236--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.237--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.237--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.238--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.239--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.24--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.24--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.241--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.242--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.242--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.243--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.244--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.244--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.245--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.245--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.246--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.247--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.247--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.248--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.248--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.248--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.249--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.25--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.25--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.251--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.251--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.252--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.253--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.253--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.253--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.254--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.255--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.255--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.256--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.257--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.257--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.258--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.258--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.259--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.259--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.26--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.26--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.261--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.262--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.262--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.263--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.264--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.264--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.265--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.265--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.266--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.267--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.267--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.268--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.268--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.268--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.269--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.27--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.27--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.271--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.271--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.272--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.272--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.273--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.275--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.276--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.276--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.277--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.278--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.278--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.279--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.279--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.28--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.281--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.281--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.282--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.282--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.282--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.283--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.284--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.284--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.285--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.286--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.287--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.288--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.289--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.289--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.29--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.291--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.292--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.293--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.293--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.294--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.294--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.295--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.295--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.296--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.296--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.297--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.298--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.298--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.299--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.299--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.3--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.3--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.301--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.302--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.303--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.303--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.304--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.305--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.306--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.306--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.307--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.308--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.309--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.309--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.31--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.31--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.311--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.311--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.312--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.312--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.313--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.313--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.314--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.315--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.316--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.316--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.317--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.317--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.318--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.319--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.319--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.32--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.32--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.321--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.322--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.322--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.323--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.323--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.324--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.324--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.325--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.326--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.327--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.327--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.328--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.329--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.33--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.33--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.331--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.331--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.332--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.333--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.333--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.333--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.334--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.334--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.335--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.335--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.336--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.336--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.337--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.337--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.338--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.339--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.339--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.339--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.34--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.341--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.342--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.343--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.343--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.344--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.344--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.344--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.345--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.346--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.346--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.347--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.347--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.348--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.349--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.349--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.349--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.35--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.351--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.351--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.352--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.352--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.352--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.353--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.354--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.355--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.355--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.356--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.356--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.357--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.358--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.359--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.36--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.36--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.361--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.362--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.362--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.363--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.363--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.364--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.364--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.365--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.365--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.366--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.367--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.367--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.368--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.368--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.369--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.369--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.37--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.37--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.371--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.371--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.372--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.372--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.373--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.373--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.374--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.375--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.375--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.376--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.376--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.376--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (?, ?, ?, ?))) OR NOT ((INTVAL1 IN (?,?,?)))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.377--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.378--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.378--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.379--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.38--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.38--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.381--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.381--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.381--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.382--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.383--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.383--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.384--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.385--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.385--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.385--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.386--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.387--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.387--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.387--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.388--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.388--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.388--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.389--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.39--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.39--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.39--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.391--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.391--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.392--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.392--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.393--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024-04-17 12:55:21.393--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.394--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.394--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.394--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.395--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.396--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.396--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.396--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.397--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.398--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.398--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.398--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.399--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.399--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.4--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.401--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.401--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.402--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.403--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.404--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.404--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.405--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.405--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.406--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.406--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.407--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.408--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.408--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.408--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.409--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.41--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.41--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.411--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.411--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.412--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.412--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.413--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.413--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.414--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.414--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.415--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [2, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.416--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.416--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.417--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.417--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.418--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.418--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.419--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.419--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.42--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.42--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.421--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.421--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.421--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.422--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.423--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.423--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.424--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.425--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.425--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.426--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.426--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.427--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.427--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.428--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.428--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.429--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.429--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.429--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.43--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.431--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.431--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.432--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.432--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.432--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.445--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (?, ?, ?, ?))) OR NOT ((INTVAL1 IN (?,?,?)))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.446--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.447--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.447--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.448--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.448--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.449--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.45--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.45--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.451--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.451--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.452--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.453--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.453--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.454--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.454--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [2, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.455--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.456--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.456--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.457--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.458--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.458--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.458--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.459--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.46--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.46--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.461--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.461--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.462--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024-04-17 12:55:21.463--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.464--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.465--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.465--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.466--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [2, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.467--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.467--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.468--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024-04-17 12:55:21.469--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.469--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.469--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.47--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.47--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.47--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.471--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.471--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.472--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.472--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.473--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.473--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.474--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.475--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.476--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.476--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.476--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.477--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.478--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.478--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.478--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.479--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.479--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.48--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.481--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.481--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.481--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.482--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.482--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.483--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.484--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.484--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.484--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.485--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024-04-17 12:55:21.485--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.486--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.487--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.487--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.487--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.488--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.488--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.489--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.49--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.49--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.491--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.491--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.492--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.493--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.494--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.494--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.495--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.495--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.496--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.496--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.497--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.497--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.498--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.499--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.5--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.501--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.501--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.502--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.502--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.503--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.503--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.504--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.505--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.506--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.508--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.509--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.509--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.51--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.51--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.511--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.512--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.512--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.513--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.513--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.514--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.515--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.515--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.516--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.516--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.517--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.518--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.518--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.519--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.519--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.52--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.52--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.521--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.522--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.522--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.522--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.523--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.524--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.524--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.525--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.525--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.526--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:21.526--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.527--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.528--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.528--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.529--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.529--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.53--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.531--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.531--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.531--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.532--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.534--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.534--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.535--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.536--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.536--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.537--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.537--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.537--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.538--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024-04-17 12:55:21.539--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.544--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.545--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.546--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.547--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.547--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024-04-17 12:55:21.549--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.549--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.55--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.55--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.551--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.551--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.552--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.553--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.553--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.553--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.554--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.555--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.556--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.556--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.557--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.557--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.558--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.559--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.559--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.56--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.56--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.561--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024-04-17 12:55:21.561--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.562--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.562--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.563--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.563--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.563--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024-04-17 12:55:21.564--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.565--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.566--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.566--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.567--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.567--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?))))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.568--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.569--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.569--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.57--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.57--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.571--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.572--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.572--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.573--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.574--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.574--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.574--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.575--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.576--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.576--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.577--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.577--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.578--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024-04-17 12:55:21.579--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.579--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.58--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.581--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.581--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.582--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024-04-17 12:55:21.582--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.583--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.583--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.584--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.584--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.584--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.585--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.586--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.586--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.587--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.587--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.588--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.588--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.589--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.59--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.59--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.591--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.591--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.592--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.592--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.593--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.594--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.594--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.595--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.595--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.596--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.596--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.596--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.597--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.598--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.598--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.598--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.599--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.6--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.6--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.601--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.601--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.602--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.602--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.603--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.604--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.604--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.605--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.605--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.606--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.606--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.607--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.608--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.608--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.609--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.609--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.61--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?))) bind => [5, 6, 7, 8] [EL Fine]: sql: 2024-04-17 12:55:21.61--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.611--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.611--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.611--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024-04-17 12:55:21.612--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.612--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.613--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.613--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.614--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.614--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))) bind => [5, 9] [EL Fine]: sql: 2024-04-17 12:55:21.615--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.616--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.616--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.617--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.617--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.617--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024-04-17 12:55:21.618--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.619--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.619--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.62--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.62--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.62--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024-04-17 12:55:21.621--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.621--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.622--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.622--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.623--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.623--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.624--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.625--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.626--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.626--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.627--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.628--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.628--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.628--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.629--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.63--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.63--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.63--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.631--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.631--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024-04-17 12:55:21.632--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.633--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.633--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.634--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.634--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.634--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024-04-17 12:55:21.635--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.636--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.636--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.637--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024-04-17 12:55:21.638--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.638--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.639--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.64--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.64--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.641--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?))) bind => [1, 3, 5, 8, 2, 13, 21] [EL Fine]: sql: 2024-04-17 12:55:21.641--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.642--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.642--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.643--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.643--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.643--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024-04-17 12:55:21.644--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.645--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.645--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.645--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.646--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.647--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.647--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024-04-17 12:55:21.648--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: connection: 2024-04-17 12:55:21.648--ServerSession(1659209382)--Connection(831786347)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:21.648--ServerSession(1659209382)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:21.648--ServerSession(1659209382)--Connection(350764189)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:21.649--ServerSession(1879180026)--Connection(1191855215)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:21.649--ServerSession(1879180026)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:21.649--ServerSession(1879180026)--Connection(932493233)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:21.649--ServerSession(1052536203)--Connection(1424987800)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:21.649--ServerSession(1052536203)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:21.649--ServerSession(1052536203)--Connection(75249006)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.674 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIsNull [EL Fine]: server: 2024-04-17 12:55:21.651--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:21.652--ServerSession(109611086)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.652--ServerSession(109611086)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01. [EL Info]: 2024-04-17 12:55:21.654--ServerSession(109611086)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:21.663--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:21.663--ServerSession(109611086)--Connection(304605729)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:21.671--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:21.671--ServerSession(109611086)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024-04-17 12:55:21.672--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:21.673--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024-04-17 12:55:21.675--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Fine]: sql: 2024-04-17 12:55:21.68--ClientSession(1930040331)--Connection(1385628430)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key51, 4, A, B, C, null] [EL Fine]: sql: 2024-04-17 12:55:21.681--ClientSession(1930040331)--Connection(1385628430)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key53, 4, A, B, C, null] [EL Fine]: sql: 2024-04-17 12:55:21.682--ClientSession(1930040331)--Connection(1385628430)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key50, 3, A, null, C, D] [EL Fine]: sql: 2024-04-17 12:55:21.682--ClientSession(1930040331)--Connection(1385628430)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?) bind => [Key52, 3, null, B, C, D] [EL Fine]: sql: 2024-04-17 12:55:21.684--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.684--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.685--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.685--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.686--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.686--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.687--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.687--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.688--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.688--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.688--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.689--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.689--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.69--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.69--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.691--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.691--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.691--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.692--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.692--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.693--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024-04-17 12:55:21.693--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.693--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024-04-17 12:55:21.694--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: connection: 2024-04-17 12:55:21.694--ServerSession(109611086)--Connection(1385628430)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:21.695--ServerSession(109611086)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-04-17 12:55:21.695--ServerSession(109611086)--Connection(304605729)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.persistence.jpa.test.query.TestQueryIsNull [INFO] Running org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature [EL Info]: 2024-04-17 12:55:21.704--ServerSession(1737077873)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:55:21.732--ServerSession(1737077873)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CLOB NOT NULL, STRDATA VARCHAR(255), PRIMARY KEY (ID))' at line 1 Error Code: 1064 Call: CREATE TABLE ORACLELOBENTITY (ID INTEGER NOT NULL, BLOBDATA LONGBLOB, CLOBDATA CLOB NOT NULL, STRDATA VARCHAR(255), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE ORACLELOBENTITY (ID INTEGER NOT NULL, BLOBDATA LONGBLOB, CLOBDATA CLOB NOT NULL, STRDATA VARCHAR(255), PRIMARY KEY (ID))") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride [EL Fine]: server: 2024-04-17 12:55:21.741--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:21.747--ServerSession(1017396829)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityA] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.747--ServerSession(1017396829)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field simpleMappingEmbeddable] is being defaulted to: class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableA. [EL Config]: metadata: 2024-04-17 12:55:21.748--ServerSession(1017396829)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityB] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.748--ServerSession(1017396829)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field simpleMappingEmbeddable] is being defaulted to: class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableB. [EL Config]: metadata: 2024-04-17 12:55:21.748--ServerSession(1017396829)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableIdA] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.749--ServerSession(1017396829)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableIdA] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.749--ServerSession(1017396829)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableA] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.749--ServerSession(1017396829)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableA] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.749--ServerSession(1017396829)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableB] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.749--ServerSession(1017396829)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableB] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:21.749--ServerSession(1017396829)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityA] is being defaulted to: OverrideEntityA. [EL Config]: metadata: 2024-04-17 12:55:21.753--ServerSession(1017396829)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityB] is being defaulted to: OverrideEntityB. [EL Config]: metadata: 2024-04-17 12:55:21.756--ServerSession(1017396829)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field simpleMappingEmbeddable] is being defaulted to: b_id. [EL Info]: 2024-04-17 12:55:21.759--ServerSession(1017396829)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:21.767--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:21.768--ServerSession(1017396829)--Connection(461640598)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:21.776--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:21.78--ServerSession(1017396829)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024-04-17 12:55:21.78--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:21.782--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--ALTER TABLE CT_OVERRIDE_ENTITY_A DROP FOREIGN KEY FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE [EL Fine]: sql: 2024-04-17 12:55:21.782--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.783--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CT_OVERRIDE_ENTITY_A' doesn't exist Error Code: 1146 Call: ALTER TABLE CT_OVERRIDE_ENTITY_A DROP FOREIGN KEY FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE Query: DataModifyQuery(sql="ALTER TABLE CT_OVERRIDE_ENTITY_A DROP FOREIGN KEY FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE") [EL Fine]: sql: 2024-04-17 12:55:21.783--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--ALTER TABLE ct_override_entity_b DROP FOREIGN KEY FK_ct_override_entity_b_entity_b_ct_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.783--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.783--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.ct_override_entity_b' doesn't exist Error Code: 1146 Call: ALTER TABLE ct_override_entity_b DROP FOREIGN KEY FK_ct_override_entity_b_entity_b_ct_entity_b Query: DataModifyQuery(sql="ALTER TABLE ct_override_entity_b DROP FOREIGN KEY FK_ct_override_entity_b_entity_b_ct_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.784--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.784--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.784--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-04-17 12:55:21.784--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.785--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.785--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.785--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.786--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.786--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-04-17 12:55:21.786--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.787--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.787--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.787--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.787--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.788--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-04-17 12:55:21.788--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.788--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.788--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.789--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.789--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.789--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-04-17 12:55:21.789--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.79--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.79--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.79--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.791--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.791--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-04-17 12:55:21.791--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.791--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.792--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.792--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.792--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.792--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-04-17 12:55:21.793--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.793--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.793--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.793--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.794--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.794--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-04-17 12:55:21.794--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.795--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.795--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.795--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.795--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.796--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-04-17 12:55:21.796--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.796--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.796--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.796--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.797--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.797--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-04-17 12:55:21.797--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.798--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.798--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.798--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.798--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.799--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024-04-17 12:55:21.799--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024-04-17 12:55:21.799--ServerSession(1017396829)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:21.799--ServerSession(1017396829)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024-04-17 12:55:21.799--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--CREATE TABLE OVERRIDE_ENTITY_A (OVERRIDE_VALUE INTEGER, VALUE2 INTEGER, OVERRIDE_NESTED_VALUE INTEGER, VALUE INTEGER NOT NULL, NESTED_VALUE INTEGER NOT NULL, PRIMARY KEY (VALUE, NESTED_VALUE)) [EL Fine]: sql: 2024-04-17 12:55:21.804--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--CREATE TABLE override_entity_b (b_id INTEGER NOT NULL, PRIMARY KEY (b_id)) [EL Fine]: sql: 2024-04-17 12:55:21.807--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--CREATE TABLE CT_OVERRIDE_ENTITY_A (CT_A_OVERRIDE_VALUE INTEGER, VALUE2 INTEGER, CT_A_OVERRIDE_NESTED_VALUE INTEGER, NESTED_VALUE INTEGER) [EL Fine]: sql: 2024-04-17 12:55:21.81--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--CREATE TABLE ct_override_entity_b (ct_b_override_value INTEGER, value2 INTEGER, ct_b_override_nested_value INTEGER, nested_value2 INTEGER, entity_b_ct_entity_b INTEGER) [EL Fine]: sql: 2024-04-17 12:55:21.813--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--ALTER TABLE CT_OVERRIDE_ENTITY_A ADD CONSTRAINT FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE FOREIGN KEY (CT_A_OVERRIDE_VALUE, NESTED_VALUE) REFERENCES OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE) [EL Fine]: sql: 2024-04-17 12:55:21.824--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--ALTER TABLE ct_override_entity_b ADD CONSTRAINT FK_ct_override_entity_b_entity_b_ct_entity_b FOREIGN KEY (entity_b_ct_entity_b) REFERENCES override_entity_b (b_id) [EL Fine]: sql: 2024-04-17 12:55:21.835--ClientSession(1862108076)--Connection(2037189443)--Thread(Thread[main,5,main])--INSERT INTO OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE, OVERRIDE_VALUE, OVERRIDE_NESTED_VALUE) VALUES (1, 1, 1, 1) [EL Fine]: sql: 2024-04-17 12:55:21.836--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--SELECT OVERRIDE_VALUE, VALUE2, OVERRIDE_NESTED_VALUE, VALUE, NESTED_VALUE FROM OVERRIDE_ENTITY_A WHERE ((NESTED_VALUE = ?) AND (VALUE = ?)) bind => [1, 1] [EL Fine]: sql: 2024-04-17 12:55:21.841--ClientSession(1458410096)--Connection(2037189443)--Thread(Thread[main,5,main])--UPDATE OVERRIDE_ENTITY_A SET OVERRIDE_VALUE = ?, VALUE2 = ?, OVERRIDE_NESTED_VALUE = ? WHERE ((NESTED_VALUE = ?) AND (VALUE = ?)) bind => [2, 3, 2, 1, 1] [EL Fine]: sql: 2024-04-17 12:55:21.842--ClientSession(1795138389)--Connection(2037189443)--Thread(Thread[main,5,main])--DELETE FROM OVERRIDE_ENTITY_A [EL Fine]: sql: 2024-04-17 12:55:21.843--ClientSession(1922353662)--Connection(2037189443)--Thread(Thread[main,5,main])--INSERT INTO OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE, OVERRIDE_VALUE, OVERRIDE_NESTED_VALUE) VALUES (1, 1, 1, 1) [EL Fine]: sql: 2024-04-17 12:55:21.844--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--select t0.b_id from override_entity_b t0 [EL Fine]: sql: 2024-04-17 12:55:21.845--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--select t0.ct_b_override_value, t0.value2, t0.ct_b_override_nested_value, t0.entity_b_ct_entity_b, t0.nested_value2 from ct_override_entity_b t0 [EL Fine]: sql: 2024-04-17 12:55:21.846--ClientSession(2050774046)--Connection(2037189443)--Thread(Thread[main,5,main])--INSERT INTO override_entity_b (b_id) VALUES (?) bind => [41] [EL Fine]: sql: 2024-04-17 12:55:21.846--ClientSession(2050774046)--Connection(2037189443)--Thread(Thread[main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?) bind => [41, 43, 44, 45, 46] [EL Fine]: sql: 2024-04-17 12:55:21.847--ClientSession(2050774046)--Connection(2037189443)--Thread(Thread[main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?) bind => [41, 51, 52, 53, 54] [EL Fine]: sql: 2024-04-17 12:55:21.847--ClientSession(2050774046)--Connection(2037189443)--Thread(Thread[main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?) bind => [41, 47, 48, 49, 50] [EL Fine]: sql: 2024-04-17 12:55:21.848--ClientSession(2130235323)--Connection(2037189443)--Thread(Thread[main,5,main])--DELETE FROM OVERRIDE_ENTITY_A [EL Fine]: connection: 2024-04-17 12:55:21.849--ServerSession(1017396829)--Connection(2037189443)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:21.85--ServerSession(1017396829)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-04-17 12:55:21.85--ServerSession(1017396829)--Connection(461640598)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings [EL Info]: 2024-04-17 12:55:21.859--ServerSession(538906244)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:21.903--ServerSession(793999565)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany [EL Warning]: metadata: 2024-04-17 12:55:21.954--ServerSession(1232337789)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ParentMultitenant] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:55:21.955--ServerSession(1232337789)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ChildMultitenant] is being defaulted to: eclipselink.tenant-id. [EL Info]: 2024-04-17 12:55:21.957--ServerSession(1232337789)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.973 s -- in org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany [EL Info]: 2024-04-17 12:55:28.941--ServerSession(337136529)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: sql: 2024-04-17 12:55:28.965--ServerSession(337136529)--Connection(1605091094)--ALTER TABLE COMMENTA DROP FOREIGN KEY FK_COMMENTA_POSTA_FK [EL Fine]: sql: 2024-04-17 12:55:28.968--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.968--ServerSession(337136529)--Connection(1605091094)--ALTER TABLE COMMENTB DROP FOREIGN KEY FK_COMMENTB_POSTB_B_FK [EL Fine]: sql: 2024-04-17 12:55:28.969--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.969--ServerSession(337136529)--Connection(1605091094)--ALTER TABLE COMMENTC DROP FOREIGN KEY FK_COMMENTC_COMPLEXID_C_A [EL Fine]: sql: 2024-04-17 12:55:28.969--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.969--ServerSession(337136529)--Connection(1605091094)--ALTER TABLE COMMENTD DROP FOREIGN KEY FK_COMMENTD_COMPLEXID_D_B [EL Fine]: sql: 2024-04-17 12:55:28.97--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.97--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTA [EL Fine]: sql: 2024-04-17 12:55:28.97--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.971--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTB [EL Fine]: sql: 2024-04-17 12:55:28.971--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.971--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTC [EL Fine]: sql: 2024-04-17 12:55:28.972--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.972--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTD [EL Fine]: sql: 2024-04-17 12:55:28.972--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.972--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POST_A [EL Fine]: sql: 2024-04-17 12:55:28.973--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.973--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTB [EL Fine]: sql: 2024-04-17 12:55:28.974--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.974--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTC [EL Fine]: sql: 2024-04-17 12:55:28.974--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.975--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTD [EL Fine]: sql: 2024-04-17 12:55:28.975--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.975--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTA [EL Fine]: sql: 2024-04-17 12:55:28.976--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.976--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTB [EL Fine]: sql: 2024-04-17 12:55:28.976--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.977--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTC [EL Fine]: sql: 2024-04-17 12:55:28.977--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.977--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTD [EL Fine]: sql: 2024-04-17 12:55:28.978--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.978--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POST_A [EL Fine]: sql: 2024-04-17 12:55:28.978--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.978--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTB [EL Fine]: sql: 2024-04-17 12:55:28.979--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.979--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTC [EL Fine]: sql: 2024-04-17 12:55:28.979--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.98--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTD [EL Fine]: sql: 2024-04-17 12:55:28.98--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.98--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTA [EL Fine]: sql: 2024-04-17 12:55:28.981--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.981--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTB [EL Fine]: sql: 2024-04-17 12:55:28.981--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.981--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTC [EL Fine]: sql: 2024-04-17 12:55:28.982--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.982--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTD [EL Fine]: sql: 2024-04-17 12:55:28.983--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.983--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POST_A [EL Fine]: sql: 2024-04-17 12:55:28.983--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.983--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTB [EL Fine]: sql: 2024-04-17 12:55:28.984--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.984--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTC [EL Fine]: sql: 2024-04-17 12:55:28.984--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.985--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTD [EL Fine]: sql: 2024-04-17 12:55:28.985--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.985--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTA [EL Fine]: sql: 2024-04-17 12:55:28.986--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.986--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTB [EL Fine]: sql: 2024-04-17 12:55:28.986--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.986--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTC [EL Fine]: sql: 2024-04-17 12:55:28.987--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.987--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTD [EL Fine]: sql: 2024-04-17 12:55:28.987--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.988--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POST_A [EL Fine]: sql: 2024-04-17 12:55:28.988--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.988--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTB [EL Fine]: sql: 2024-04-17 12:55:28.989--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.989--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTC [EL Fine]: sql: 2024-04-17 12:55:28.989--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.989--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTD [EL Fine]: sql: 2024-04-17 12:55:28.99--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.99--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTA [EL Fine]: sql: 2024-04-17 12:55:28.991--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.991--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTB [EL Fine]: sql: 2024-04-17 12:55:28.991--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.991--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTC [EL Fine]: sql: 2024-04-17 12:55:28.992--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.992--ServerSession(337136529)--Connection(1605091094)--DROP TABLE COMMENTD [EL Fine]: sql: 2024-04-17 12:55:28.992--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.993--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POST_A [EL Fine]: sql: 2024-04-17 12:55:28.993--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.993--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTB [EL Fine]: sql: 2024-04-17 12:55:28.994--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.994--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTC [EL Fine]: sql: 2024-04-17 12:55:28.994--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.994--ServerSession(337136529)--Connection(1605091094)--DROP TABLE POSTD [EL Fine]: sql: 2024-04-17 12:55:28.995--ServerSession(337136529)--SELECT 1 [EL Fine]: sql: 2024-04-17 12:55:28.995--ServerSession(337136529)--Connection(1605091094)--CREATE TABLE COMMENTA (ID BIGINT NOT NULL, POSTA_FK BIGINT NOT NULL, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:29.003--ServerSession(337136529)--Connection(1605091094)--CREATE TABLE COMMENTB (ID BIGINT NOT NULL, CONTENT VARCHAR(255) NOT NULL, POSTB_A_FK BIGINT NOT NULL, POSTB_B_FK BIGINT NOT NULL, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:29.008--ServerSession(337136529)--Connection(1605091094)--CREATE TABLE COMMENTC (CONTENT VARCHAR(255) NOT NULL, COMPLEXID_C_A BIGINT NOT NULL, TYPE VARCHAR(255) NOT NULL, PRIMARY KEY (COMPLEXID_C_A, TYPE)) [EL Fine]: sql: 2024-04-17 12:55:29.012--ServerSession(337136529)--Connection(1605091094)--CREATE TABLE COMMENTD (CONTENT VARCHAR(255) NOT NULL, COMPLEXID_D_B BIGINT NOT NULL, COMPLEXID_D_A BIGINT NOT NULL, PRIMARY KEY (COMPLEXID_D_B, COMPLEXID_D_A)) [EL Fine]: sql: 2024-04-17 12:55:29.016--ServerSession(337136529)--Connection(1605091094)--CREATE TABLE POST_A (IDA BIGINT NOT NULL, PRIMARY KEY (IDA)) [EL Fine]: sql: 2024-04-17 12:55:29.02--ServerSession(337136529)--Connection(1605091094)--CREATE TABLE POSTB (IDB BIGINT NOT NULL, IDA BIGINT NOT NULL, PRIMARY KEY (IDB, IDA)) [EL Fine]: sql: 2024-04-17 12:55:29.024--ServerSession(337136529)--Connection(1605091094)--CREATE TABLE POSTC (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:29.027--ServerSession(337136529)--Connection(1605091094)--CREATE TABLE POSTD (COMPLEXID_D_B BIGINT NOT NULL, COMPLEXID_D_A BIGINT NOT NULL, PRIMARY KEY (COMPLEXID_D_B, COMPLEXID_D_A)) [EL Fine]: sql: 2024-04-17 12:55:29.031--ServerSession(337136529)--Connection(1605091094)--ALTER TABLE COMMENTA ADD CONSTRAINT FK_COMMENTA_POSTA_FK FOREIGN KEY (POSTA_FK) REFERENCES POST_A (IDA) [EL Fine]: sql: 2024-04-17 12:55:29.044--ServerSession(337136529)--Connection(1605091094)--ALTER TABLE COMMENTB ADD CONSTRAINT FK_COMMENTB_POSTB_B_FK FOREIGN KEY (POSTB_B_FK, POSTB_A_FK) REFERENCES POSTB (IDB, IDA) [EL Fine]: sql: 2024-04-17 12:55:29.056--ServerSession(337136529)--Connection(1605091094)--ALTER TABLE COMMENTC ADD CONSTRAINT FK_COMMENTC_COMPLEXID_C_A FOREIGN KEY (COMPLEXID_C_A) REFERENCES POSTC (ID) [EL Fine]: sql: 2024-04-17 12:55:29.068--ServerSession(337136529)--Connection(1605091094)--ALTER TABLE COMMENTD ADD CONSTRAINT FK_COMMENTD_COMPLEXID_D_B FOREIGN KEY (COMPLEXID_D_B, COMPLEXID_D_A) REFERENCES POSTD (COMPLEXID_D_B, COMPLEXID_D_A) [EL Fine]: sql: 2024-04-17 12:55:29.082--ServerSession(337136529)--Connection(1605091094)--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [EL Fine]: sql: 2024-04-17 12:55:29.083--ServerSession(337136529)--Connection(1605091094)--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [EL Fine]: sql: 2024-04-17 12:55:29.087--ClientSession(1441196296)--Connection(1605091094)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?) bind => [21, 20] [EL Fine]: sql: 2024-04-17 12:55:29.088--ClientSession(1441196296)--Connection(1605091094)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?) bind => [20, 21, a] [EL Fine]: sql: 2024-04-17 12:55:29.09--ClientSession(2134717832)--Connection(1605091094)--INSERT INTO POSTC (ID) VALUES (?) bind => [5] [EL Fine]: sql: 2024-04-17 12:55:29.091--ClientSession(2134717832)--Connection(1605091094)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, a, Type1] [EL Fine]: sql: 2024-04-17 12:55:29.091--ClientSession(2134717832)--Connection(1605091094)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, b, Type2] [EL Fine]: sql: 2024-04-17 12:55:29.091--ClientSession(2134717832)--Connection(1605091094)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, c, Type3] [EL Fine]: sql: 2024-04-17 12:55:29.093--ClientSession(1133622679)--Connection(1605091094)--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [50, SEQ_GEN] [EL Fine]: sql: 2024-04-17 12:55:29.093--ClientSession(1133622679)--Connection(1605091094)--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? bind => [SEQ_GEN] [EL Fine]: sql: 2024-04-17 12:55:29.094--ClientSession(1133622679)--Connection(1605091094)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?) bind => [4, 3] [EL Fine]: sql: 2024-04-17 12:55:29.095--ClientSession(1133622679)--Connection(1605091094)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [3, 4, 1, a] [EL Fine]: sql: 2024-04-17 12:55:29.095--ClientSession(1133622679)--Connection(1605091094)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [3, 4, 2, b] [EL Fine]: sql: 2024-04-17 12:55:29.096--ClientSession(1133622679)--Connection(1605091094)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [3, 4, 3, c] [EL Fine]: sql: 2024-04-17 12:55:29.099--ClientSession(1334388532)--Connection(1605091094)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?) bind => [23, 22] [EL Fine]: sql: 2024-04-17 12:55:29.1--ClientSession(1334388532)--Connection(1605091094)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?) bind => [22, 23, d] [EL Fine]: sql: 2024-04-17 12:55:29.102--ClientSession(1106205746)--Connection(1605091094)--INSERT INTO POST_A (IDA) VALUES (?) bind => [9] [EL Fine]: sql: 2024-04-17 12:55:29.102--ClientSession(1106205746)--Connection(1605091094)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 4] [EL Fine]: sql: 2024-04-17 12:55:29.103--ClientSession(1106205746)--Connection(1605091094)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 5] [EL Fine]: sql: 2024-04-17 12:55:29.103--ClientSession(1106205746)--Connection(1605091094)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 6] [EL Fine]: sql: 2024-04-17 12:55:29.104--ClientSession(1509181671)--Connection(1605091094)--INSERT INTO POST_A (IDA) VALUES (?) bind => [10] [EL Fine]: sql: 2024-04-17 12:55:29.105--ClientSession(1509181671)--Connection(1605091094)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 9] [EL Fine]: sql: 2024-04-17 12:55:29.105--ClientSession(1509181671)--Connection(1605091094)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 7] [EL Fine]: sql: 2024-04-17 12:55:29.105--ClientSession(1509181671)--Connection(1605091094)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 8] [EL Fine]: sql: 2024-04-17 12:55:29.106--ClientSession(982521973)--Connection(1605091094)--INSERT INTO POSTC (ID) VALUES (?) bind => [6] [EL Fine]: sql: 2024-04-17 12:55:29.107--ClientSession(982521973)--Connection(1605091094)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, f, Type6] [EL Fine]: sql: 2024-04-17 12:55:29.107--ClientSession(982521973)--Connection(1605091094)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, d, Type4] [EL Fine]: sql: 2024-04-17 12:55:29.107--ClientSession(982521973)--Connection(1605091094)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, 3, Type5] [EL Fine]: sql: 2024-04-17 12:55:29.108--ClientSession(1819161129)--Connection(1605091094)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?) bind => [6, 5] [EL Fine]: sql: 2024-04-17 12:55:29.109--ClientSession(1819161129)--Connection(1605091094)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [5, 6, 12, f] [EL Fine]: sql: 2024-04-17 12:55:29.109--ClientSession(1819161129)--Connection(1605091094)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [5, 6, 11, e] [EL Fine]: sql: 2024-04-17 12:55:29.109--ClientSession(1819161129)--Connection(1605091094)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [5, 6, 10, d] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace [EL Info]: 2024-04-17 12:55:29.116--ServerSession(68101649)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL [EL Info]: 2024-04-17 12:55:29.17--ServerSession(652818481)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:29.207--ServerSession(1426121368)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:29.241--ServerSession(273053089)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions [EL Info]: 2024-04-17 12:55:29.351--ServerSession(801667063)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:29.389--ServerSession(1707519328)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime [EL Info]: 2024-04-17 12:55:29.438--ServerSession(1971569552)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestDateTimeFunctions [EL Info]: 2024-04-17 12:55:29.506--ServerSession(390925291)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.persistence.jpa.test.jpql.TestDateTimeFunctions [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction [EL Info]: 2024-04-17 12:55:29.569--ServerSession(36169821)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction [INFO] Running org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel [EL Info]: 2024-04-17 12:55:29.632--ServerSession(732279030)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper [EL Info]: 2024-04-17 12:55:29.66--ServerSession(252294943)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator [EL Info]: 2024-04-17 12:55:29.703--ServerSession(349611966)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:29.73--ServerSession(1344649329)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestSchemaGen [EL Warning]: metadata: 2024-04-17 12:55:29.933--ServerSession(2117183078)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ParentMultitenant] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:55:29.944--ServerSession(2117183078)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ChildMultitenant] is being defaulted to: eclipselink.tenant-id. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.eclipse.persistence.jpa.test.ddl.TestSchemaGen [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector [EL Info]: 2024-04-17 12:55:29.995--ServerSession(1253598253)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:55:30.013--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector [INFO] Running org.eclipse.persistence.jpa.test.server.TestTargetServerDetector [EL Info]: 2024-04-17 12:55:30.028--ServerSession(1012837825)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:55:30.049--ServerSession(1012837825)--Failed to find MBean Server: null or empty List returned from MBeanServerFactory.findMBeanServer(null) [EL Info]: 2024-04-17 12:55:30.113--ServerSession(911115311)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.persistence.jpa.test.server.TestTargetServerDetector [INFO] Running org.eclipse.persistence.jpa.test.server.TestJNDIConnector [EL Info]: 2024-04-17 12:55:30.149--ServerSession(1350342602)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:30.169--ServerSession(1159091018)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:30.189--ServerSession(1145908611)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:30.208--ServerSession(1618766015)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.persistence.jpa.test.server.TestJNDIConnector [INFO] Running org.eclipse.persistence.jpa.test.lob.TestLobMerge [EL Info]: 2024-04-17 12:55:30.254--ServerSession(325343964)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:55:30.284--ServerSession(325343964)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CLOB, label VARCHAR(255) NOT NULL UNIQUE, parent_id INTEGER)' at line 1 Error Code: 1064 Call: CREATE TABLE ParentEntity_SUBS (content CLOB, label VARCHAR(255) NOT NULL UNIQUE, parent_id INTEGER) Query: DataModifyQuery(sql="CREATE TABLE ParentEntity_SUBS (content CLOB, label VARCHAR(255) NOT NULL UNIQUE, parent_id INTEGER)") [EL Warning]: 2024-04-17 12:55:30.284--ServerSession(325343964)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.ParentEntity_SUBS' doesn't exist Error Code: 1146 Call: ALTER TABLE ParentEntity_SUBS ADD CONSTRAINT FK_ParentEntity_SUBS_parent_id FOREIGN KEY (parent_id) REFERENCES PARENTENTITY (ID) Query: DataModifyQuery(sql="ALTER TABLE ParentEntity_SUBS ADD CONSTRAINT FK_ParentEntity_SUBS_parent_id FOREIGN KEY (parent_id) REFERENCES PARENTENTITY (ID)") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.persistence.jpa.test.lob.TestLobMerge [INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCast [EL Info]: 2024-04-17 12:55:30.292--ServerSession(1916156122)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.persistence.jpa.test.property.TestSQLCast [INFO] Running org.eclipse.persistence.jpa.test.property.TestParameterBinding [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Fine]: server: 2024-04-17 12:55:30.357--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Finest]: jpa: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Initial; factoryCount 0 [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.weaving.changetracking; default value=true [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.weaving.lazy; default value=true [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.weaving.eager; default value=false [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.weaving.internal; default value=true [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.weaving.rest; default value=false [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [EL Finest]: properties: 2024-04-17 12:55:30.357--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [EL Finer]: metadata: 2024-04-17 12:55:30.358--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Finer]: metadata: 2024-04-17 12:55:30.358--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Config]: metadata: 2024-04-17 12:55:30.358--ServerSession(1940229798)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:30.359--ServerSession(1940229798)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is being defaulted to: GenericEntity. [EL Config]: metadata: 2024-04-17 12:55:30.359--ServerSession(1940229798)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is being defaulted to: GENERICENTITY. [EL Finer]: weaver: 2024-04-17 12:55:30.359--ServerSession(1940229798)--Thread(Thread[main,5,main])--Class [org.eclipse.persistence.jpa.test.property.model.GenericEntity] registered to be processed by weaver. [EL Finest]: jpa: 2024-04-17 12:55:30.359--ServerSession(1940229798)--Thread(Thread[main,5,main])--End predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 0 [EL Finer]: weaver: 2024-04-17 12:55:30.36--Thread(Thread[main,5,main])--JavaSECMPInitializer - global instrumentation is null. [EL Finest]: jpa: 2024-04-17 12:55:30.36--ServerSession(1940229798)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 0 [EL Finest]: jpa: 2024-04-17 12:55:30.36--ServerSession(1940229798)--Thread(Thread[main,5,main])--End predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 1 [EL Finer]: metamodel: 2024-04-17 12:55:30.36--ServerSession(1940229798)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.property.model.GenericEntity_] not found during initialization. [EL Finest]: jpa: 2024-04-17 12:55:30.36--ServerSession(1940229798)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 1 [EL Finest]: jpa: 2024-04-17 12:55:30.361--ServerSession(1940229798)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation]. [EL Finest]: properties: 2024-04-17 12:55:30.361--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024-04-17 12:55:30.361--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-04-17 12:55:30.361--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024-04-17 12:55:30.361--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024-04-17 12:55:30.361--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024-04-17 12:55:30.361--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024-04-17 12:55:30.361--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.force-bind-parameters; value=true [EL Finest]: properties: 2024-04-17 12:55:30.361--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.user; value=root [EL Finest]: properties: 2024-04-17 12:55:30.361--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx [EL Finest]: properties: 2024-04-17 12:55:30.362--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.driver; value=com.mysql.cj.jdbc.Driver [EL Finest]: properties: 2024-04-17 12:55:30.362--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [EL Finest]: properties: 2024-04-17 12:55:30.362--ServerSession(1940229798)--Thread(Thread[main,5,main])--property=jakarta.persistence.query.timeout; value=1000 [EL Info]: 2024-04-17 12:55:30.362--ServerSession(1940229798)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle23Platform, regular expression: (?is)oracle.*23.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle21Platform, regular expression: (?is)oracle.*21.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle19Platform, regular expression: (?is)oracle.*19.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle18Platform, regular expression: (?is)oracle.*18.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle12Platform, regular expression: (?is)oracle.*12.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle11Platform, regular expression: (?is)oracle.*11.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle10Platform, regular expression: (?is)oracle.*10.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle9Platform, regular expression: (?is)oracle.*9.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle23Platform, regular expression: (?is)core.oracle.*23.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle21Platform, regular expression: (?is)core.oracle.*21.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle19Platform, regular expression: (?is)core.oracle.*19.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle18Platform, regular expression: (?is)core.oracle.*18.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle12Platform, regular expression: (?is)core.oracle.*12.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle11Platform, regular expression: (?is)core.oracle.*11.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle10Platform, regular expression: (?is)core.oracle.*10.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle9Platform, regular expression: (?is)core.oracle.*9.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SybasePlatform, regular expression: (?i)(sybase.*)|(adaptive\ server\ enterprise.*)|(SQL\ Server.*) [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2ZPlatform, regular expression: (?i).*db2.*dsn.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2MainframePlatform, regular expression: (?i).*(db2|AS).*(AS/400|qsq).* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2Platform, regular expression: (?i).*db2.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.PointBasePlatform, regular expression: (?is)pointbase.* [EL Finest]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.MySQLPlatform, regular expression: (?i)mysql.* [EL Fine]: connection: 2024-04-17 12:55:30.37--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:30.37--ServerSession(1940229798)--Connection(1843700680)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:30.378--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Finest]: connection: 2024-04-17 12:55:30.378--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Finest]: connection: 2024-04-17 12:55:30.378--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Fine]: connection: 2024-04-17 12:55:30.378--ServerSession(1940229798)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF login successful [EL Fine]: 2024-04-17 12:55:30.379--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Finest]: query: 2024-04-17 12:55:30.379--ServerSession(1940229798)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024-04-17 12:55:30.38--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.38--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY [EL Finest]: connection: 2024-04-17 12:55:30.381--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-04-17 12:55:30.381--ServerSession(1940229798)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024-04-17 12:55:30.381--ServerSession(1940229798)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024-04-17 12:55:30.381--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.381--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024-04-17 12:55:30.382--ServerSession(1940229798)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-04-17 12:55:30.382--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-04-17 12:55:30.382--ServerSession(1940229798)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024-04-17 12:55:30.382--ServerSession(1940229798)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024-04-17 12:55:30.382--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.382--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024-04-17 12:55:30.383--ServerSession(1940229798)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-04-17 12:55:30.383--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-04-17 12:55:30.383--ServerSession(1940229798)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024-04-17 12:55:30.383--ServerSession(1940229798)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024-04-17 12:55:30.383--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.383--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024-04-17 12:55:30.383--ServerSession(1940229798)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-04-17 12:55:30.384--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-04-17 12:55:30.384--ServerSession(1940229798)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024-04-17 12:55:30.384--ServerSession(1940229798)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024-04-17 12:55:30.384--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.384--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024-04-17 12:55:30.384--ServerSession(1940229798)--Thread(Thread[main,5,main])--SELECT 1 [EL Finest]: connection: 2024-04-17 12:55:30.384--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024-04-17 12:55:30.384--ServerSession(1940229798)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024-04-17 12:55:30.385--ServerSession(1940229798)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE GENERICENTITY (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_BOOLEAN1 TINYINT(1) default 0, ITEM_DATE1 DATETIME, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), PRIMARY KEY (KEY_CHAR))") [EL Finest]: connection: 2024-04-17 12:55:30.385--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.385--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--CREATE TABLE GENERICENTITY (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_BOOLEAN1 TINYINT(1) default 0, ITEM_DATE1 DATETIME, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Finest]: connection: 2024-04-17 12:55:30.389--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finest]: ddl: 2024-04-17 12:55:30.389--Thread(Thread[main,5,main])--The table (GENERICENTITY) is created. [EL Finer]: metamodel: 2024-04-17 12:55:30.389--ServerSession(1940229798)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.property.model.GenericEntity_] not found during initialization. [EL Finest]: jpa: 2024-04-17 12:55:30.389--ServerSession(1940229798)--Thread(Thread[main,5,main])--End deploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Deployed; factoryCount 1 [EL Finer]: connection: 2024-04-17 12:55:30.39--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 618865784 [EL Finer]: transaction: 2024-04-17 12:55:30.391--ClientSession(618865784)--Thread(Thread[main,5,main])--acquire unit of work: 1193481148 [EL Finest]: query: 2024-04-17 12:55:30.391--UnitOfWork(1193481148)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))") [EL Finest]: connection: 2024-04-17 12:55:30.391--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.391--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?)) bind => [2, -3, -3] [EL Finest]: connection: 2024-04-17 12:55:30.392--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.392--UnitOfWork(1193481148)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.392--ClientSession(618865784)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.393--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 478925677 [EL Finer]: transaction: 2024-04-17 12:55:30.393--ClientSession(478925677)--Thread(Thread[main,5,main])--acquire unit of work: 688397617 [EL Finest]: query: 2024-04-17 12:55:30.393--UnitOfWork(688397617)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))") [EL Finest]: connection: 2024-04-17 12:55:30.393--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.393--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?)) bind => [2, -3, -3] [EL Finest]: connection: 2024-04-17 12:55:30.393--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.393--UnitOfWork(688397617)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.393--ClientSession(478925677)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.394--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 944313855 [EL Finer]: transaction: 2024-04-17 12:55:30.394--ClientSession(944313855)--Thread(Thread[main,5,main])--acquire unit of work: 572375639 [EL Finest]: query: 2024-04-17 12:55:30.394--UnitOfWork(572375639)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE ((ITEM_INTEGER1 + ?) > ?)") [EL Finest]: connection: 2024-04-17 12:55:30.394--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.394--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE ((ITEM_INTEGER1 + ?) > ?) bind => [2, 2, 1] [EL Finest]: connection: 2024-04-17 12:55:30.394--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.395--UnitOfWork(572375639)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.395--ClientSession(944313855)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.395--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 355878939 [EL Finer]: transaction: 2024-04-17 12:55:30.395--ClientSession(355878939)--Thread(Thread[main,5,main])--acquire unit of work: 1148521557 [EL Finest]: query: 2024-04-17 12:55:30.395--UnitOfWork(1148521557)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > ?)") [EL Finest]: connection: 2024-04-17 12:55:30.395--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.395--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > ?) bind => [2, 2, 2, 2, 1] [EL Finest]: connection: 2024-04-17 12:55:30.395--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.395--UnitOfWork(1148521557)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.395--ClientSession(355878939)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.396--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1960292564 [EL Finer]: transaction: 2024-04-17 12:55:30.396--ClientSession(1960292564)--Thread(Thread[main,5,main])--acquire unit of work: 11757082 [EL Finest]: query: 2024-04-17 12:55:30.396--UnitOfWork(11757082)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE (ABS((ITEM_INTEGER1 + ?)) > ?)") [EL Finest]: connection: 2024-04-17 12:55:30.396--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.396--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE (ABS((ITEM_INTEGER1 + ?)) > ?) bind => [4, 4, 1] [EL Finest]: connection: 2024-04-17 12:55:30.396--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.396--UnitOfWork(11757082)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.396--ClientSession(1960292564)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.396--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1370704949 [EL Finer]: transaction: 2024-04-17 12:55:30.397--ClientSession(1370704949)--Thread(Thread[main,5,main])--acquire unit of work: 1719671861 [EL Finest]: query: 2024-04-17 12:55:30.397--UnitOfWork(1719671861)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?)))") [EL Finest]: connection: 2024-04-17 12:55:30.397--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.397--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?))) bind => [1, HELLO WORLD, 1, 5] [EL Finest]: connection: 2024-04-17 12:55:30.397--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.397--UnitOfWork(1719671861)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.397--ClientSession(1370704949)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.397--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 809544938 [EL Finer]: transaction: 2024-04-17 12:55:30.397--ClientSession(809544938)--Thread(Thread[main,5,main])--acquire unit of work: 1938906185 [EL Finest]: query: 2024-04-17 12:55:30.397--UnitOfWork(1938906185)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?)))") [EL Finest]: connection: 2024-04-17 12:55:30.397--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.397--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?))) bind => [1, HELLO WORLD, 1, 5] [EL Finest]: connection: 2024-04-17 12:55:30.397--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.398--UnitOfWork(1938906185)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.398--ClientSession(809544938)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.398--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1547848040 [EL Finer]: transaction: 2024-04-17 12:55:30.398--ClientSession(1547848040)--Thread(Thread[main,5,main])--acquire unit of work: 1572124205 [EL Finest]: query: 2024-04-17 12:55:30.398--UnitOfWork(1572124205)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 = SUBSTR(?, ?, ?))") [EL Finest]: connection: 2024-04-17 12:55:30.398--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.398--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 = SUBSTR(?, ?, ?)) bind => [1, HELLO WORLD, 1, 5] [EL Finest]: connection: 2024-04-17 12:55:30.398--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.398--UnitOfWork(1572124205)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.398--ClientSession(1547848040)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.399--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 2035145536 [EL Finer]: transaction: 2024-04-17 12:55:30.399--ClientSession(2035145536)--Thread(Thread[main,5,main])--acquire unit of work: 1463305364 [EL Finest]: query: 2024-04-17 12:55:30.399--UnitOfWork(1463305364)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (SUBSTR(ITEM_STRING1, ?, ?) NOT IN (?, ?, ?, ?))") [EL Finest]: connection: 2024-04-17 12:55:30.399--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.399--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (SUBSTR(ITEM_STRING1, ?, ?) NOT IN (?, ?, ?, ?)) bind => [1, 1, 5, TEST1, TEST2, HELLO, TEST3] [EL Finest]: connection: 2024-04-17 12:55:30.399--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.399--UnitOfWork(1463305364)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.399--ClientSession(2035145536)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.399--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1870236960 [EL Finer]: transaction: 2024-04-17 12:55:30.4--ClientSession(1870236960)--Thread(Thread[main,5,main])--acquire unit of work: 1467799115 [EL Finest]: query: 2024-04-17 12:55:30.4--UnitOfWork(1467799115)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?))") [EL Finest]: connection: 2024-04-17 12:55:30.4--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.4--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?)) bind => [2, 4, 4, 5, 6] [EL Finest]: connection: 2024-04-17 12:55:30.4--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.4--UnitOfWork(1467799115)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.4--ClientSession(1870236960)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.4--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 287847725 [EL Finer]: transaction: 2024-04-17 12:55:30.4--ClientSession(287847725)--Thread(Thread[main,5,main])--acquire unit of work: 108233185 [EL Finest]: query: 2024-04-17 12:55:30.4--UnitOfWork(108233185)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?))") [EL Finest]: connection: 2024-04-17 12:55:30.4--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.4--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?)) bind => [2, a, a, b, c] [EL Finest]: connection: 2024-04-17 12:55:30.401--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.401--UnitOfWork(108233185)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.401--ClientSession(287847725)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.401--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 746069441 [EL Finer]: transaction: 2024-04-17 12:55:30.401--ClientSession(746069441)--Thread(Thread[main,5,main])--acquire unit of work: 189069869 [EL Finest]: query: 2024-04-17 12:55:30.401--UnitOfWork(189069869)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?))") [EL Finest]: connection: 2024-04-17 12:55:30.401--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.401--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?)) bind => [2, 4, 5, 4, 6] [EL Finest]: connection: 2024-04-17 12:55:30.401--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.401--UnitOfWork(189069869)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.401--ClientSession(746069441)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.402--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 992646348 [EL Finer]: transaction: 2024-04-17 12:55:30.402--ClientSession(992646348)--Thread(Thread[main,5,main])--acquire unit of work: 1002973288 [EL Finest]: query: 2024-04-17 12:55:30.402--UnitOfWork(1002973288)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 IN (?, ?, ?))") [EL Finest]: connection: 2024-04-17 12:55:30.402--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.402--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 IN (?, ?, ?)) bind => [2, a, b, c] [EL Finest]: connection: 2024-04-17 12:55:30.402--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.402--UnitOfWork(1002973288)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.402--ClientSession(992646348)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.403--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1898331673 [EL Finer]: transaction: 2024-04-17 12:55:30.403--ClientSession(1898331673)--Thread(Thread[main,5,main])--acquire unit of work: 293110089 [EL Finest]: query: 2024-04-17 12:55:30.403--UnitOfWork(293110089)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)") [EL Finest]: connection: 2024-04-17 12:55:30.403--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.403--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?) bind => [1, 0, 99] [EL Finest]: connection: 2024-04-17 12:55:30.403--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.403--UnitOfWork(293110089)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.403--ClientSession(1898331673)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.403--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1187514858 [EL Finer]: transaction: 2024-04-17 12:55:30.403--ClientSession(1187514858)--Thread(Thread[main,5,main])--acquire unit of work: 1931594531 [EL Finest]: query: 2024-04-17 12:55:30.403--UnitOfWork(1931594531)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)") [EL Finest]: connection: 2024-04-17 12:55:30.403--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.403--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?) bind => [1, 0, 99] [EL Finest]: connection: 2024-04-17 12:55:30.404--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.404--UnitOfWork(1931594531)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.404--ClientSession(1187514858)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.404--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1874131396 [EL Finer]: transaction: 2024-04-17 12:55:30.404--ClientSession(1874131396)--Thread(Thread[main,5,main])--acquire unit of work: 1314212207 [EL Finest]: query: 2024-04-17 12:55:30.404--UnitOfWork(1314212207)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?)") [EL Finest]: connection: 2024-04-17 12:55:30.404--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.404--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?) bind => [1, 1, 20, 300] [EL Finest]: connection: 2024-04-17 12:55:30.404--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.404--UnitOfWork(1314212207)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.404--ClientSession(1874131396)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.405--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1529118812 [EL Finer]: transaction: 2024-04-17 12:55:30.405--ClientSession(1529118812)--Thread(Thread[main,5,main])--acquire unit of work: 153845878 [EL Finest]: query: 2024-04-17 12:55:30.405--UnitOfWork(153845878)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ? LIKE ? ESCAPE ?") [EL Finest]: connection: 2024-04-17 12:55:30.405--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.405--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE ? LIKE ? ESCAPE ? bind => [1, HELLO_WORLD, HELLO%, _] [EL Finest]: connection: 2024-04-17 12:55:30.405--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.405--UnitOfWork(153845878)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.405--ClientSession(1529118812)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.405--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 947686207 [EL Finer]: transaction: 2024-04-17 12:55:30.405--ClientSession(947686207)--Thread(Thread[main,5,main])--acquire unit of work: 881440991 [EL Finest]: query: 2024-04-17 12:55:30.405--UnitOfWork(881440991)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ITEM_STRING1 LIKE ?") [EL Finest]: connection: 2024-04-17 12:55:30.405--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.405--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE ITEM_STRING1 LIKE ? bind => [1, HELLO%] [EL Finest]: connection: 2024-04-17 12:55:30.406--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.406--UnitOfWork(881440991)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.406--ClientSession(947686207)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.407--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1766453271 [EL Finer]: transaction: 2024-04-17 12:55:30.407--ClientSession(1766453271)--Thread(Thread[main,5,main])--acquire unit of work: 551056903 [EL Finest]: query: 2024-04-17 12:55:30.407--UnitOfWork(551056903)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=GenericEntity sql="SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = ?) AND EXISTS (SELECT ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?)))") [EL Finest]: connection: 2024-04-17 12:55:30.407--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.407--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = ?) AND EXISTS (SELECT ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?))) bind => [Test, 1, 33] [EL Finest]: connection: 2024-04-17 12:55:30.407--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.407--UnitOfWork(551056903)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.407--ClientSession(1766453271)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.408--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1254084704 [EL Finer]: transaction: 2024-04-17 12:55:30.408--ClientSession(1254084704)--Thread(Thread[main,5,main])--acquire unit of work: 1777225585 [EL Finest]: query: 2024-04-17 12:55:30.408--UnitOfWork(1777225585)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=GenericEntity sql="SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = ?) AND EXISTS (SELECT ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?)))") [EL Finest]: connection: 2024-04-17 12:55:30.408--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.408--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = ?) AND EXISTS (SELECT ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?))) bind => [Test, 1, 33] [EL Finest]: connection: 2024-04-17 12:55:30.408--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.408--UnitOfWork(1777225585)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.408--ClientSession(1254084704)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.409--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1598903892 [EL Finer]: transaction: 2024-04-17 12:55:30.409--ClientSession(1598903892)--Thread(Thread[main,5,main])--acquire unit of work: 319703126 [EL Finest]: query: 2024-04-17 12:55:30.409--UnitOfWork(319703126)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?))))") [EL Finest]: connection: 2024-04-17 12:55:30.409--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.409--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?)))) bind => [2, 1, -, 99, -] [EL Finest]: connection: 2024-04-17 12:55:30.409--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.409--UnitOfWork(319703126)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.409--ClientSession(1598903892)--Thread(Thread[main,5,main])--client released [EL Finer]: connection: 2024-04-17 12:55:30.41--ServerSession(1940229798)--Thread(Thread[main,5,main])--client acquired: 1727805329 [EL Finer]: transaction: 2024-04-17 12:55:30.41--ClientSession(1727805329)--Thread(Thread[main,5,main])--acquire unit of work: 673907772 [EL Finest]: query: 2024-04-17 12:55:30.41--UnitOfWork(673907772)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?))))") [EL Finest]: connection: 2024-04-17 12:55:30.41--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024-04-17 12:55:30.41--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?)))) bind => [2, 1, 1, 99, 99] [EL Finest]: connection: 2024-04-17 12:55:30.41--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 12:55:30.41--UnitOfWork(673907772)--Thread(Thread[main,5,main])--release unit of work [EL Finer]: connection: 2024-04-17 12:55:30.41--ClientSession(1727805329)--Thread(Thread[main,5,main])--client released [EL Finest]: jpa: 2024-04-17 12:55:30.41--ServerSession(1940229798)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Deployed; factoryCount 1 [EL Fine]: connection: 2024-04-17 12:55:30.41--ServerSession(1940229798)--Connection(1877820021)--Thread(Thread[main,5,main])--disconnect [EL Finer]: cache: 2024-04-17 12:55:30.411--ServerSession(1940229798)--Thread(Thread[main,5,main])--initialize identitymaps [EL Fine]: connection: 2024-04-17 12:55:30.411--ServerSession(1940229798)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF logout successful [EL Fine]: connection: 2024-04-17 12:55:30.411--ServerSession(1940229798)--Connection(1843700680)--Thread(Thread[main,5,main])--disconnect [EL Finest]: jpa: 2024-04-17 12:55:30.411--ServerSession(1940229798)--Thread(Thread[main,5,main])--End undeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Undeployed; factoryCount 0 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.persistence.jpa.test.property.TestParameterBinding [INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall [EL Finer]: jpa: 2024-04-17 12:55:30.412--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying default-pu-name. [EL Info]: 2024-04-17 12:55:30.415--ServerSession(704013678)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall [INFO] Running org.eclipse.persistence.jpa.test.weave.TestWeaving [EL Info]: 2024-04-17 12:55:30.494--ServerSession(1246198229)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.persistence.jpa.test.weave.TestWeaving [INFO] Running org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence [EL Info]: 2024-04-17 12:55:30.53--ServerSession(479825102)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s -- in org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUUIDGenerator [EL Info]: 2024-04-17 12:55:31.074--ServerSession(683289823)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.eclipse.persistence.jpa.test.uuid.TestUUIDGenerator [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestStringUUID [EL Info]: 2024-04-17 12:55:31.19--ServerSession(739690440)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.persistence.jpa.test.uuid.TestStringUUID [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUuidWithAppendParameters [EL Info]: 2024-04-17 12:55:31.223--ServerSession(390904890)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.persistence.jpa.test.uuid.TestUuidWithAppendParameters [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUuidWithBindParameters [EL Info]: 2024-04-17 12:55:31.263--ServerSession(147452030)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.persistence.jpa.test.uuid.TestUuidWithBindParameters [INFO] Running org.eclipse.persistence.jpa.test.version.TestVersioning [EL Fine]: server: 2024-04-17 12:55:31.296--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:55:31.323--ServerSession(1612892904)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:31.323--ServerSession(1612892904)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:31.323--ServerSession(1612892904)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:55:31.323--ServerSession(1612892904)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is being defaulted to: TemporalVersionedEntity2. [EL Config]: metadata: 2024-04-17 12:55:31.323--ServerSession(1612892904)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is being defaulted to: TEMPORALVERSIONEDENTITY2. [EL Config]: metadata: 2024-04-17 12:55:31.323--ServerSession(1612892904)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:31.324--ServerSession(1612892904)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [EL Config]: metadata: 2024-04-17 12:55:31.324--ServerSession(1612892904)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is being defaulted to: IntegerVersionedEntity. [EL Config]: metadata: 2024-04-17 12:55:31.324--ServerSession(1612892904)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is being defaulted to: INTEGERVERSIONEDENTITY. [EL Config]: metadata: 2024-04-17 12:55:31.324--ServerSession(1612892904)--Thread(Thread[main,5,main])--The column name for element [data] is being defaulted to: DATA. [EL Config]: metadata: 2024-04-17 12:55:31.324--ServerSession(1612892904)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:31.324--ServerSession(1612892904)--Thread(Thread[main,5,main])--The column name for element [theVersion] is being defaulted to: THEVERSION. [EL Config]: metadata: 2024-04-17 12:55:31.324--ServerSession(1612892904)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is being defaulted to: TemporalVersionedEntity. [EL Config]: metadata: 2024-04-17 12:55:31.324--ServerSession(1612892904)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is being defaulted to: TEMPORALVERSIONEDENTITY. [EL Config]: metadata: 2024-04-17 12:55:31.324--ServerSession(1612892904)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:55:31.324--ServerSession(1612892904)--Thread(Thread[main,5,main])--The column name for element [updatetimestamp] is being defaulted to: UPDATETIMESTAMP. [EL Info]: 2024-04-17 12:55:31.326--ServerSession(1612892904)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:55:31.335--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:55:31.335--ServerSession(1612892904)--Connection(2021166656)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:55:31.343--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:55:31.344--ServerSession(1612892904)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024-04-17 12:55:31.344--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:55:31.345--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024-04-17 12:55:31.346--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.346--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024-04-17 12:55:31.347--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024-04-17 12:55:31.347--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.347--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024-04-17 12:55:31.347--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024-04-17 12:55:31.348--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.348--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024-04-17 12:55:31.348--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024-04-17 12:55:31.348--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.349--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024-04-17 12:55:31.349--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024-04-17 12:55:31.349--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.349--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024-04-17 12:55:31.349--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024-04-17 12:55:31.35--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.35--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024-04-17 12:55:31.35--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024-04-17 12:55:31.35--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.351--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024-04-17 12:55:31.351--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024-04-17 12:55:31.351--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.351--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024-04-17 12:55:31.351--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024-04-17 12:55:31.352--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.352--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024-04-17 12:55:31.352--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024-04-17 12:55:31.352--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.352--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024-04-17 12:55:31.353--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024-04-17 12:55:31.353--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.353--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024-04-17 12:55:31.353--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024-04-17 12:55:31.354--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.354--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024-04-17 12:55:31.354--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024-04-17 12:55:31.354--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.354--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024-04-17 12:55:31.355--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024-04-17 12:55:31.355--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.355--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024-04-17 12:55:31.355--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024-04-17 12:55:31.356--ServerSession(1612892904)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:55:31.356--ServerSession(1612892904)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024-04-17 12:55:31.356--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY (ID BIGINT NOT NULL, UPDATETIMESTAMP DATETIME, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:31.36--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY2 (ID BIGINT NOT NULL, VERSION DATETIME, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:31.363--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--CREATE TABLE INTEGERVERSIONEDENTITY (ID BIGINT NOT NULL, DATA NVARCHAR(255), THEVERSION INTEGER, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:55:31.367--ClientSession(69507108)--Connection(264396167)--Thread(Thread[main,5,main])--SELECT NOW() [EL Fine]: sql: 2024-04-17 12:55:31.368--ClientSession(69507108)--Connection(264396167)--Thread(Thread[main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY (ID, UPDATETIMESTAMP) VALUES (?, ?) bind => [1, 2024-04-17 12:55:31.0] [EL Fine]: sql: 2024-04-17 12:55:33.872--ClientSession(34653932)--Connection(264396167)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?)) bind => [2024-04-17 12:55:33.0, 1, 2024-04-17 12:55:31.0] [EL Fine]: sql: 2024-04-17 12:55:33.874--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-04-17 12:55:36.376--ClientSession(2102441662)--Connection(264396167)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?)) bind => [2024-04-17 12:55:35.0, 1, 2024-04-17 12:55:33.0] [EL Fine]: sql: 2024-04-17 12:55:36.377--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-04-17 12:55:36.378--ClientSession(697970912)--Connection(264396167)--Thread(Thread[main,5,main])--SELECT NOW() [EL Fine]: sql: 2024-04-17 12:55:36.378--ClientSession(697970912)--Connection(264396167)--Thread(Thread[main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY2 (ID, VERSION) VALUES (?, ?) bind => [1, 2024-04-17 12:55:36.0] [EL Fine]: sql: 2024-04-17 12:55:38.881--ClientSession(532844354)--Connection(264396167)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) bind => [2024-04-17 12:55:38.0, 1, 2024-04-17 12:55:36.0] [EL Fine]: sql: 2024-04-17 12:55:38.883--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-04-17 12:55:41.384--ClientSession(602542596)--Connection(264396167)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) bind => [2024-04-17 12:55:40.0, 1, 2024-04-17 12:55:38.0] [EL Fine]: sql: 2024-04-17 12:55:41.386--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-04-17 12:55:41.387--ClientSession(663059013)--Connection(264396167)--Thread(Thread[main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [1, Data, 1] [EL Fine]: sql: 2024-04-17 12:55:41.389--ClientSession(733395721)--Connection(264396167)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [Lore, 2, 1, 1] [EL Fine]: sql: 2024-04-17 12:55:41.39--ClientSession(2023686832)--Connection(264396167)--Thread(Thread[main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [2, Data, 1] [EL Fine]: sql: 2024-04-17 12:55:41.392--ClientSession(1641278985)--Connection(264396167)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = (THEVERSION + ?) WHERE (ID = ?) bind => [Lore, 1, 2] [EL Fine]: sql: 2024-04-17 12:55:41.394--ClientSession(1641278985)--Connection(264396167)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [Information, 2, 2, 1] [EL Warning]: 2024-04-17 12:55:41.399--UnitOfWork(1086617165)--Thread(Thread[main,5,main])--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [IntegerVersionedEntity [id=2, data=Information, theVersion=2]] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity Primary Key> 2 [EL Fine]: sql: 2024-04-17 12:55:41.401--ClientSession(570107672)--Connection(264396167)--Thread(Thread[main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [3, Data, 1] [EL Fine]: sql: 2024-04-17 12:55:41.402--ClientSession(529305272)--Connection(264396167)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [10, 3, 1] [EL Fine]: connection: 2024-04-17 12:55:41.403--ServerSession(1612892904)--Connection(264396167)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:55:41.403--ServerSession(1612892904)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-04-17 12:55:41.403--ServerSession(1612892904)--Connection(2021166656)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.11 s -- in org.eclipse.persistence.jpa.test.version.TestVersioning [INFO] Running org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer [EL Fine]: moxy: 2024-04-17 12:55:41.412--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@5265b8ff [EL Info]: 2024-04-17 12:55:41.431--ServerSession(165219586)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: ejb: 2024-04-17 12:55:41.475--ServerSession(730429532)--java.lang.ClassCastException: class java.lang.Object cannot be cast to class org.eclipse.persistence.sessions.SessionCustomizer (java.lang.Object is in module java.base of loader 'bootstrap'; org.eclipse.persistence.sessions.SessionCustomizer is in unnamed module of loader 'app') [EL Info]: 2024-04-17 12:55:41.499--ServerSession(1109725781)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer [INFO] Running org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry [EL Info]: 2024-04-17 12:55:41.522--ServerSession(37175067)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry [INFO] Running org.eclipse.persistence.jpa.test.basic.TestNVarChar [EL Info]: 2024-04-17 12:55:41.559--ServerSession(637388004)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.persistence.jpa.test.basic.TestNVarChar [INFO] Running org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface [EL Info]: 2024-04-17 12:55:41.602--ServerSession(1711728930)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:55:41.621--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024-04-17 12:55:41.624--ServerSession(871252226)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:55:41.639--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface [INFO] Running org.eclipse.persistence.jpa.test.basic.TestBasicPersistence [EL Info]: 2024-04-17 12:55:41.726--ServerSession(2057261073)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 ******************** *BEGIN testNonpooledConnection() initialNonPooledConnections = 0 maxNonPooledConnections = 50 nonPooledConnectionsAfterFlush = 1 nonPooledConnectionsAfterCommit = 0 nonPooledConnectionsAfterFind = 0 *END testNonpooledConnection() [EL Severe]: 2024-04-17 12:55:41.865--ClientSession(1616948401)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Warning]: 2024-04-17 12:55:41.865--UnitOfWork(397536740)--java.lang.RuntimeException: tmpDataSourceImp getConnection called ******************** *BEGIN testNonpooledConnectionWithErrorOnReleaseConnection() [EL Info]: 2024-04-17 12:55:41.87--ServerSession(2057261073)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 initialNonPooledConnections = 1 maxNonPooledConnections = 50 nonPooledConnectionsBeforeFlush = 1 nonPooledConnectionsAfterFlush = 2 [EL Warning]: 2024-04-17 12:55:41.9--ClientSession(1821088470)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: 2024-04-17 12:55:41.901--ClientSession(1821088470)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 nonPooledConnectionsAfterCommit = 1 *END testNonpooledConnectionWithErrorOnReleaseConnection() ******************** *BEGIN testNonpooledConnectionWithErrorOnAcquireConnection() initialNonPooledConnections = 1 maxNonPooledConnections = 50 nonPooledConnectionsBeforePersist = 1 nonPooledConnectionsBeforeFlush = 1 [EL Info]: transaction: 2024-04-17 12:55:41.911--ClientSession(777532354)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Info]: transaction: 2024-04-17 12:55:46.92--ClientSession(777532354)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Info]: transaction: 2024-04-17 12:55:51.934--ClientSession(777532354)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Info]: transaction: 2024-04-17 12:55:56.943--ClientSession(777532354)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Warning]: 2024-04-17 12:55:56.943--ClientSession(777532354)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0 nonPooledConnectionsAfterFlush = 1 [EL Warning]: 2024-04-17 12:55:56.946--ClientSession(777532354)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 nonPooledConnectionsAfterRollback = 0 *END testNonpooledConnectionWithErrorOnAcquireConnection() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.31 s -- in org.eclipse.persistence.jpa.test.basic.TestBasicPersistence [INFO] Running org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking [EL Info]: 2024-04-17 12:55:56.976--ServerSession(1227601197)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:55:57.014--ServerSession(641278978)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:56:03.053--ServerSession(781435635)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:56:03.085--ServerSession(1189243384)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:56:03.126--ServerSession(1331162153)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.199 s -- in org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking [INFO] Running org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking [EL Info]: 2024-04-17 12:56:03.165--ServerSession(50592113)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.063 s -- in org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking [INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures [EL Info]: 2024-04-17 12:56:06.227--ServerSession(975475049)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metamodel: 2024-04-17 12:56:06.245--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: 2024-04-17 12:56:06.246--ServerSession(975475049)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.simple_order_procedure does not exist Error Code: 1305 Call: DROP PROCEDURE simple_order_procedure Query: DataModifyQuery(sql="DROP PROCEDURE simple_order_procedure") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures [INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors [EL Info]: 2024-04-17 12:56:06.296--ServerSession(584061832)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.032 s -- in org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors [INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform [EL Info]: 2024-04-17 12:56:06.332--ServerSession(1698515813)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestTableQualifier [EL Info]: 2024-04-17 12:56:06.391--ServerSession(1216780184)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.persistence.jpa.test.sequence.TestTableQualifier [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue [EL Info]: 2024-04-17 12:56:06.418--ServerSession(1001529030)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 MySQLPlatform does not support SequenceObjects. Test is not valid. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration [EL Fine]: server: 2024-04-17 12:56:06.45--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:56:06.452--ServerSession(1424325230)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.453--ServerSession(1424325230)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.453--ServerSession(1424325230)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field childEntity] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity. [EL Config]: metadata: 2024-04-17 12:56:06.453--ServerSession(1424325230)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.453--ServerSession(1424325230)--Thread(Thread[main,5,main])--The element [field teaShops] is being defaulted to a one to many mapping. [EL Config]: metadata: 2024-04-17 12:56:06.453--ServerSession(1424325230)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field teaShops] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.TeaShop. [EL Config]: metadata: 2024-04-17 12:56:06.453--ServerSession(1424325230)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field teas] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.Tea. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: Coffee. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: COFFEE. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [price] is being defaulted to: PRICE. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is being defaulted to: StepExecutionEntity. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is being defaulted to: STEPEXECUTIONENTITY. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: Tea. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: TEA. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [cost] is being defaulted to: COST. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [price] is being defaulted to: PRICE. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [manufacturer] is being defaulted to: MANUFACTURER. [EL Config]: metadata: 2024-04-17 12:56:06.454--ServerSession(1424325230)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TeaShop. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TEASHOP. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field childEntity] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field teaShops] is being defaulted to: TEA_TEASHOP. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [teaShops] is being defaulted to: Tea_ID. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [teaShops] is being defaulted to: teaShops_ID. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field teas] is being defaulted to: ID. [EL Config]: metadata: 2024-04-17 12:56:06.455--ServerSession(1424325230)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field teas] is being defaulted to: ID. [EL Info]: 2024-04-17 12:56:06.457--ServerSession(1424325230)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:56:06.467--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:56:06.467--ServerSession(1424325230)--Connection(1381129323)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:56:06.477--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:56:06.479--ServerSession(1424325230)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024-04-17 12:56:06.48--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:56:06.481--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE TEA_DETAILS DROP FOREIGN KEY FK_TEA_DETAILS_SECONDTABLE_ID [EL Fine]: sql: 2024-04-17 12:56:06.482--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.482--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEA_DETAILS' doesn't exist Error Code: 1146 Call: ALTER TABLE TEA_DETAILS DROP FOREIGN KEY FK_TEA_DETAILS_SECONDTABLE_ID Query: DataModifyQuery(sql="ALTER TABLE TEA_DETAILS DROP FOREIGN KEY FK_TEA_DETAILS_SECONDTABLE_ID") [EL Fine]: sql: 2024-04-17 12:56:06.482--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE STEPEXECUTIONENTITY DROP FOREIGN KEY FK_STEPEXECUTIONENTITY_FK_ID [EL Fine]: sql: 2024-04-17 12:56:06.483--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.483--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.STEPEXECUTIONENTITY' doesn't exist Error Code: 1146 Call: ALTER TABLE STEPEXECUTIONENTITY DROP FOREIGN KEY FK_STEPEXECUTIONENTITY_FK_ID Query: DataModifyQuery(sql="ALTER TABLE STEPEXECUTIONENTITY DROP FOREIGN KEY FK_STEPEXECUTIONENTITY_FK_ID") [EL Fine]: sql: 2024-04-17 12:56:06.483--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_teaShops_ID [EL Fine]: sql: 2024-04-17 12:56:06.484--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.484--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEA_TEASHOP' doesn't exist Error Code: 1146 Call: ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_teaShops_ID Query: DataModifyQuery(sql="ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_teaShops_ID") [EL Fine]: sql: 2024-04-17 12:56:06.484--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_Tea_ID [EL Fine]: sql: 2024-04-17 12:56:06.484--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.484--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEA_TEASHOP' doesn't exist Error Code: 1146 Call: ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_Tea_ID Query: DataModifyQuery(sql="ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_Tea_ID") [EL Fine]: sql: 2024-04-17 12:56:06.485--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEASHOP_ID [EL Fine]: sql: 2024-04-17 12:56:06.485--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.485--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEASHOP_TEA' doesn't exist Error Code: 1146 Call: ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEASHOP_ID Query: DataModifyQuery(sql="ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEASHOP_ID") [EL Fine]: sql: 2024-04-17 12:56:06.485--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEA_ID [EL Fine]: sql: 2024-04-17 12:56:06.486--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.486--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEASHOP_TEA' doesn't exist Error Code: 1146 Call: ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEA_ID Query: DataModifyQuery(sql="ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEA_ID") [EL Fine]: sql: 2024-04-17 12:56:06.486--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-04-17 12:56:06.486--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.487--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024-04-17 12:56:06.487--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-04-17 12:56:06.487--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.487--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024-04-17 12:56:06.487--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-04-17 12:56:06.488--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.488--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024-04-17 12:56:06.488--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-04-17 12:56:06.489--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.489--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024-04-17 12:56:06.489--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024-04-17 12:56:06.489--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.49--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024-04-17 12:56:06.49--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-04-17 12:56:06.49--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.49--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024-04-17 12:56:06.49--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-04-17 12:56:06.491--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.491--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024-04-17 12:56:06.491--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-04-17 12:56:06.492--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.492--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024-04-17 12:56:06.492--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-04-17 12:56:06.492--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.493--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024-04-17 12:56:06.493--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-04-17 12:56:06.493--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.493--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024-04-17 12:56:06.493--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-04-17 12:56:06.494--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.494--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024-04-17 12:56:06.494--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024-04-17 12:56:06.495--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.495--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024-04-17 12:56:06.495--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-04-17 12:56:06.495--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.496--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024-04-17 12:56:06.496--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-04-17 12:56:06.496--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.496--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024-04-17 12:56:06.496--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-04-17 12:56:06.497--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.498--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024-04-17 12:56:06.498--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-04-17 12:56:06.499--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.499--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024-04-17 12:56:06.499--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-04-17 12:56:06.5--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.501--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024-04-17 12:56:06.501--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-04-17 12:56:06.502--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.502--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024-04-17 12:56:06.502--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024-04-17 12:56:06.503--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.503--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024-04-17 12:56:06.504--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-04-17 12:56:06.504--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.505--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024-04-17 12:56:06.505--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-04-17 12:56:06.505--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.505--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024-04-17 12:56:06.505--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-04-17 12:56:06.506--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.506--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024-04-17 12:56:06.506--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-04-17 12:56:06.507--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.507--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024-04-17 12:56:06.507--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-04-17 12:56:06.507--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.508--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024-04-17 12:56:06.508--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-04-17 12:56:06.508--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.508--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024-04-17 12:56:06.508--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024-04-17 12:56:06.509--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.509--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024-04-17 12:56:06.509--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-04-17 12:56:06.51--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.51--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024-04-17 12:56:06.51--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-04-17 12:56:06.511--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.511--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024-04-17 12:56:06.511--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024-04-17 12:56:06.511--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.512--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024-04-17 12:56:06.512--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024-04-17 12:56:06.512--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.513--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024-04-17 12:56:06.513--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024-04-17 12:56:06.513--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.513--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024-04-17 12:56:06.514--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024-04-17 12:56:06.514--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.514--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024-04-17 12:56:06.514--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024-04-17 12:56:06.515--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.515--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024-04-17 12:56:06.515--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024-04-17 12:56:06.516--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.516--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024-04-17 12:56:06.516--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024-04-17 12:56:06.516--ServerSession(1424325230)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.516--ServerSession(1424325230)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024-04-17 12:56:06.517--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--CREATE TABLE COFFEE (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRICE DOUBLE, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:56:06.521--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--CREATE TABLE TEA (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRICE DOUBLE, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:56:06.524--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--CREATE TABLE TEA_DETAILS (SECONDTABLE_ID BIGINT NOT NULL, COST DOUBLE, MANUFACTURER VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID)) [EL Fine]: sql: 2024-04-17 12:56:06.528--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--CREATE TABLE TEASHOP (ID BIGINT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:56:06.531--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--CREATE TABLE STEPEXECUTIONENTITY (ID BIGINT AUTO_INCREMENT NOT NULL, FK_ID BIGINT, PRIMARY KEY (ID)) [EL Fine]: sql: 2024-04-17 12:56:06.535--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--CREATE TABLE TEA_TEASHOP (Tea_ID BIGINT NOT NULL, teaShops_ID BIGINT NOT NULL, PRIMARY KEY (Tea_ID, teaShops_ID)) [EL Fine]: sql: 2024-04-17 12:56:06.538--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--CREATE TABLE TEASHOP_TEA (TEASHOP_ID BIGINT NOT NULL, TEA_ID BIGINT NOT NULL, PRIMARY KEY (TEASHOP_ID, TEA_ID)) [EL Fine]: sql: 2024-04-17 12:56:06.541--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE TEA_DETAILS ADD CONSTRAINT FK_TEA_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024-04-17 12:56:06.55--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE STEPEXECUTIONENTITY ADD CONSTRAINT FK_STEPEXECUTIONENTITY_FK_ID FOREIGN KEY (FK_ID) REFERENCES STEPEXECUTIONENTITY (ID) [EL Fine]: sql: 2024-04-17 12:56:06.559--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT FK_TEA_TEASHOP_teaShops_ID FOREIGN KEY (teaShops_ID) REFERENCES TEASHOP (ID) [EL Fine]: sql: 2024-04-17 12:56:06.569--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT FK_TEA_TEASHOP_Tea_ID FOREIGN KEY (Tea_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024-04-17 12:56:06.58--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT FK_TEASHOP_TEA_TEASHOP_ID FOREIGN KEY (TEASHOP_ID) REFERENCES TEASHOP (ID) [EL Fine]: sql: 2024-04-17 12:56:06.589--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT FK_TEASHOP_TEA_TEA_ID FOREIGN KEY (TEA_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024-04-17 12:56:06.6--ClientSession(902269057)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?) bind => [Oolong, 2.34] [EL Fine]: sql: 2024-04-17 12:56:06.602--ClientSession(902269057)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?) bind => [Earl Grey, 3.29] [EL Fine]: sql: 2024-04-17 12:56:06.602--ClientSession(902269057)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO TEA_DETAILS (COST, MANUFACTURER, SECONDTABLE_ID) VALUES (?, ?, ?) bind => [0.75, Lipton, 1] [EL Fine]: sql: 2024-04-17 12:56:06.603--ClientSession(902269057)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO TEA_DETAILS (COST, MANUFACTURER, SECONDTABLE_ID) VALUES (?, ?, ?) bind => [1.29, Lipton, 2] [EL Fine]: sql: 2024-04-17 12:56:06.604--ClientSession(902269057)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO TEASHOP (ID, NAME) VALUES (?, ?) bind => [12, null] [EL Fine]: sql: 2024-04-17 12:56:06.605--ClientSession(902269057)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?) bind => [1, 12] [EL Fine]: sql: 2024-04-17 12:56:06.605--ClientSession(902269057)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?) bind => [2, 12] [EL Fine]: sql: 2024-04-17 12:56:06.608--ClientSession(1213458190)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TABLE COFFEE_AUDIT [EL Fine]: sql: 2024-04-17 12:56:06.609--ClientSession(1213458190)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.609--UnitOfWork(99614054)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE_AUDIT' Error Code: 1051 Call: DROP TABLE COFFEE_AUDIT Query: DataModifyQuery(sql="DROP TABLE COFFEE_AUDIT") [EL Fine]: sql: 2024-04-17 12:56:06.609--ClientSession(1103942339)--Connection(1971589051)--Thread(Thread[main,5,main])--CREATE TABLE COFFEE_AUDIT (AUDIT_ID BIGINT AUTO_INCREMENT NOT NULL, COFFEE_ID BIGINT NOT NULL, NAME VARCHAR(255), PRICE DOUBLE, PRIMARY KEY (AUDIT_ID)) [EL Fine]: sql: 2024-04-17 12:56:06.614--ClientSession(1103942339)--Connection(1971589051)--Thread(Thread[main,5,main])--DROP TRIGGER coffeetrigger [EL Fine]: sql: 2024-04-17 12:56:06.614--ClientSession(1103942339)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.614--UnitOfWork(2123677976)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Trigger does not exist Error Code: 1360 Call: DROP TRIGGER coffeetrigger Query: DataModifyQuery(sql="DROP TRIGGER coffeetrigger") [EL Fine]: sql: 2024-04-17 12:56:06.615--ClientSession(1500077763)--Connection(1971589051)--Thread(Thread[main,5,main])--CREATE TRIGGER coffeetrigger AFTER INSERT ON COFFEE FOR EACH ROW INSERT INTO COFFEE_AUDIT( COFFEE_ID, NAME, PRICE ) VALUES (NEW.ID, NEW.NAME, NEW.PRICE) [EL Fine]: sql: 2024-04-17 12:56:06.617--ClientSession(1500077763)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (1, 'COFFEE1', 11.1) [EL Fine]: sql: 2024-04-17 12:56:06.618--ClientSession(1500077763)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (2, 'COFFEE2', 22.2) [EL Fine]: sql: 2024-04-17 12:56:06.618--ClientSession(1500077763)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (3, 'COFFEE3', 33.3) [EL Fine]: sql: 2024-04-17 12:56:06.619--ClientSession(236670712)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO COFFEE (NAME, PRICE) VALUES (?, ?) bind => [Capa, 4.2] [EL Fine]: sql: 2024-04-17 12:56:06.62--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--SELECT ID, NAME, PRICE FROM COFFEE WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024-04-17 12:56:06.621--ClientSession(236670712)--Connection(1971589051)--Thread(Thread[main,5,main])--SELECT AUDIT_ID, COFFEE_ID FROM COFFEE_AUDIT WHERE NAME = 'Capa' AND PRICE = 4.2 [EL Fine]: sql: 2024-04-17 12:56:06.623--ClientSession(1873756165)--Connection(1971589051)--Thread(Thread[main,5,main])--INSERT INTO STEPEXECUTIONENTITY (FK_ID) VALUES (?) bind => [null] [EL Fine]: sql: 2024-04-17 12:56:06.623--ClientSession(1873756165)--Connection(1971589051)--Thread(Thread[main,5,main])--UPDATE STEPEXECUTIONENTITY SET FK_ID = ? WHERE (ID = ?) bind => [1, 1] [EL Fine]: connection: 2024-04-17 12:56:06.624--ServerSession(1424325230)--Connection(1971589051)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:56:06.625--ServerSession(1424325230)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-04-17 12:56:06.625--ServerSession(1424325230)--Connection(1381129323)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration [INFO] Running org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter [INFO] Running org.eclipse.persistence.jpa.collection.TestEmbeddableKey [EL Info]: 2024-04-17 12:56:06.641--ServerSession(1670791657)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.persistence.jpa.collection.TestEmbeddableKey [INFO] Running org.eclipse.persistence.jpa.collection.TestCollectionOperations [EL Info]: 2024-04-17 12:56:06.704--ServerSession(153908514)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.persistence.jpa.collection.TestCollectionOperations [INFO] Running org.eclipse.persistence.jpa.returninsert.TestReturnInsert [EL Info]: 2024-04-17 12:56:06.79--ServerSession(232051711)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 12:56:06.815--ServerSession(232051711)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailPK --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbeddedEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMasterPK --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMaster --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)]) Runtime Exceptions: --------------------------------------------------------- [EL Severe]: ejb: 2024-04-17 12:56:06.82--ServerSession(232051711)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailPK --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbeddedEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMasterPK --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)]) Exception [EclipseLink-193] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMaster --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)]) Runtime Exceptions: --------------------------------------------------------- Non supported platform. This test can be executed on OraclePlatform only! [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.persistence.jpa.returninsert.TestReturnInsert [INFO] Running org.eclipse.persistence.jpa.compositeid.TestCompositeId [EL Fine]: server: 2024-04-17 12:56:06.823--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024-04-17 12:56:06.825--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompC] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.825--ServerSession(1470756985)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field compB] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompB. [EL Config]: metadata: 2024-04-17 12:56:06.825--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompA] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.826--ServerSession(1470756985)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field compBs] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompB. [EL Config]: metadata: 2024-04-17 12:56:06.826--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompB] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.826--ServerSession(1470756985)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field compA] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompA. [EL Config]: metadata: 2024-04-17 12:56:06.826--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompAId] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.826--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompAIdentifier] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.827--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.Environment] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.827--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompBId] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.828--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.ClientId] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.828--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.RN] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.828--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompCId] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.828--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.BTI] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.829--ServerSession(1470756985)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.UserId] is set to [FIELD]. [EL Config]: metadata: 2024-04-17 12:56:06.829--ServerSession(1470756985)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompC] is being defaulted to: CompC. [EL Config]: metadata: 2024-04-17 12:56:06.829--ServerSession(1470756985)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompC] is being defaulted to: COMPC. [EL Config]: metadata: 2024-04-17 12:56:06.83--ServerSession(1470756985)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompA] is being defaulted to: CompA. [EL Config]: metadata: 2024-04-17 12:56:06.83--ServerSession(1470756985)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompA] is being defaulted to: COMPA. [EL Config]: metadata: 2024-04-17 12:56:06.83--ServerSession(1470756985)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompB] is being defaulted to: CompB. [EL Config]: metadata: 2024-04-17 12:56:06.83--ServerSession(1470756985)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompB] is being defaulted to: COMPB. [EL Info]: 2024-04-17 12:56:06.839--ServerSession(1470756985)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Fine]: connection: 2024-04-17 12:56:06.852--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024-04-17 12:56:06.852--ServerSession(1470756985)--Connection(718721515)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 12:56:06.861--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Fine]: connection: 2024-04-17 12:56:06.864--ServerSession(1470756985)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024-04-17 12:56:06.865--Thread(Thread[main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024-04-17 12:56:06.866--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--ALTER TABLE COMPB DROP FOREIGN KEY FK_COMPB_FK_ENVIRONME [EL Fine]: sql: 2024-04-17 12:56:06.867--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.867--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.COMPB' doesn't exist Error Code: 1146 Call: ALTER TABLE COMPB DROP FOREIGN KEY FK_COMPB_FK_ENVIRONME Query: DataModifyQuery(sql="ALTER TABLE COMPB DROP FOREIGN KEY FK_COMPB_FK_ENVIRONME") [EL Fine]: sql: 2024-04-17 12:56:06.867--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--ALTER TABLE COMPC DROP FOREIGN KEY FK_COMPC_FK_CLIENT [EL Fine]: sql: 2024-04-17 12:56:06.868--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.868--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.COMPC' doesn't exist Error Code: 1146 Call: ALTER TABLE COMPC DROP FOREIGN KEY FK_COMPC_FK_CLIENT Query: DataModifyQuery(sql="ALTER TABLE COMPC DROP FOREIGN KEY FK_COMPC_FK_CLIENT") [EL Fine]: sql: 2024-04-17 12:56:06.868--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024-04-17 12:56:06.869--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.869--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024-04-17 12:56:06.869--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024-04-17 12:56:06.87--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.87--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024-04-17 12:56:06.87--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024-04-17 12:56:06.87--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.87--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024-04-17 12:56:06.871--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024-04-17 12:56:06.871--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.871--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024-04-17 12:56:06.871--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024-04-17 12:56:06.872--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.872--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024-04-17 12:56:06.872--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024-04-17 12:56:06.872--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.873--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024-04-17 12:56:06.873--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024-04-17 12:56:06.873--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.873--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024-04-17 12:56:06.873--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024-04-17 12:56:06.874--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.874--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024-04-17 12:56:06.874--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024-04-17 12:56:06.875--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.875--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024-04-17 12:56:06.875--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024-04-17 12:56:06.875--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.876--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024-04-17 12:56:06.876--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024-04-17 12:56:06.876--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.876--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024-04-17 12:56:06.876--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024-04-17 12:56:06.877--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.877--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024-04-17 12:56:06.877--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024-04-17 12:56:06.877--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.878--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024-04-17 12:56:06.878--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024-04-17 12:56:06.878--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.878--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024-04-17 12:56:06.878--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024-04-17 12:56:06.879--ServerSession(1470756985)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2024-04-17 12:56:06.879--ServerSession(1470756985)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024-04-17 12:56:06.879--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--CREATE TABLE COMPB (CLIENT VARCHAR(255) NOT NULL, FK_ENVIRONME VARCHAR(255) NOT NULL, FK_IDENTIFIE INTEGER NOT NULL, RN INTEGER NOT NULL, PRIMARY KEY (CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN)) [EL Fine]: sql: 2024-04-17 12:56:06.884--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--CREATE TABLE COMPA (ENVIRONMENT VARCHAR(255) NOT NULL, IDENTIFIER INTEGER NOT NULL, PRIMARY KEY (ENVIRONMENT, IDENTIFIER)) [EL Fine]: sql: 2024-04-17 12:56:06.887--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--CREATE TABLE COMPC (BTI INTEGER NOT NULL, FK_CLIENT VARCHAR(255) NOT NULL, FK_ENVIRONME VARCHAR(255) NOT NULL, FK_IDENTIFIE INTEGER NOT NULL, FK_RELATIVE INTEGER NOT NULL, FK_USER_ID VARCHAR(255) NOT NULL, PRIMARY KEY (BTI, FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE, FK_USER_ID)) [EL Fine]: sql: 2024-04-17 12:56:06.891--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--ALTER TABLE COMPB ADD CONSTRAINT FK_COMPB_FK_ENVIRONME FOREIGN KEY (FK_ENVIRONME, FK_IDENTIFIE) REFERENCES COMPA (ENVIRONMENT, IDENTIFIER) [EL Fine]: sql: 2024-04-17 12:56:06.901--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--ALTER TABLE COMPC ADD CONSTRAINT FK_COMPC_FK_CLIENT FOREIGN KEY (FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE) REFERENCES COMPB (CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN) Beginning tx [EL Fine]: sql: 2024-04-17 12:56:06.919--ClientSession(907665415)--Connection(2105266867)--Thread(Thread[main,5,main])--INSERT INTO COMPA (ENVIRONMENT, IDENTIFIER) VALUES (?, ?) bind => [1, 1] [EL Fine]: sql: 2024-04-17 12:56:06.92--ClientSession(907665415)--Connection(2105266867)--Thread(Thread[main,5,main])--INSERT INTO COMPB (CLIENT, RN, FK_ENVIRONME, FK_IDENTIFIE) VALUES (?, ?, ?, ?) bind => [1, 1, 1, 1] [EL Fine]: sql: 2024-04-17 12:56:06.923--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--SELECT CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN FROM COMPB WHERE (CLIENT = ?) bind => [1] [EL Fine]: sql: 2024-04-17 12:56:06.925--ClientSession(990661309)--Connection(2105266867)--Thread(Thread[main,5,main])--INSERT INTO COMPC (BTI, FK_USER_ID, FK_CLIENT, FK_ENVIRONME, FK_RELATIVE, FK_IDENTIFIE) VALUES (?, ?, ?, ?, ?, ?) bind => [3, 4, 1, 1, 1, 1] [EL Fine]: sql: 2024-04-17 12:56:06.926--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--SELECT BTI, FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE, FK_USER_ID FROM COMPC WHERE (FK_USER_ID = ?) bind => [4] [EL Fine]: connection: 2024-04-17 12:56:06.927--ServerSession(1470756985)--Connection(2105266867)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2024-04-17 12:56:06.928--ServerSession(1470756985)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024-04-17 12:56:06.928--ServerSession(1470756985)--Connection(718721515)--Thread(Thread[main,5,main])--disconnect [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.persistence.jpa.compositeid.TestCompositeId [INFO] Running org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable [EL Info]: 2024-04-17 12:56:06.939--ServerSession(467537238)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metadata: 2024-04-17 12:56:06.957--ServerSession(467537238)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Info]: 2024-04-17 12:56:07.017--ServerSession(1975505036)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable [INFO] Running org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable [EL Info]: 2024-04-17 12:56:07.07--ServerSession(835241038)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metadata: 2024-04-17 12:56:07.088--ServerSession(835241038)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Info]: 2024-04-17 12:56:07.164--ServerSession(446934740)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable [INFO] Running org.eclipse.persistence.jpa.embeddable.TestEmbeddable [EL Info]: 2024-04-17 12:56:07.228--ServerSession(1027557331)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metadata: 2024-04-17 12:56:07.247--ServerSession(1027557331)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.persistence.jpa.embeddable.TestEmbeddable [INFO] Running org.eclipse.persistence.jpa.json.TestJson [EL Info]: 2024-04-17 12:56:07.324--ServerSession(214446224)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.persistence.jpa.json.TestJson [INFO] Running org.eclipse.persistence.jpa.converter.TestAutoApplyConverter [EL Info]: 2024-04-17 12:56:07.442--ServerSession(534875244)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.eclipse.persistence.jpa.converter.TestAutoApplyConverter [INFO] Running org.eclipse.persistence.config.TestPropertiesUtils [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.persistence.config.TestPropertiesUtils [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 707, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-jse-deadlock) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest Apr 17, 2024 12:56:09 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.0 (Final) Apr 17, 2024 12:56:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 17, 2024 12:56:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b1954100-b006-4b92-85f8-66629d13b8a7 initialized [EL Info]: 2024-04-17 12:56:09.838--ServerSession(1318313145)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:10.3--ServerSession(1318313145)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.cachedeadlock_detail' Error Code: 1051 Call: DROP TABLE cachedeadlock_detail Query: DataModifyQuery(sql="DROP TABLE cachedeadlock_detail") [EL Warning]: 2024-04-17 12:56:10.314--ServerSession(1318313145)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.cachedeadlock_master' Error Code: 1051 Call: DROP TABLE cachedeadlock_master Query: DataModifyQuery(sql="DROP TABLE cachedeadlock_master") [EL Severe]: cache: 2024-04-17 12:56:10.469--Summary current cache key of thread ForkJoinPool.commonPool-worker-5 Stuck thread problem: unique tiny message number (1) The Thread [ForkJoinPool.commonPool-worker-5] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-3) (getNumberOfReaders: 0) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-5 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-5 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-5 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-5 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-5 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-5 0 read locks. The lockManager for this thread is null. [EL Warning]: cache: 2024-04-17 12:56:10.479--recursiveExplainPossibleDeadLockStep03Scenario03CurrentWriterVsCacheKeyActiveThread: nextCandidateThreadPartOfTheDeadLock is Thread: ForkJoinPool.commonPool-worker-3 This thread appears to be blocking the thread: ForkJoinPool.commonPool-worker-5 from progressing because it is set as the active thread on the cacheKey: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-3) (getNumberOfReaders: 0) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) --- [EL Severe]: cache: 2024-04-17 12:56:10.48--Start full concurrency manager state (massive) dump No: 1 Concurrency manager - Page 01 start - thread dump about all threads at time of event "main" java.lang.Thread.State: TIMED_WAITING at java.base@17.0.2/java.lang.Thread.sleep(Native Method) at app//org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest.bugTest(CacheDeadLockDetectionTest.java:70) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at app//org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at app//org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at app//org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at app//org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at app//org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at app//org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at app//org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at app//org.junit.runners.ParentRunner.run(ParentRunner.java:413) at app//org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at app//org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at app//org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at app//org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at app//org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at app//org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) "Reference Handler" java.lang.Thread.State: RUNNABLE at java.base@17.0.2/java.lang.ref.Reference.waitForReferencePendingList(Native Method) at java.base@17.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:253) at java.base@17.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215) "Finalizer" java.lang.Thread.State: WAITING at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.base@17.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172) "Signal Dispatcher" java.lang.Thread.State: RUNNABLE "Notification Thread" java.lang.Thread.State: RUNNABLE "Common-Cleaner" java.lang.Thread.State: TIMED_WAITING at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@17.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) at java.base@17.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162) "pool-1-thread-1" java.lang.Thread.State: WAITING at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at java.base@17.0.2/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:420) at java.base@17.0.2/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:275) at java.base@17.0.2/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) "pool-1-thread-2" java.lang.Thread.State: RUNNABLE at java.base@17.0.2/sun.nio.ch.EPoll.wait(Native Method) at java.base@17.0.2/sun.nio.ch.EPollPort$EventHandlerTask.poll(EPollPort.java:200) at java.base@17.0.2/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:281) at java.base@17.0.2/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) "surefire-forkedjvm-stream-flusher" java.lang.Thread.State: TIMED_WAITING at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672) at java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) at java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) "surefire-forkedjvm-command-thread" java.lang.Thread.State: WAITING at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1047) at java.base@17.0.2/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230) at java.base@17.0.2/sun.nio.ch.PendingFuture.get(PendingFuture.java:178) at app//org.apache.maven.surefire.api.util.internal.Channels$2.read(Channels.java:127) at java.base@17.0.2/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) at java.base@17.0.2/java.io.BufferedInputStream.read1(BufferedInputStream.java:284) at java.base@17.0.2/java.io.BufferedInputStream.read(BufferedInputStream.java:343) at app//org.apache.maven.surefire.api.util.internal.Channels$3.readImpl(Channels.java:169) at app//org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleReadableChannel.read(AbstractNoninterruptibleReadableChannel.java:50) at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:430) at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:419) at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.readMessageType(AbstractStreamDecoder.java:116) at app//org.apache.maven.surefire.booter.stream.CommandDecoder.decode(CommandDecoder.java:77) at app//org.apache.maven.surefire.booter.spi.CommandChannelDecoder.decode(CommandChannelDecoder.java:60) at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:290) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) "ForkJoinPool.commonPool-worker-1" java.lang.Thread.State: RUNNABLE at java.base@17.0.2/sun.security.provider.DigestBase.engineDigest(DigestBase.java:207) at java.base@17.0.2/sun.security.provider.DigestBase.engineDigest(DigestBase.java:189) at java.base@17.0.2/java.security.MessageDigest$Delegate.engineDigest(MessageDigest.java:678) at java.base@17.0.2/java.security.MessageDigest.digest(MessageDigest.java:389) at java.base@17.0.2/com.sun.crypto.provider.HmacCore.engineDoFinal(HmacCore.java:233) at java.base@17.0.2/javax.crypto.Mac.doFinal(Mac.java:580) at java.base@17.0.2/javax.crypto.Mac.doFinal(Mac.java:623) at java.base@17.0.2/sun.security.ssl.HKDF.expand(HKDF.java:170) at java.base@17.0.2/sun.security.ssl.SSLSecretDerivation.deriveKey(SSLSecretDerivation.java:105) at java.base@17.0.2/sun.security.ssl.ServerHello$T13ServerHelloConsumer.consume(ServerHello.java:1306) at java.base@17.0.2/sun.security.ssl.ServerHello$ServerHelloConsumer.onServerHello(ServerHello.java:1006) at java.base@17.0.2/sun.security.ssl.ServerHello$ServerHelloConsumer.consume(ServerHello.java:894) at java.base@17.0.2/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base@17.0.2/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) at java.base@17.0.2/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458) at java.base@17.0.2/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201) at java.base@17.0.2/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base@17.0.2/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1500) at java.base@17.0.2/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1415) at java.base@17.0.2/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:450) at java.base@17.0.2/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:421) at app//com.mysql.cj.protocol.ExportControlled.performTlsHandshake(ExportControlled.java:347) at app//com.mysql.cj.protocol.StandardSocketFactory.performTlsHandshake(StandardSocketFactory.java:191) at app//com.mysql.cj.protocol.a.NativeSocketConnection.performTlsHandshake(NativeSocketConnection.java:101) at app//com.mysql.cj.protocol.a.NativeProtocol.negotiateSSLConnection(NativeProtocol.java:370) at app//com.mysql.cj.protocol.a.NativeAuthenticationProvider.connect(NativeAuthenticationProvider.java:206) at app//com.mysql.cj.protocol.a.NativeProtocol.connect(NativeProtocol.java:1430) at app//com.mysql.cj.NativeSession.connect(NativeSession.java:134) at app//com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:945) at app//com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:815) at app//com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:446) at app//com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239) at app//com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188) at platform/java.sql@17.0.2/java.sql.DriverManager.getConnection(DriverManager.java:681) at platform/java.sql@17.0.2/java.sql.DriverManager.getConnection(DriverManager.java:190) at app//org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:102) at app//org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:174) at app//org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:359) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:318) at app//org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:451) at app//org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:219) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:138) at app//org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:270) at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:282) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:899) at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:479) at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1161) at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:88) at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:326) at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:61) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109) at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1773) at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294) at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152) at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4335) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1605) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242) at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:137) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:142) at app//org.jboss.weld.util.Observers.notify(Observers.java:166) at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415) at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$289/0x00000008010ad240.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$309/0x00000008010b7bd0.run(Unknown Source) at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80) at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$278/0x00000008010abc58.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$304/0x00000008010af070.get(Unknown Source) at java.base@17.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base@17.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base@17.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base@17.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) "ForkJoinPool.commonPool-worker-2" java.lang.Thread.State: TIMED_WAITING at java.base@17.0.2/java.lang.Object.wait(Native Method) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocksInternal(WriteLockManager.java:440) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocks(WriteLockManager.java:332) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1724) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1689) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:294) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242) at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:137) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:142) at app//org.jboss.weld.util.Observers.notify(Observers.java:166) at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415) at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$289/0x00000008010ad240.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$309/0x00000008010b7bd0.run(Unknown Source) at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80) at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$278/0x00000008010abc58.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$304/0x00000008010af070.get(Unknown Source) at java.base@17.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base@17.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base@17.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base@17.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) "ForkJoinPool.commonPool-worker-3" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:327) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseClientSession(ServerSession.java:877) at app//org.eclipse.persistence.sessions.server.ClientSession.releaseWriteConnection(ClientSession.java:713) at app//org.eclipse.persistence.sessions.server.ClientSession.basicCommitTransaction(ClientSession.java:195) at app//org.eclipse.persistence.internal.sessions.AbstractSession.commitTransaction(AbstractSession.java:1030) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransaction(UnitOfWorkImpl.java:1675) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitTransaction(RepeatableWriteUnitOfWork.java:674) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1690) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:294) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242) at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:137) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:142) at app//org.jboss.weld.util.Observers.notify(Observers.java:166) at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415) at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$289/0x00000008010ad240.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$309/0x00000008010b7bd0.run(Unknown Source) at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80) at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$278/0x00000008010abc58.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$304/0x00000008010af070.get(Unknown Source) at java.base@17.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base@17.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base@17.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base@17.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) "ForkJoinPool.commonPool-worker-4" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:130) at app//org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:270) at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:282) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266) at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:899) at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:479) at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1161) at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:88) at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:326) at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:61) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109) at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1773) at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294) at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152) at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4335) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1605) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242) at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:137) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:142) at app//org.jboss.weld.util.Observers.notify(Observers.java:166) at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415) at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$289/0x00000008010ad240.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$309/0x00000008010b7bd0.run(Unknown Source) at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80) at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$278/0x00000008010abc58.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$304/0x00000008010af070.get(Unknown Source) at java.base@17.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base@17.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base@17.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base@17.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) "mysql-cj-abandoned-connection-cleanup" java.lang.Thread.State: TIMED_WAITING at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at app//com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) "ForkJoinPool.commonPool-worker-5" java.lang.Thread.State: RUNNABLE at java.management@17.0.2/sun.management.ThreadImpl.getThreadInfo1(Native Method) at java.management@17.0.2/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDump$1(ConcurrencyUtil.java:934) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$320/0x00000008010c6840.call(Unknown Source) at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:169) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDump(ConcurrencyUtil.java:933) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createInformationThreadDump(ConcurrencyUtil.java:963) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep02(ConcurrencyUtil.java:577) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep01(ConcurrencyUtil.java:561) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationIfAppropriate(ConcurrencyUtil.java:483) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:175) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:347) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.checkReadLock(ConcurrencyManager.java:326) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.checkReadLock(CacheKey.java:269) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.getFromIdentityMap(IdentityMapManager.java:831) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.getFromLocalIdentityMap(IdentityMapAccessor.java:419) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.checkCacheForObject(ExpressionQueryMechanism.java:944) at app//org.eclipse.persistence.queries.ReadObjectQuery.checkEarlyReturnLocal(ReadObjectQuery.java:262) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:915) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:941) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:850) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.getMasterEntityByQuery(EventObserver.java:38) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:28) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:142) at app//org.jboss.weld.util.Observers.notify(Observers.java:166) at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415) at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$289/0x00000008010ad240.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$309/0x00000008010b7bd0.run(Unknown Source) at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80) at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$278/0x00000008010abc58.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438) at app//org.jboss.weld.event.ObserverNotifier$$Lambda$304/0x00000008010af070.get(Unknown Source) at java.base@17.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base@17.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base@17.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base@17.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base@17.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) Concurrency manager - Page 01 end - thread dump about all threads at time of event Concurrency manager - Page 02 start - information about threads waiting to acquire (write/deferred) cache keys Total number of threads waiting to acquire lock: 0 Concurrency manager - Page 02 end - information about threads waiting to acquire (write/deferred) cache keys Concurrency manager - Page 03 start - information about threads waiting to acquire read cache keys Total number of threads waiting to acquire read locks: 1 [currentThreadNumber: 1] [ThreadName: ForkJoinPool.commonPool-worker-5 ]: Waiting to acquire (read lock): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-3) (getNumberOfReaders: 0) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(...)] Concurrency manager - Page 03 end - information about threads waiting to acquire read cache keys Concurrency manager - Page 04 start - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred) Total number of threads waiting to acquire lock: 0 Concurrency manager - Page 04 end - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred) Concurrency manager - Page 06 start - information about cache keys and threads needing them Total number of cacheKeys to describe: 1 -------------- [currentCacheKeyNumber: 1 of 1]-------------- [currentCacheKeyNumber: 1] [CacheKey: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-3) (getNumberOfReaders: 0) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) --- ]: [currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredReadLock: [] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock: [] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLockForReading: [ForkJoinPool.commonPool-worker-5] [currentCacheKeyNumber: 1] threads doing object building with root on this cache key (not yet supported)... Concurrency manager - Page 06 end - information about cache keys and threads needing them Concurrency manager - Page 07 start - dead lock explanation We were not able to determine to determine a set of threads that went into dead lock.deadlock algorithm took 3 ms to try to find deadlock. Concurrency manager - Page 07 end - dead lock explanation End full concurrency manager state (massive) dump No: 1 [EL Severe]: cache: 2024-04-17 12:56:10.487--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-5" .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key: "--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-3) (getNumberOfReaders: 0) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) ---" [EL Warning]: 2024-04-17 12:56:10.488--UnitOfWork(1826589594)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-5 Stuck thread problem: unique tiny message number (1) The Thread [ForkJoinPool.commonPool-worker-5] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-3) (getNumberOfReaders: 0) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-5 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-5 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-5 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-5 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-5 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-5 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024-04-17 12:56:10.499--Summary current cache key of thread ForkJoinPool.commonPool-worker-2 Stuck thread problem: unique tiny message number (2) The Thread [ForkJoinPool.commonPool-worker-2] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (38 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-2 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-2 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-2 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-2 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:10.516--Summary current cache key of thread ForkJoinPool.commonPool-worker-3 Stuck thread problem: unique tiny message number (3) The Thread [ForkJoinPool.commonPool-worker-3] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (4 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-3 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-3 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-3 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:10.541--Summary current cache key of thread ForkJoinPool.commonPool-worker-4 Stuck thread problem: unique tiny message number (4) The Thread [ForkJoinPool.commonPool-worker-4] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 41) (totalNumberOfTimeCacheKeyReleasedForReading: 41) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-4 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-4 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-4 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-4 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-4 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:10.631--Summary current cache key of thread ForkJoinPool.commonPool-worker-5 Stuck thread problem: unique tiny message number (5) The Thread [ForkJoinPool.commonPool-worker-5] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 122) (totalNumberOfTimeCacheKeyReleasedForReading: 120) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-5 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-5 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-5 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-5 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-5 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-5 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:10.631--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-5" .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key: "--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 122) (totalNumberOfTimeCacheKeyReleasedForReading: 120) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Warning]: 2024-04-17 12:56:10.632--UnitOfWork(1522488179)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-5 Stuck thread problem: unique tiny message number (5) The Thread [ForkJoinPool.commonPool-worker-5] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 122) (totalNumberOfTimeCacheKeyReleasedForReading: 120) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-5 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-5 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-5 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-5 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-5 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-5 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024-04-17 12:56:10.646--Summary current cache key of thread ForkJoinPool.commonPool-worker-1 Stuck thread problem: unique tiny message number (6) The Thread [ForkJoinPool.commonPool-worker-1] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 134) (totalNumberOfTimeCacheKeyReleasedForReading: 134) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-1 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-1 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-1 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-1 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-1 0 read locks. The lockManager for this thread is null. ##########################Test with semaphores - begin########################### [EL Info]: 2024-04-17 12:56:17.46--ServerSession(1093703004)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: cache: 2024-04-17 12:56:17.889--Summary current cache key of thread pool-3-thread-77 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-77] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-77 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-77 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-77 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:17.905--Summary current cache key of thread pool-3-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:17.905--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:17.905--Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-98] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-98 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-98 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-98 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:17.905--Summary current cache key of thread pool-3-thread-73 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-73] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:17.907--java.lang.NullPointerException: Cannot invoke "java.lang.management.ThreadInfo.getThreadName()" because "threadInfo" is null [EL Severe]: cache: 2024-04-17 12:56:17.905--Summary current cache key of thread pool-3-thread-75 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-75] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-75 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-75 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-75 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-75 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-75 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-75 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:17.908--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-73 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-73] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:17.907--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-98] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-98 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-98 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-98 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:17.906--Summary current cache key of thread pool-3-thread-99 Stuck thread problem: unique tiny message number (13) The Thread [pool-3-thread-99] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-99 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-99 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-99 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-99 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-99 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-99 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:17.906--Summary current cache key of thread pool-3-thread-100 Stuck thread problem: unique tiny message number (12) The Thread [pool-3-thread-100] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-100 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-100 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-100 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-100 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024-04-17 12:56:17.906--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-76,5,main]" [EL Warning]: 2024-04-17 12:56:17.913--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-76" [EL Severe]: cache: 2024-04-17 12:56:17.913--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-100 Stuck thread problem: unique tiny message number (12) The Thread [pool-3-thread-100] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-100 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-100 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-100 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-100 0 read locks. The lockManager for this thread is null. jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [EL Severe]: cache: 2024-04-17 12:56:17.912--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-99 Stuck thread problem: unique tiny message number (13) The Thread [pool-3-thread-99] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-99 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-99 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-99 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-99 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-99 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-99 0 read locks. The lockManager for this thread is null. Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:676) at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:490) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1180) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1009) [EL Severe]: cache: 2024-04-17 12:56:17.911--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-98,5,main]" at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:962) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:844) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:799) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:777) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) [EL Severe]: cache: 2024-04-17 12:56:17.91--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-73,5,main]" at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more [EL Warning]: 2024-04-17 12:56:17.916--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-98] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-98 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-98 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-98 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024-04-17 12:56:17.909--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-75 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-75] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-75 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-75 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-75 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-75 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-75 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-75 0 read locks. The lockManager for this thread is null. Exception in thread "pool-3-thread-98" [EL Severe]: cache: 2024-04-17 12:56:17.915--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-99,5,main]" [EL Severe]: cache: 2024-04-17 12:56:17.914--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-100,5,main]" [EL Severe]: cache: 2024-04-17 12:56:17.916--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-75,5,main]" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-98] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-98 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-98 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-98 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) [EL Warning]: 2024-04-17 12:56:17.916--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-73 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-73] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) Exception in thread "pool-3-thread-73" at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-98] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-98 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-98 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-98 0 read locks. The lockManager for this thread is null. ] [EL Warning]: 2024-04-17 12:56:17.917--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-75 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-75] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-75 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-75 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-75 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-75 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-75 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-75 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:676) at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:490) Exception in thread "pool-3-thread-75" at org.eclipse.persistence.internal.helper.ConcurrencyManager.checkDeferredLock(ConcurrencyManager.java:314) at org.eclipse.persistence.internal.identitymaps.CacheKey.checkDeferredLock(CacheKey.java:282) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.getFromIdentityMapWithDeferredLock(IdentityMapManager.java:947) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.getFromLocalIdentityMapWithDeferredLock(IdentityMapAccessor.java:428) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.checkCacheForObject(ExpressionQueryMechanism.java:942) at org.eclipse.persistence.queries.ReadObjectQuery.checkEarlyReturnLocal(ReadObjectQuery.java:262) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:915) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:941) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:850) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-75 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-75] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-75 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-75 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-75 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-75 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-75 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-75 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) [EL Warning]: 2024-04-17 12:56:17.917--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-100 Stuck thread problem: unique tiny message number (12) The Thread [pool-3-thread-100] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-100 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-100 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-100 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-100 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Exception in thread "pool-3-thread-100" Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-75 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-75] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-75 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-75 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-75 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-75 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-75 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-75 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:676) at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:490) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1180) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1009) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:962) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:844) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:799) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:777) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) [EL Warning]: 2024-04-17 12:56:17.917--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-99 Stuck thread problem: unique tiny message number (13) The Thread [pool-3-thread-99] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-99 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-99 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-99 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-99 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-99 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-99 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more Exception in thread "pool-3-thread-99" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-73 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-73] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-73 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-73] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024-04-17 12:56:17.921--Summary current cache key of thread ForkJoinPool.commonPool-worker-4 Stuck thread problem: unique tiny message number (14) The Thread [ForkJoinPool.commonPool-worker-4] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 153) (totalNumberOfTimeCacheKeyReleasedForReading: 151) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-4 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-4 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-4 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-4 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-4 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:676) at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:490) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1180) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1009) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:962) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:844) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:799) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:777) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) [EL Severe]: cache: 2024-04-17 12:56:17.922--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-4" .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key: "--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 153) (totalNumberOfTimeCacheKeyReleasedForReading: 151) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-99 Stuck thread problem: unique tiny message number (13) The Thread [pool-3-thread-99] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-99 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-99 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-99 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-99 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-99 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-99 0 read locks. The lockManager for this thread is null. ] [EL Warning]: 2024-04-17 12:56:17.922--UnitOfWork(1885156005)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-4 Stuck thread problem: unique tiny message number (14) The Thread [ForkJoinPool.commonPool-worker-4] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 153) (totalNumberOfTimeCacheKeyReleasedForReading: 151) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-4 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-4 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-4 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-4 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-4 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-99 Stuck thread problem: unique tiny message number (13) The Thread [pool-3-thread-99] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-99 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-99 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-99 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-99 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-99 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-99 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:676) at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:490) at org.eclipse.persistence.internal.helper.ConcurrencyManager.checkDeferredLock(ConcurrencyManager.java:314) at org.eclipse.persistence.internal.identitymaps.CacheKey.checkDeferredLock(CacheKey.java:282) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.getFromIdentityMapWithDeferredLock(IdentityMapManager.java:947) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.getFromLocalIdentityMapWithDeferredLock(IdentityMapAccessor.java:428) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.checkCacheForObject(ExpressionQueryMechanism.java:942) at org.eclipse.persistence.queries.ReadObjectQuery.checkEarlyReturnLocal(ReadObjectQuery.java:262) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:915) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:941) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:850) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-100 Stuck thread problem: unique tiny message number (12) The Thread [pool-3-thread-100] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-100 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-100 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-100 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-100 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [EL Warning]: cache: 2024-04-17 12:56:17.925--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-98 This thread appears to be stuck in the releaseDeferredLock logic. But our hacked implementation of the isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively stopping the candidate thread to make progress... We expect this code spot to never be invoked. Either this thread made progress or if it continues to be stuck in the releaseDeferredLock we most likely have an implementation bug somewhere. Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-100 Stuck thread problem: unique tiny message number (12) The Thread [pool-3-thread-100] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-100 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-100 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-100 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-100 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:676) at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:490) at org.eclipse.persistence.internal.helper.ConcurrencyManager.checkDeferredLock(ConcurrencyManager.java:314) at org.eclipse.persistence.internal.identitymaps.CacheKey.checkDeferredLock(CacheKey.java:282) [EL Warning]: cache: 2024-04-17 12:56:17.925--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-75 This thread appears to be stuck in the releaseDeferredLock logic. But our hacked implementation of the isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively stopping the candidate thread to make progress... We expect this code spot to never be invoked. Either this thread made progress or if it continues to be stuck in the releaseDeferredLock we most likely have an implementation bug somewhere. at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.getFromIdentityMapWithDeferredLock(IdentityMapManager.java:947) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.getFromLocalIdentityMapWithDeferredLock(IdentityMapAccessor.java:428) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.checkCacheForObject(ExpressionQueryMechanism.java:942) at org.eclipse.persistence.queries.ReadObjectQuery.checkEarlyReturnLocal(ReadObjectQuery.java:262) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:915) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:941) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:850) [EL Warning]: cache: 2024-04-17 12:56:17.925--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-76 This thread appears to be stuck in the releaseDeferredLock logic. But our hacked implementation of the isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively stopping the candidate thread to make progress... We expect this code spot to never be invoked. Either this thread made progress or if it continues to be stuck in the releaseDeferredLock we most likely have an implementation bug somewhere. at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) [EL Warning]: cache: 2024-04-17 12:56:17.926--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-100 This thread appears to be stuck in the releaseDeferredLock logic. But our hacked implementation of the isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively stopping the candidate thread to make progress... We expect this code spot to never be invoked. Either this thread made progress or if it continues to be stuck in the releaseDeferredLock we most likely have an implementation bug somewhere. at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more [EL Warning]: cache: 2024-04-17 12:56:17.926--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-73 This thread appears to be stuck in the releaseDeferredLock logic. But our hacked implementation of the isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively stopping the candidate thread to make progress... We expect this code spot to never be invoked. Either this thread made progress or if it continues to be stuck in the releaseDeferredLock we most likely have an implementation bug somewhere. [EL Warning]: cache: 2024-04-17 12:56:17.926--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-99 This thread appears to be stuck in the releaseDeferredLock logic. But our hacked implementation of the isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively stopping the candidate thread to make progress... We expect this code spot to never be invoked. Either this thread made progress or if it continues to be stuck in the releaseDeferredLock we most likely have an implementation bug somewhere. [EL Severe]: cache: 2024-04-17 12:56:17.927--Start full concurrency manager state (massive) dump No: 2 Concurrency manager - Page 01 start - thread dump about all threads at time of event enrichGenerateThreadDump: Failed to generate thread dump with error: Cannot invoke "java.lang.management.ThreadInfo.getThreadName()" because "threadInfo" is null Concurrency manager - Page 01 end - thread dump about all threads at time of event Concurrency manager - Page 02 start - information about threads waiting to acquire (write/deferred) cache keys Total number of threads waiting to acquire lock: 6 [currentThreadNumber: 1] [ThreadName: pool-3-thread-86]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 2] [ThreadName: pool-3-thread-85]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 3] [ThreadName: pool-3-thread-77]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 4] [ThreadName: pool-3-thread-78]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 5] [ThreadName: pool-3-thread-2]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] [currentThreadNumber: 6] [ThreadName: pool-3-thread-87]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] Concurrency manager - Page 02 end - information about threads waiting to acquire (write/deferred) cache keys Concurrency manager - Page 03 start - information about threads waiting to acquire read cache keys Total number of threads waiting to acquire read locks: 0 Concurrency manager - Page 03 end - information about threads waiting to acquire read cache keys Concurrency manager - Page 04 start - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred) Total number of threads waiting to acquire lock: 6 [currentThreadNumber: 1] [ThreadName: pool-3-thread-98 ] [currentThreadNumber: 2] [ThreadName: pool-3-thread-75 ] [currentThreadNumber: 3] [ThreadName: pool-3-thread-76 ] [currentThreadNumber: 4] [ThreadName: pool-3-thread-100 ] [currentThreadNumber: 5] [ThreadName: pool-3-thread-73 ] [currentThreadNumber: 6] [ThreadName: pool-3-thread-99 ] Concurrency manager - Page 04 end - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred) Concurrency manager - Page 05 start (currentThreadNumber: 1 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-86 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-86 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-86 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-86 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-86 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-86 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-86 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 1 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 2 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-3 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-3 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-3 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-3 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-3 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-3 2 Read locks. Read lock nr: 1 , Read cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 1509311661) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 188247289) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 355) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.824) (totalNumberOfTimeCacheKeyAcquiredForReading: 3) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Read lock nr: 2 , Read cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Listing of all READ Locks. Step 002 - fat-detailed information about all read locks acquired:Read locks acquired by thread: pool-3-thread-3 with id: 231 never released. number of never released read locks: 2 Read lock nr: 1 Read lock Cache Key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 1509311661) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 188247289) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 355) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.824) (totalNumberOfTimeCacheKeyAcquiredForReading: 3) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Read lock nr: 1 dateOfReadLockAcquisition: 2024-04-17 12:56:17.887 Read lock nr: 1 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 1 Read lock nr: 1 currentThreadStackTraceInformationCpuTimeCostMs: 1 Read lock nr: 1 Stack trace id: 1 Start Read lock nr: 1 stackTraceInformation: "pool-3-thread-3" java.lang.Thread.State: RUNNABLE at java.management@17.0.2/sun.management.ThreadImpl.getThreadInfo1(Native Method) at java.management@17.0.2/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:906) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$276/0x00000008010aa180.call(Unknown Source) at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:169) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:905) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1635) at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:49) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:957) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:360) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.checkAndLockObject(WriteLockManager.java:580) at app//org.eclipse.persistence.internal.helper.WriteLockManager.traverseRelatedLocks(WriteLockManager.java:308) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:237) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:211) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:139) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:466) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:850) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) Read lock nr: 1 Stack trace id: 1 End Read lock nr: 2 Read lock Cache Key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Read lock nr: 2 dateOfReadLockAcquisition: 2024-04-17 12:56:17.886 Read lock nr: 2 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 1 Read lock nr: 2 currentThreadStackTraceInformationCpuTimeCostMs: 1 Read lock nr: 2 Stack trace id: 2 Start Read lock nr: 2 stackTraceInformation: "pool-3-thread-3" java.lang.Thread.State: RUNNABLE at java.management@17.0.2/sun.management.ThreadImpl.getThreadInfo1(Native Method) at java.management@17.0.2/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:906) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$276/0x00000008010aa180.call(Unknown Source) at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:169) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:905) at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1635) at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:49) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:957) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:360) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:372) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:211) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:139) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135) at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:466) at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949) at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:850) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) Read lock nr: 2 Stack trace id: 2 End Read locks problems detected by thread: pool-3-thread-3 during release read locks 0 removeReadLockProblemsDetected. Concurrency manager - Page 05 end (currentThreadNumber: 2 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 3 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-76 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 3 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 4 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-85 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-85 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-85 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-85 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-85 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-85 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-85 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 4 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 5 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-77 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-77 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-77 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-77 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-77 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 5 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 6 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-78 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-78 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-78 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-78 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-78 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-78 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-78 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 6 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 7 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-87 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 7 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 8 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-99 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-99 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-99 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-99 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-99 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-99 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-99 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 8 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 9 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-98 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-98 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-98 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-98 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 9 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 10 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-75 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-75 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-75 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-75 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-75 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-75 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-75 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 10 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 11 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-100 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-100 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-100 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-100 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-100 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 11 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 12 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-2 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-2 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-2 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-2 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-2 0 Deferred locks. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-2 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 12 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 13 of totalNumberOfThreads: 13) - detailed information about specific thread Thread: pool-3-thread-73 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 13 of totalNumberOfThreads: 13) - detailed information about specific thread Concurrency manager - Page 06 start - information about cache keys and threads needing them Total number of cacheKeys to describe: 1 -------------- [currentCacheKeyNumber: 1 of 1]-------------- [currentCacheKeyNumber: 1] [CacheKey: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 1509311661) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 188247289) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 355) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.824) (totalNumberOfTimeCacheKeyAcquiredForReading: 3) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- ]: [currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: [pool-3-thread-98, pool-3-thread-75, pool-3-thread-76, pool-3-thread-100, pool-3-thread-73, pool-3-thread-99] [currentCacheKeyNumber: 1] threadsThatAcquiredReadLock: [pool-3-thread-3, pool-3-thread-3] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock: [pool-3-thread-86, pool-3-thread-85, pool-3-thread-77, pool-3-thread-78, pool-3-thread-2, pool-3-thread-87] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLockForReading: [] [currentCacheKeyNumber: 1] threads doing object building with root on this cache key (not yet supported)... Concurrency manager - Page 06 end - information about cache keys and threads needing them Concurrency manager - Page 07 start - dead lock explanation We were not able to determine to determine a set of threads that went into dead lock.deadlock algorithm took 2 ms to try to find deadlock. Concurrency manager - Page 07 end - dead lock explanation End full concurrency manager state (massive) dump No: 2 [EL Severe]: cache: 2024-04-17 12:56:17.93--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-77,5,main]" [EL Warning]: 2024-04-17 12:56:17.93--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-77 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-77] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-77 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-77 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-77 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-77" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-77 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-77] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-77 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-77 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-77 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [EL Severe]: cache: 2024-04-17 12:56:17.93--Summary current cache key of thread pool-3-thread-86 Stuck thread problem: unique tiny message number (15) The Thread [pool-3-thread-86] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (45 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-86 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-86 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-86 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-86 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-86 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-86 0 read locks. The lockManager for this thread is null. Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-77 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-77] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-77 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-77 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-77 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) [EL Severe]: cache: 2024-04-17 12:56:17.931--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-86,5,main]" at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5176) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1075) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1009) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:962) [EL Warning]: 2024-04-17 12:56:17.931--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-86 Stuck thread problem: unique tiny message number (15) The Thread [pool-3-thread-86] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (45 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-86 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-86 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-86 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-86 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-86 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-86 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:844) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:799) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:777) Exception in thread "pool-3-thread-86" at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) [EL Severe]: cache: 2024-04-17 12:56:17.931--Summary current cache key of thread pool-3-thread-85 Stuck thread problem: unique tiny message number (16) The Thread [pool-3-thread-85] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (46 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-85 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-85 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-85 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-85 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-85 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-85 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-86 Stuck thread problem: unique tiny message number (15) The Thread [pool-3-thread-86] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (45 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-86 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-86 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-86 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-86 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-86 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-86 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024-04-17 12:56:17.932--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-85,5,main]" at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-86 Stuck thread problem: unique tiny message number (15) The Thread [pool-3-thread-86] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (45 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-86 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-86 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-86 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-86 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-86 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-86 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) [EL Warning]: 2024-04-17 12:56:17.932--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-85 Stuck thread problem: unique tiny message number (16) The Thread [pool-3-thread-85] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (46 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-85 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-85 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-85 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-85 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-85 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-85 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) Exception in thread "pool-3-thread-85" at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5176) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1075) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1009) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:962) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:844) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:799) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:777) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) [EL Severe]: cache: 2024-04-17 12:56:17.933--Summary current cache key of thread pool-3-thread-87 Stuck thread problem: unique tiny message number (17) The Thread [pool-3-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (47 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) [EL Severe]: cache: 2024-04-17 12:56:17.933--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-87,5,main]" at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-85 Stuck thread problem: unique tiny message number (16) The Thread [pool-3-thread-85] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (46 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-85 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-85 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-85 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-85 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-85 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-85 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [EL Warning]: 2024-04-17 12:56:17.934--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-87 Stuck thread problem: unique tiny message number (17) The Thread [pool-3-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (47 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. ] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Exception in thread "pool-3-thread-87" Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-85 Stuck thread problem: unique tiny message number (16) The Thread [pool-3-thread-85] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (46 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-85 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-85 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-85 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-85 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-85 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-85 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5176) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1075) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1009) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:962) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:844) [EL Severe]: cache: 2024-04-17 12:56:17.934--Summary current cache key of thread pool-3-thread-2 Stuck thread problem: unique tiny message number (18) The Thread [pool-3-thread-2] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (49 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-2 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-2 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-2 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-2 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-2 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:799) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:777) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [EL Severe]: cache: 2024-04-17 12:56:17.935--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-2,5,main]" at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more [EL Warning]: 2024-04-17 12:56:17.935--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-2 Stuck thread problem: unique tiny message number (18) The Thread [pool-3-thread-2] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (49 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-2 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-2 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-2 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-2 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-2 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024-04-17 12:56:17.935--Summary current cache key of thread ForkJoinPool.commonPool-worker-2 Stuck thread problem: unique tiny message number (19) The Thread [ForkJoinPool.commonPool-worker-2] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 165) (totalNumberOfTimeCacheKeyReleasedForReading: 164) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-2 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-2 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-2 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-2 0 read locks. The lockManager for this thread is null. jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-87 Stuck thread problem: unique tiny message number (17) The Thread [pool-3-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (47 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-2" at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [EL Severe]: cache: 2024-04-17 12:56:17.936--Summary current cache key of thread pool-3-thread-78 Stuck thread problem: unique tiny message number (20) The Thread [pool-3-thread-78] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (51 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-78 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-78 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-78 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-78 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-78 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-78 0 read locks. The lockManager for this thread is null. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [EL Severe]: cache: 2024-04-17 12:56:17.936--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-2" .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key: "--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 165) (totalNumberOfTimeCacheKeyReleasedForReading: 164) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-87 Stuck thread problem: unique tiny message number (17) The Thread [pool-3-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (47 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024-04-17 12:56:17.936--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-3-thread-78,5,main]" at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) [EL Warning]: 2024-04-17 12:56:17.936--UnitOfWork(1462509213)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-2 Stuck thread problem: unique tiny message number (19) The Thread [ForkJoinPool.commonPool-worker-2] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 165) (totalNumberOfTimeCacheKeyReleasedForReading: 164) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-2 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-2 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-2 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-2 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5176) [EL Warning]: 2024-04-17 12:56:17.937--UnitOfWork(764521765)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-78 Stuck thread problem: unique tiny message number (20) The Thread [pool-3-thread-78] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (51 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-78 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-78 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-78 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-78 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-78 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-78 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1075) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1009) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:962) Exception in thread "pool-3-thread-78" at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:844) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:799) ##########################Test with semaphores - end########################### at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:777) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-78 Stuck thread problem: unique tiny message number (20) The Thread [pool-3-thread-78] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (51 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-78 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-78 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-78 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-78 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-78 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-78 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-78 Stuck thread problem: unique tiny message number (20) The Thread [pool-3-thread-78] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (51 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-78 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-78 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-78 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-78 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-78 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-78 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5176) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1075) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1009) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:962) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:844) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:799) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:777) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-2 Stuck thread problem: unique tiny message number (18) The Thread [pool-3-thread-2] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (49 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-2 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-2 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-2 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-2 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-2 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:561) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:400) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) at java.base/java.lang.Thread.run(Thread.java:833) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-2 Stuck thread problem: unique tiny message number (18) The Thread [pool-3-thread-2] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1011916267) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 977826254) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 357) (concurrencyManagerCreationDate: 2024-04-17 12:56:17.883) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 1) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (49 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-2 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-2 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-2 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-2 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-2 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5176) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1075) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1009) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:962) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:844) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:799) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:777) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:531) ... 6 more [EL Severe]: cache: 2024-04-17 12:56:17.941--Summary current cache key of thread ForkJoinPool.commonPool-worker-3 Stuck thread problem: unique tiny message number (21) The Thread [ForkJoinPool.commonPool-worker-3] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 168) (totalNumberOfTimeCacheKeyReleasedForReading: 167) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-3 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-3 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-3 0 read locks. The lockManager for this thread is null. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.570 s -- in org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest [EL Severe]: cache: 2024-04-17 12:56:17.942--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-3" .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key: "--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 168) (totalNumberOfTimeCacheKeyReleasedForReading: 167) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Warning]: 2024-04-17 12:56:17.942--UnitOfWork(80520413)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-3 Stuck thread problem: unique tiny message number (21) The Thread [ForkJoinPool.commonPool-worker-3] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 222639200) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1156215762) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 73) (concurrencyManagerCreationDate: 2024-04-17 12:56:10.379) (totalNumberOfTimeCacheKeyAcquiredForReading: 168) (totalNumberOfTimeCacheKeyReleasedForReading: 167) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-3 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-3 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-3 0 read locks. The lockManager for this thread is null. ] [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jse.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >--- [INFO] Building EclipseLink JPA Spring Test 4.0.3-SNAPSHOT [35/134] [INFO] from jpa/eclipselink.jpa.spring.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.spring.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.spring.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Copying 17 resources from src/it/resources to target/test-classes [INFO] Copying 17 resources from src/it/resources to target/test-classes [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] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-spring-local) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-spring-container) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.spring.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.spring.test --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >---- [INFO] Building EclipseLink JPA WDF Test 4.0.3-SNAPSHOT [36/134] [INFO] from jpa/eclipselink.jpa.wdf.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.1.2:integration-test (clear-database)' [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 218 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.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/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.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/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-tests.jar.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.core:test-jar' [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.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/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-4.0.3-SNAPSHOT-client.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (clear-database) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2024-04-17 12:56:21.421--DatabaseSessionImpl(2050404090)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:56:22.049--DatabaseSessionImpl(2050404090)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.877 s -- in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.SimpleTest [EL Info]: 2024-04-17 12:56:23.9--ServerSession(359806817)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:23.928--ServerSession(359806817)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:23.936--ServerSession(359806817)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:24.016--ServerSession(359806817)--Failed to find MBean Server: null or empty List returned from MBeanServerFactory.findMBeanServer(null) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.170 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.SimpleTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestEmbeddedField [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestEmbeddedField [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.FirstTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.FirstTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.BufferReadTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.BufferReadTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestPrimaryKeyTypes [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestPrimaryKeyTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicPropertyTypes [WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.845 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicPropertyTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicFieldTypes [WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.712 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicFieldTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestTemporalFieldTypes [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestTemporalFieldTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestGetReference [WARNING] Tests run: 23, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.376 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestGetReference [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeMerge [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.081 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeMerge [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRefresh [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.088 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRefresh [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist [EL Warning]: 2024-04-17 12:56:28.818--UnitOfWork(421293587)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-04-17 12:56:28.82--UnitOfWork(1259950595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-04-17 12:56:28.822--UnitOfWork(687947506)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-04-17 12:56:28.825--UnitOfWork(2026005178)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '27' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush [EL Warning]: 2024-04-17 12:56:28.88--UnitOfWork(505316221)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-04-17 12:56:28.907--UnitOfWork(1777163938)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-04-17 12:56:28.917--UnitOfWork(1968751179)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024-04-17 12:56:28.927--UnitOfWork(1958375413)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '27' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush [EL Warning]: 2024-04-17 12:56:28.981--UnitOfWork(897541009)--org.eclipse.persistence.testing.models.wdf.jpa1.node.Node$MyRuntimeException [EL Warning]: 2024-04-17 12:56:28.981--UnitOfWork(897541009)--org.eclipse.persistence.testing.models.wdf.jpa1.node.Node$MyRuntimeException [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.070 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdateBatching [EL Info]: 2024-04-17 12:56:29.105--ServerSession(165687172)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:29.108--ServerSession(165687172)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:29.109--ServerSession(165687172)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Info]: 2024-04-17 12:56:29.221--ServerSession(1044639817)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:29.223--ServerSession(1044639817)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:29.225--ServerSession(1044639817)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdateBatching [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClose [EL Info]: 2024-04-17 12:56:29.334--ServerSession(1737750354)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:29.336--ServerSession(1737750354)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:29.338--ServerSession(1737750354)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.930 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClose [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestContains [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestContains [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClear [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClear [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRemove [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.082 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRemove [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestEntityManagerFactory [EL Info]: 2024-04-17 12:56:31.412--ServerSession(224544559)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:31.414--ServerSession(224544559)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:31.415--ServerSession(224544559)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.771 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestEntityManagerFactory [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRefresh [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRefresh [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist [EL Info]: 2024-04-17 12:56:33.2--ServerSession(1151942538)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:33.202--ServerSession(1151942538)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:33.203--ServerSession(1151942538)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:34.899--UnitOfWork(1499383906)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' Error Code: 1062 [EL Warning]: 2024-04-17 12:56:34.919--UnitOfWork(1258934723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '31' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] [EL Warning]: 2024-04-17 12:56:34.921--UnitOfWork(583896770)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '32' for key 'TMP_DEP.PRIMARY' Error Code: 1062 [EL Warning]: 2024-04-17 12:56:34.922--UnitOfWork(1219452728)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '33' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] [EL Warning]: 2024-04-17 12:56:34.924--UnitOfWork(449611579)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '34' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [EL Warning]: 2024-04-17 12:56:34.933--UnitOfWork(1827573818)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] [EL Warning]: 2024-04-17 12:56:34.958--UnitOfWork(209011713)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '995' for key 'TMP_DEP.PRIMARY' Error Code: 1062 [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.862 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestReadOnly [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.015 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestReadOnly [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge [EL Warning]: 2024-04-17 12:56:35.258--UnitOfWork(958212330)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' Error Code: 1062 [EL Warning]: 2024-04-17 12:56:35.284--UnitOfWork(1111497601)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' Error Code: 1062 [WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.335 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCache [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.009 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCache [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate [EL Warning]: 2024-04-17 12:56:35.393--UnitOfWork(795822788)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is mapped to a primary key column in the database. Updates are not allowed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestExtendedPersistenceContext [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestExtendedPersistenceContext [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFind [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFind [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRemove [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.099 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRemove [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestLockMethod [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.127 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestLockMethod [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic [EL Warning]: 2024-04-17 12:56:35.775--UnitOfWork(1468739052)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [EL Warning]: 2024-04-17 12:56:35.788--UnitOfWork(1318505220)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [EL Info]: 2024-04-17 12:56:35.898--ServerSession(1762578746)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:35.904--ServerSession(1762578746)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:35.905--ServerSession(1762578746)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Info]: 2024-04-17 12:56:35.979--ServerSession(1094627165)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:35.981--ServerSession(1094627165)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:35.982--ServerSession(1094627165)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:36.001--UnitOfWork(1720994940)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [EL Info]: 2024-04-17 12:56:36.066--ServerSession(1471857648)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:36.068--ServerSession(1471857648)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:36.07--ServerSession(1471857648)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Info]: 2024-04-17 12:56:36.165--ServerSession(396851838)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:36.167--ServerSession(396851838)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:36.168--ServerSession(396851838)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:36.196--UnitOfWork(1594663017)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [EL Info]: 2024-04-17 12:56:36.262--ServerSession(1627679004)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:36.263--ServerSession(1627679004)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:36.264--ServerSession(1627679004)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:36.286--UnitOfWork(1865819773)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [EL Info]: 2024-04-17 12:56:36.342--ServerSession(808663361)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:36.343--ServerSession(808663361)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:36.344--ServerSession(808663361)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:36.362--UnitOfWork(1501761558)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [EL Info]: 2024-04-17 12:56:36.414--ServerSession(611523759)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:56:36.416--ServerSession(611523759)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:36.416--ServerSession(611523759)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 12:56:38.132--UnitOfWork(1772874516)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [EL Warning]: 2024-04-17 12:56:38.143--UnitOfWork(169505492)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [EL Warning]: 2024-04-17 12:56:38.154--UnitOfWork(2118366018)--Exception [EclipseLink-5011] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.403 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEagerLoading [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEagerLoading [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMap [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.030 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMap [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestNode [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.035 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestNode [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalManyToMany [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.489 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalManyToMany [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalOneToOne [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalOneToOne [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Review [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Review [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestRelationshipsWithCache [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.008 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestRelationshipsWithCache [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployeePatent [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployeePatent [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPrimaryKeyJoinColumn [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPrimaryKeyJoinColumn [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPatentReview [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPatentReview [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToOne [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToOne [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToMany [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToMany [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Cubicle [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Cubicle [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestList [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.113 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestList [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMultipleRelationships [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMultipleRelationships [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestQueryAPI [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.032 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestQueryAPI [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestExtendedQueries [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 2.196 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestExtendedQueries [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestUpdateDeleteClause [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.055 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestUpdateDeleteClause [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestFromClauses [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.026 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestFromClauses [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestEmbeddables [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.055 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestEmbeddables [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving [EL Warning]: 2024-04-17 12:56:42.089--UnitOfWork(1862972704)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown column 't2.ID' in 'having clause' Error Code: 1054 Call: SELECT t0.ID, t0.CITY_ENUM, t0.COOL, t0.NAME, t0.TYPE, t0.CITY_TESLA_INT, t0.CITY_TESLA_BLOB FROM TMP_CITY t0 WHERE EXISTS (SELECT ? FROM TMP_COP t1 GROUP BY t1.ID HAVING (t2.ID = ?)) bind => [2 parameters bound] Query: ReadAllQuery(referenceClass=City sql="SELECT t0.ID, t0.CITY_ENUM, t0.COOL, t0.NAME, t0.TYPE, t0.CITY_TESLA_INT, t0.CITY_TESLA_BLOB FROM TMP_CITY t0 WHERE EXISTS (SELECT ? FROM TMP_COP t1 GROUP BY t1.ID HAVING (t2.ID = ?))") [EL Warning]: 2024-04-17 12:56:42.122--UnitOfWork(371613997)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'ecltests.TMP_CITY.ID'; this is incompatible with sql_mode=only_full_group_by Error Code: 1140 Call: SELECT ID, CITY_ENUM, COOL, NAME, TYPE, CITY_TESLA_INT, CITY_TESLA_BLOB, MAX(ID) FROM TMP_CITY ORDER BY ID Query: ReportQuery(referenceClass=City sql="SELECT ID, CITY_ENUM, COOL, NAME, TYPE, CITY_TESLA_INT, CITY_TESLA_BLOB, MAX(ID) FROM TMP_CITY ORDER BY ID") [WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.185 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectList [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.112 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectList [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectListTypes [WARNING] Tests run: 122, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 1.284 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectListTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestNativeQuery [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestNativeQuery [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinFetch [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.295 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinFetch [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestDeleteQuery [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestDeleteQuery [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestTemporalParameterTypes [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestTemporalParameterTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.420 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions [EL Warning]: 2024-04-17 12:56:45.01--UnitOfWork(589132678)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BETWEEN 'bla' AND 'bla')' at line 1 Error Code: 1064 Call: SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE ( BETWEEN ? AND ?) bind => [2 parameters bound] Query: ReadAllQuery(referenceClass=Person sql="SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE ( BETWEEN ? AND ?)") [EL Warning]: 2024-04-17 12:56:45.043--UnitOfWork(1241501899)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BETWEEN 'bla' AND 'bla'))' at line 1 Error Code: 1064 Call: SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE NOT (( BETWEEN ? AND ?)) bind => [2 parameters bound] Query: ReadAllQuery(referenceClass=Person sql="SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE NOT (( BETWEEN ? AND ?))") [WARNING] Tests run: 111, Failures: 0, Errors: 0, Skipped: 47, Time elapsed: 0.530 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSimpleQuery [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.452 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSimpleQuery [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestCount [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.053 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestCount [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSetFunctions [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSetFunctions [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectClauses [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.075 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectClauses [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinedInheritance [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinedInheritance [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestBuiltInFunctionExpressions [WARNING] Tests run: 95, Failures: 0, Errors: 0, Skipped: 13, Time elapsed: 0.657 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestBuiltInFunctionExpressions [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestParameterTypes [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestParameterTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestAggregates [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.036 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestAggregates [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestRelationships [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.145 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestRelationships [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithPropertyAccess [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithPropertyAccess [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithFieldAccess [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithFieldAccess [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddedIdAsInnerClass [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddedIdAsInnerClass [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.TestSecondaryTable [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.021 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.TestSecondaryTable [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.MappingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.MappingTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestIdentity [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestIdentity [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestSequence [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestSequence [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestGenerator [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestGenerator [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestAutoGenerator [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestAutoGenerator [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.AbstractEntityHandlingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.AbstractEntityHandlingTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.ChangeSubclassTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.ChangeSubclassTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.RelationsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.RelationsTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.SimpleInheritanceTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.069 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.SimpleInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.CallbackTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.CallbackTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.132 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestEmbeddingWithMixedAccess [EL Warning]: transaction: 2024-04-17 12:56:47.817--ServerSession(1096356159)--PersistenceUnitInfo jpa2testmodel has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored [EL Info]: 2024-04-17 12:56:47.818--ServerSession(1096356159)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestEmbeddingWithMixedAccess [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddedIds [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddedIds [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddables [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddables [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1014, Failures: 0, Errors: 0, Skipped: 165 [INFO] [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >----- [INFO] Building EclipseLink Oracle Extension Test 4.0.3-SNAPSHOT [37/134] [INFO] from foundation/org.eclipse.persistence.oracle.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/test/resources [INFO] Copying 1 resource from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 142 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[53,38] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[54,181] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[414,24] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[124,23] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[409,24] getUnicodeStream(int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[114,23] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestPreparedStatement.java:[229,17] setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/plsqlrecord/PLSQLrecordWithCompatibleTypeInOutTestSet.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/plsqlrecord/PLSQLrecordWithCompatibleTypeInOutTestSet.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >-- [INFO] Building EclipseLink DBWS Test Oracle 4.0.3-SNAPSHOT [38/134] [INFO] from dbws/eclipselink.dbws.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/src/test/resources [INFO] Copying 6 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle 4.0.3-SNAPSHOT [39/134] [INFO] from utils/eclipselink.dbws.builder.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/src/test/resources [INFO] Copying 5 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 131 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle Server 4.0.3-SNAPSHOT [40/134] [INFO] from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.8:wget (install-jee-server) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/src/test/resources [INFO] Copying 1 resource from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- dependency:3.6.0:copy (configure-glassfish-modules) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >-- [INFO] Building EclipseLink Package Signature Compare Utility 4.0.3-SNAPSHOT [41/134] [INFO] from utils/eclipselink.utils.sigcompare/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.utils.sigcompare --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.sigcompare --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps >---- [INFO] Building Persistence TestApps 4.0.3-SNAPSHOT [42/134] [INFO] from jpa/eclipselink.jpa.testapps/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps --- [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps --- [INFO] pom projects not supported, skipping... [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced >-- [INFO] Building Test - advanced 4.0.3-SNAPSHOT [43/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 97 source files with javac [debug deprecation release 11] to target/classes [INFO] [EL Info]: processor: Creating static metadata factory ... [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/non-existant-orm-file.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Door_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Equipment_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Vegetable_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.VegetablePK_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.PartnerLink_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Lake_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Oyster_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Jigsaw_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.entities.EntyA_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyB_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyA_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Man_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Bill_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.PlanArbeitsgang_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.ReadOnlyIsolated_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.entities.SimpleEntity_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Project_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.EquipmentCode_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.ViolationCode_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Event_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.OrderedEntityZ_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.SimpleRoom_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.BarCode_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.ConcreteJob_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.LargeProject_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Product_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Buyer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Dealer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Address_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.PlanArbeitsgangHist_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.entities.SimpleLanguage_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Customer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.FormerEmployment_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Loot_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.entities.EntyE_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Bag_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Job_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.PlatinumBuyer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.MaterialHist_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.MaterialEreignis_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.entities.EntyB_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.OrderedEntityA_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Pearl_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Canoe_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.WorldRank_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Golfer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Woman_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.entities.EntyD_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.SmallProject_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.EmploymentPeriod_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.PhoneNumber_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.ToDoList_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.HugeProject_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Cost_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.BillAction_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Violation_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.MyTestEntity_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Department_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.GolferPK_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.BillLineItem_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Hinge_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Room_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.JigsawPiece_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.SpecialHugeProject_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Material_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Quantity_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.entities.EntyC_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.BillLine_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyC_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.advanced.Employee_' already exists on the sourcepath or classpath [WARNING] No processor claimed any of these annotations: /jakarta.persistence.MapKeyJoinColumn,/jakarta.persistence.Access,/jakarta.persistence.OrderColumn,/jakarta.persistence.EmbeddedId,/org.eclipse.persistence.annotations.ObjectTypeConverter,/org.eclipse.persistence.annotations.TypeConverter,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/org.eclipse.persistence.annotations.CollectionTable,/jakarta.persistence.PreUpdate,/jakarta.persistence.MapKeyColumn,/jakarta.persistence.Cacheable,/org.eclipse.persistence.annotations.NamedStoredFunctionQuery,/jakarta.persistence.EntityListeners,/org.eclipse.persistence.annotations.WriteTransformers,/jakarta.persistence.JoinTable,/org.eclipse.persistence.annotations.NamedStoredProcedureQueries,/jakarta.persistence.Column,/jakarta.persistence.Basic,/org.eclipse.persistence.annotations.Cache,/jakarta.persistence.JoinColumn,/org.eclipse.persistence.annotations.CacheIndex,/org.eclipse.persistence.oxm.annotations.XmlPath,/jakarta.persistence.Enumerated,/jakarta.persistence.ManyToMany,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/jakarta.persistence.PreRemove,/jakarta.persistence.SecondaryTable,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.Temporal,/jakarta.persistence.OneToOne,/org.eclipse.persistence.annotations.ExistenceChecking,/org.eclipse.persistence.annotations.PrimaryKey,/jakarta.persistence.Transient,/org.eclipse.persistence.annotations.Properties,/org.eclipse.persistence.annotations.DeleteAll,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/jakarta.persistence.OneToMany,/org.eclipse.persistence.annotations.OptimisticLocking,/org.eclipse.persistence.annotations.Customizer,/jakarta.persistence.AssociationOverride,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.persistence.SequenceGenerator,/jakarta.persistence.Embedded,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.NamedQuery,/jakarta.persistence.ElementCollection,/org.eclipse.persistence.annotations.MapKeyConvert,/org.eclipse.persistence.annotations.Convert,/jakarta.persistence.IdClass,/org.eclipse.persistence.annotations.ReadOnly,/org.eclipse.persistence.annotations.TypeConverters,/jakarta.persistence.NamedNativeQueries,/org.eclipse.persistence.annotations.Property,/org.eclipse.persistence.annotations.Mutable,/jakarta.persistence.PrePersist,/jakarta.persistence.NamedQueries,/org.eclipse.persistence.annotations.BasicMap,/jakarta.persistence.AttributeOverrides,/jakarta.persistence.MapKey,/org.eclipse.persistence.annotations.ReadTransformer,/jakarta.persistence.DiscriminatorColumn,/jakarta.persistence.PostUpdate,/org.eclipse.persistence.annotations.WriteTransformer,/org.eclipse.persistence.annotations.PrivateOwned,/jakarta.persistence.PrimaryKeyJoinColumn,/org.eclipse.persistence.annotations.BasicCollection,/org.eclipse.persistence.annotations.Converter,/org.eclipse.persistence.annotations.ChangeTracking,/org.eclipse.persistence.annotations.JoinFetch,/jakarta.persistence.NamedNativeQuery,/jakarta.persistence.SqlResultSetMappings [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/non-existant-orm-file.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated [WARNING] Implicitly compiled files were not subject to annotation processing. Use -implicit to specify a policy for implicit compilation. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 69 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5153,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5158,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5163,116] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5168,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5173,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5178,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/concurrency/LifecycleJUnitTest.java:[82,17] finalize() in java.lang.Object has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: ServerSession(1333592072)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1333592072)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJPAJunitTest [EL Warning]: metadata: ServerSession(1955990522)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1955990522)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Info]: ServerSession(1955990522)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: ServerSession(1955990522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Address") [EL Warning]: ServerSession(1955990522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Employee does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Employee Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Employee") [EL Warning]: ServerSession(1955990522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_InOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_InOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_InOut") [EL Warning]: ServerSession(1955990522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: FUNCTION ecltests.StoredFunction_In does not exist Error Code: 1305 Call: DROP FUNCTION StoredFunction_In Query: DataModifyQuery(sql="DROP FUNCTION StoredFunction_In") [EL Warning]: UnitOfWork(837249677)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer@5edc70ed] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer Primary Key> 5 [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.04 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJPAJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJunitTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.522 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.JoinedAttributeAdvancedJunitTest [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.845 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.JoinedAttributeAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.NamedNativeQueryJUnitTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.328 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.NamedNativeQueryJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.NamedQueryJUnitTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.442 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.NamedQueryJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.PersistenceUnitProcessorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.PersistenceUnitProcessorTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.ReportQueryAdvancedJUnitTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.775 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.ReportQueryAdvancedJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.UpdateAllQueryAdvancedJunitTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.660 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.UpdateAllQueryAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.testmodel.JPAAdvancedTestModel [EL Info]: 2024-04-17 12:57:31.705--DatabaseSessionImpl(2146669644)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metadata: ServerSession(544448813)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(544448813)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Info]: ServerSession(544448813)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 Running EntityManager Tests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Can't run this test with Sybase-type native sequencing for Employee or/and Project WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Can't run this test with Sybase-type native sequencing for Employee or/and Project [EL Warning]: 2024-04-17 12:57:33.494--UnitOfWork(419971509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'unexecutable native sql query' at line 1 Error Code: 1064 Call: unexecutable native sql query Query: DataModifyQuery(sql="unexecutable native sql query") Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.128 sec Running Annotation Tests Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec [EL Info]: 2024-04-17 12:57:33.578--DatabaseSessionImpl(1815367458)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.902 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.testmodel.JPAAdvancedTestModel [INFO] [INFO] Results: [INFO] [INFO] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-tests.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced2 >-- [INFO] Building Test - advanced2 4.0.3-SNAPSHOT [44/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Copying 6 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 114 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.AnnotationsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.AnnotationsTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.ConverterTest [EL Info]: 2024-04-17 12:57:37.454--ServerSession(1472012329)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metadata: 2024-04-17 12:57:37.83--ServerSession(1472012329)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[period] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: ddl: 2024-04-17 12:57:38.301--ServerSession(1472012329)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:38.306--ServerSession(1472012329)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [EL Warning]: 2024-04-17 12:57:38.992--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Parameter_Testing does not exist Error Code: 1305 Call: DROP PROCEDURE Parameter_Testing Query: DataModifyQuery(sql="DROP PROCEDURE Parameter_Testing") [EL Warning]: 2024-04-17 12:57:39.002--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address") [EL Warning]: 2024-04-17 12:57:39.004--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address_Mapped_Named does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address_Mapped_Named Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_Mapped_Named") [EL Warning]: 2024-04-17 12:57:39.006--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address_Mapped_Numbered does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address_Mapped_Numbered Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_Mapped_Numbered") [EL Warning]: 2024-04-17 12:57:39.007--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Update_Address_Postal_Code does not exist Error Code: 1305 Call: DROP PROCEDURE Update_Address_Postal_Code Query: DataModifyQuery(sql="DROP PROCEDURE Update_Address_Postal_Code") [EL Warning]: 2024-04-17 12:57:39.009--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Result_Set_And_Update_Address does not exist Error Code: 1305 Call: DROP PROCEDURE Result_Set_And_Update_Address Query: DataModifyQuery(sql="DROP PROCEDURE Result_Set_And_Update_Address") [EL Warning]: 2024-04-17 12:57:39.01--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_All_Addresses does not exist Error Code: 1305 Call: DROP PROCEDURE Read_All_Addresses Query: DataModifyQuery(sql="DROP PROCEDURE Read_All_Addresses") [EL Warning]: 2024-04-17 12:57:39.012--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_All_Employees does not exist Error Code: 1305 Call: DROP PROCEDURE Read_All_Employees Query: DataModifyQuery(sql="DROP PROCEDURE Read_All_Employees") [EL Warning]: 2024-04-17 12:57:39.013--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address_City does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address_City Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_City") [EL Warning]: 2024-04-17 12:57:39.015--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Delete_All_Responsibilities does not exist Error Code: 1305 Call: DROP PROCEDURE Delete_All_Responsibilities Query: DataModifyQuery(sql="DROP PROCEDURE Delete_All_Responsibilities") [EL Warning]: 2024-04-17 12:57:39.016--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Multiple_Result_Sets does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Multiple_Result_Sets Query: DataModifyQuery(sql="DROP PROCEDURE Read_Multiple_Result_Sets") [EL Warning]: 2024-04-17 12:57:39.019--ServerSession(1472012329)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_No_Addresses does not exist Error Code: 1305 Call: DROP PROCEDURE Read_No_Addresses Query: DataModifyQuery(sql="DROP PROCEDURE Read_No_Addresses") [EL Warning]: 2024-04-17 12:57:39.054--UnitOfWork(1865289764)--jakarta.persistence.PersistenceException: An exception occurred while calling convertToDatabaseColumn on converter class org.eclipse.persistence.testing.models.jpa21.advanced.converters.ResponsibilityConverter with value throwExceptionInToDBColumn [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.743 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.ConverterTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryCastTest [EL Info]: 2024-04-17 12:57:39.086--ServerSession(798639105)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryCastTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryMetamodelTest [EL Warning]: ddl: 2024-04-17 12:57:39.613--ServerSession(1472012329)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:39.617--ServerSession(1472012329)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.910 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryMetamodelTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryTest [EL Warning]: ddl: 2024-04-17 12:57:40.484--ServerSession(1472012329)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:40.487--ServerSession(1472012329)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.EntityGraphTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.EntityGraphTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.EntityManagerFactoryTest [EL Warning]: ddl: 2024-04-17 12:57:41.489--ServerSession(1472012329)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:41.493--ServerSession(1472012329)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [EL Info]: 2024-04-17 12:57:41.996--ServerSession(2045560071)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metadata: 2024-04-17 12:57:42.022--ServerSession(2045560071)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[period] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.882 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.EntityManagerFactoryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.EntityManagerTest [EL Warning]: ddl: 2024-04-17 12:57:42.385--ServerSession(2045560071)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:42.389--ServerSession(2045560071)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.EntityManagerTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.NamedStoredProcedureQueryTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.NamedStoredProcedureQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.QueryTest [EL Warning]: ddl: 2024-04-17 12:57:43.284--ServerSession(2045560071)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:43.288--ServerSession(2045560071)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [EL Warning]: 2024-04-17 12:57:43.657--UnitOfWork(744541767)--Exception [EclipseLink-6177] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: The column result [O_ITEM_NAME] was not found in the results of the query. Query: ResultSetMappingQuery(sql="SELECT o.ORDER_ID AS 'O_ID', o.QUANTITY AS 'O_QUANTITY', i.NAME AS 'O_ITEM' FROM JPA21_ORDER o, JPA21_ITEM i WHERE o.ITEM_ID = i.ID") [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.QueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.StoredProcedureQueryTest [EL Warning]: ddl: 2024-04-17 12:57:43.949--ServerSession(2045560071)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:43.952--ServerSession(2045560071)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [EL Warning]: 2024-04-17 12:57:44.5--UnitOfWork(2092080808)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement.executeQuery() cannot issue statements that do not produce result sets. Error Code: 0 Call: DoesNotExist Query: ReadAllQuery(referenceClass=Employee sql="DoesNotExist") [EL Warning]: 2024-04-17 12:57:44.501--UnitOfWork(1292769946)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DoesNotExist does not exist Error Code: 1305 Call: { CALL DoesNotExist() } Query: ResultSetMappingQuery() [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.887 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.StoredProcedureQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.WeaverTest [EL Info]: 2024-04-17 12:57:44.566--ServerSession(300430509)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.WeaverTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.DDLSchemaTest [EL Info]: 2024-04-17 12:57:44.642--ServerSession(981865495)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:57:44.711--ServerSession(1238061104)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:57:44.783--ServerSession(564569236)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.DDLSchemaTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.DDLTest [EL Info]: 2024-04-17 12:57:44.97--ServerSession(1164616817)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:57:45.128--ServerSession(1576607881)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:57:45.148--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_ORGANIZER' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_ORGANIZER DROP FOREIGN KEY FK_JPA21_XMLOrganizer_Race Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ORGANIZER DROP FOREIGN KEY FK_JPA21_XMLOrganizer_Race") [EL Warning]: 2024-04-17 12:57:45.15--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_COSTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA21_XML_FORK_COSTS_ID Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA21_XML_FORK_COSTS_ID") [EL Warning]: 2024-04-17 12:57:45.151--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_SHOE' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA21_XMLShoes_Runner Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA21_XMLShoes_Runner") [EL Warning]: 2024-04-17 12:57:45.151--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_SHOE' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA21_XMLRunner_ShoeTag Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA21_XMLRunner_ShoeTag") [EL Warning]: 2024-04-17 12:57:45.152--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_SPRINTER' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_SPRINTER DROP FOREIGN KEY FK_JPA21_XML_Sprinter Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SPRINTER DROP FOREIGN KEY FK_JPA21_XML_Sprinter") [EL Warning]: 2024-04-17 12:57:45.153--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_ID Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_ID") [EL Warning]: 2024-04-17 12:57:45.154--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_USER_ID Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_USER_ID") [EL Warning]: 2024-04-17 12:57:45.155--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_RUNNERS_RACES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA21_XMLRunners_Races_Inverse Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA21_XMLRunners_Races_Inverse") [EL Warning]: 2024-04-17 12:57:45.156--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_RUNNERS_RACES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA21_XMLRunners_Races Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA21_XMLRunners_Races") [EL Warning]: 2024-04-17 12:57:45.156--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_RUNNER_ACS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP FOREIGN KEY FK_JPA21_XMLAccomplishments Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP FOREIGN KEY FK_JPA21_XMLAccomplishments") [EL Warning]: 2024-04-17 12:57:45.157--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_ENDORSEMENTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA21_XMLEndorsements Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA21_XMLEndorsements") [EL Warning]: 2024-04-17 12:57:45.158--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_ENDORSEMENTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA21_XMLEndorsements_Key Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA21_XMLEndorsements_Key") [EL Warning]: 2024-04-17 12:57:45.159--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_RUNNER_PBS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP FOREIGN KEY FK_JPA21_XML_Runner_PBS Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP FOREIGN KEY FK_JPA21_XML_Runner_PBS") [EL Warning]: 2024-04-17 12:57:45.159--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_USES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_FORK_USES DROP FOREIGN KEY FK_JPA21_XML_FORK_USES_XMLFork_ID Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_USES DROP FOREIGN KEY FK_JPA21_XML_FORK_USES_XMLFork_ID") [EL Warning]: 2024-04-17 12:57:45.16--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_FORK_USER' Error Code: 1051 Call: DROP TABLE JPA21_XML_FORK_USER Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_USER") [EL Warning]: 2024-04-17 12:57:45.161--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_RACE' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_RACE Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RACE") [EL Warning]: 2024-04-17 12:57:45.162--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_RUNNER' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_RUNNER Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER") [EL Warning]: 2024-04-17 12:57:45.163--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_ORGANIZER' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_ORGANIZER Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ORGANIZER") [EL Warning]: 2024-04-17 12:57:45.163--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK' doesn't exist Error Code: 1146 Call: DROP INDEX INDEX_JPA21_XML_FORK_STYLE_COLOR ON JPA21_XML_FORK Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA21_XML_FORK_STYLE_COLOR ON JPA21_XML_FORK") [EL Warning]: 2024-04-17 12:57:45.164--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_FORK' Error Code: 1051 Call: DROP TABLE JPA21_XML_FORK Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK") [EL Warning]: 2024-04-17 12:57:45.165--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_COSTS' doesn't exist Error Code: 1146 Call: DROP INDEX INDEX_JPA21_XML_FORK_COSTS ON JPA21_XML_FORK_COSTS Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA21_XML_FORK_COSTS ON JPA21_XML_FORK_COSTS") [EL Warning]: 2024-04-17 12:57:45.166--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_FORK_COSTS' Error Code: 1051 Call: DROP TABLE JPA21_XML_FORK_COSTS Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_COSTS") [EL Warning]: 2024-04-17 12:57:45.166--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_SHOE' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_SHOE Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SHOE") [EL Warning]: 2024-04-17 12:57:45.167--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_SHOE_TAG' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_SHOE_TAG Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SHOE_TAG") [EL Warning]: 2024-04-17 12:57:45.168--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_SPRINTER' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_SPRINTER Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SPRINTER") [EL Warning]: 2024-04-17 12:57:45.169--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_ENDORSER' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_ENDORSER Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ENDORSER") [EL Warning]: 2024-04-17 12:57:45.17--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 Call: DROP INDEX JPA21_XML_FORK_USERS_INDEX ON JPA21_XML_FORK_FORK_USERS Query: DataModifyQuery(sql="DROP INDEX JPA21_XML_FORK_USERS_INDEX ON JPA21_XML_FORK_FORK_USERS") [EL Warning]: 2024-04-17 12:57:45.17--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_FORK_FORK_USERS' Error Code: 1051 Call: DROP TABLE JPA21_XML_FORK_FORK_USERS Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_FORK_USERS") [EL Warning]: 2024-04-17 12:57:45.171--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_RUNNERS_RACES' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_RUNNERS_RACES Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNERS_RACES") [EL Warning]: 2024-04-17 12:57:45.172--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_RUNNER_ACS' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_RUNNER_ACS Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER_ACS") [EL Warning]: 2024-04-17 12:57:45.173--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_ENDORSEMENTS' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_ENDORSEMENTS Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ENDORSEMENTS") [EL Warning]: 2024-04-17 12:57:45.174--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_RUNNER_PBS' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_RUNNER_PBS Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER_PBS") [EL Warning]: 2024-04-17 12:57:45.174--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_USES' doesn't exist Error Code: 1146 Call: DROP INDEX JPA21_XML_FORK_USES_INDEX ON JPA21_XML_FORK_USES Query: DataModifyQuery(sql="DROP INDEX JPA21_XML_FORK_USES_INDEX ON JPA21_XML_FORK_USES") [EL Warning]: 2024-04-17 12:57:45.175--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_FORK_USES' Error Code: 1051 Call: DROP TABLE JPA21_XML_FORK_USES Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_USES") [EL Warning]: 2024-04-17 12:57:45.176--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_PK_SEQ' doesn't exist Error Code: 1146 Call: DROP INDEX INDEX_JPA21_XML_TABLE_GENERATOR ON JPA21_XML_PK_SEQ Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA21_XML_TABLE_GENERATOR ON JPA21_XML_PK_SEQ") [EL Warning]: 2024-04-17 12:57:45.177--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_PK_SEQ' doesn't exist Error Code: 1146 Call: DELETE FROM JPA21_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ' Query: DataModifyQuery(sql="DELETE FROM JPA21_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ'") [EL Warning]: 2024-04-17 12:57:45.448--ServerSession(1576607881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Info]: 2024-04-17 12:57:45.54--ServerSession(1889371810)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:57:45.603--ServerSession(493844439)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:57:45.992--ServerSession(493844439)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-04-17 12:57:45.993--ServerSession(493844439)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA21_XML_PK_SEQ' already exists Error Code: 1050 Call: CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [EL Info]: 2024-04-17 12:57:46.087--ServerSession(1608392036)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:57:46.141--ServerSession(133008196)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:57:46.222--ServerSession(1100189214)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: ejb: 2024-04-17 12:57:46.238--ServerSession(1100189214)--java.lang.IllegalArgumentException: When generating DDL to scripts, a create script target must be specified using the [jakarta.persistence.schema-generation.scripts.create-target] property. [EL Info]: 2024-04-17 12:57:46.284--ServerSession(376330861)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.471 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.DDLTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.ForeignKeyTest [EL Info]: 2024-04-17 12:57:46.365--ServerSession(1415887228)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:57:46.481--ServerSession(1415887228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_PK_SEQ' doesn't exist Error Code: 1146 Call: DROP INDEX TABLE_GENERATOR_INDEX ON JPA21_PK_SEQ Query: DataModifyQuery(sql="DROP INDEX TABLE_GENERATOR_INDEX ON JPA21_PK_SEQ") [EL Warning]: 2024-04-17 12:57:46.482--ServerSession(1415887228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_PK_SEQ' doesn't exist Error Code: 1146 Call: DELETE FROM JPA21_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ' Query: DataModifyQuery(sql="DELETE FROM JPA21_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ'") [EL Warning]: 2024-04-17 12:57:46.826--UnitOfWork(1608894091)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`ecltests`.`JPA21_DDL_VEHICLE`, CONSTRAINT `FKv2d` FOREIGN KEY (`LAST_DRIVER`) REFERENCES `JPA21_DDL_DRIVER` (`NAME`)) Error Code: 1451 Call: DELETE FROM JPA21_DDL_DRIVER WHERE (NAME = ?) bind => [1 parameter bound] Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.jpa21.advanced.ddl.Driver@13dc6649) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.ForeignKeyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.IndexTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.IndexTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLConverterTest [EL Info]: 2024-04-17 12:57:46.911--ServerSession(2042233477)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:57:47.487--ServerSession(2042233477)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address") [EL Warning]: 2024-04-17 12:57:47.488--ServerSession(2042233477)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Address_Named does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Address_Named Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address_Named") [EL Warning]: 2024-04-17 12:57:47.489--ServerSession(2042233477)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Address_Numbered does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Address_Numbered Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address_Numbered") [EL Warning]: 2024-04-17 12:57:47.491--ServerSession(2042233477)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_All_Addresses does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_All_Addresses Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_All_Addresses") [EL Warning]: 2024-04-17 12:57:47.492--ServerSession(2042233477)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Multiple_Result_Sets does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Multiple_Result_Sets Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Multiple_Result_Sets") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.668 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLConverterTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLEntityGraphTest [EL Warning]: ddl: 2024-04-17 12:57:47.87--ServerSession(2042233477)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:47.875--ServerSession(2042233477)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.848 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLEntityGraphTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLNamedStoredProcedureQueryTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.716 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLNamedStoredProcedureQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.xml.ddl.XMLForeignKeyTest [EL Info]: 2024-04-17 12:57:49.119--ServerSession(1691955350)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:57:49.459--ServerSession(1691955350)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-04-17 12:57:49.46--ServerSession(1691955350)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA21_XML_PK_SEQ' already exists Error Code: 1050 Call: CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [EL Info]: 2024-04-17 12:57:49.51--ServerSession(1279399383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: 2024-04-17 12:57:49.874--ServerSession(1279399383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2024-04-17 12:57:49.875--ServerSession(1279399383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA21_XML_PK_SEQ' already exists Error Code: 1050 Call: CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.833 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.xml.ddl.XMLForeignKeyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.xml.ddl.XMLIndexTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.xml.ddl.XMLIndexTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 155, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria >-- [INFO] Building Test - advanced.additionalcriteria 4.0.3-SNAPSHOT [45/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.additionalcriteria.AdvancedJPAJunitTest [EL Warning]: metadata: 2024-04-17 12:57:51.903--ServerSession(195970976)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.additionalcriteria.AdvancedJPAJunitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cacheable >-- [INFO] Building Test - cacheable 4.0.3-SNAPSHOT [46/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.cacheable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/main/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[67,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableAllPropertyTest [EL Warning]: ddl: 2024-04-17 12:57:55.144--ServerSession(123418227)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:55.154--ServerSession(123418227)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.250 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableAllPropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableAllTest [EL Warning]: ddl: 2024-04-17 12:57:55.627--ServerSession(17331878)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:55.632--ServerSession(17331878)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableAllTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableDisableSelectivePropertyTest [EL Warning]: ddl: 2024-04-17 12:57:55.985--ServerSession(946884592)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:55.989--ServerSession(946884592)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableDisableSelectivePropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableDisableSelectiveTest [EL Warning]: ddl: 2024-04-17 12:57:56.514--ServerSession(614335089)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:56.518--ServerSession(614335089)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableDisableSelectiveTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableEnableSelectivePropertyTest [EL Warning]: ddl: 2024-04-17 12:57:56.969--ServerSession(304718519)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:56.973--ServerSession(304718519)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableEnableSelectivePropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableEnableSelectiveTest [EL Warning]: ddl: 2024-04-17 12:57:57.26--ServerSession(74735260)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:57.264--ServerSession(74735260)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableEnableSelectiveTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyConflictTest [EL Warning]: ddl: 2024-04-17 12:57:57.563--ServerSession(1015236238)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:57.568--ServerSession(1015236238)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyConflictTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyEMFTest [EL Warning]: ddl: 2024-04-17 12:57:57.833--ServerSession(836749045)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:57.837--ServerSession(836749045)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.290 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyEMFTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyTest [EL Warning]: ddl: 2024-04-17 12:57:58.119--ServerSession(14838518)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:58.123--ServerSession(14838518)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNoneTest [EL Warning]: ddl: 2024-04-17 12:57:58.422--ServerSession(923539816)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:58.426--ServerSession(923539816)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNoneTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableUnspecifiedPropertyTest [EL Warning]: ddl: 2024-04-17 12:57:58.683--ServerSession(1189496672)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:58.686--ServerSession(1189496672)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableUnspecifiedPropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableUnspecifiedTest [EL Warning]: ddl: 2024-04-17 12:57:58.942--ServerSession(1755811644)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:57:58.946--ServerSession(1755811644)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableUnspecifiedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 114, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.fetchgroup >-- [INFO] Building Test - advanced.fetchgroup 4.0.3-SNAPSHOT [47/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.fetchgroup.AdvancedFetchGroupTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.fetchgroup.AdvancedFetchGroupTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel >-- [INFO] Building Test - metamodel 4.0.3-SNAPSHOT [48/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.metamodel/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 40 source files with javac [debug deprecation release 11] to target/classes [INFO] [EL Info]: processor: Creating static metadata factory ... [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.EmbeddedPK_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.FooBarId_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.EntityChildOfMSRootPropertyAccess_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Computer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Foo_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Person_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.User_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Processor_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Location_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.SoftwareDesigner_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.ObservationDetail_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Corporation_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.FooBar_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Observation_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Enclosure_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.CoordinateMS_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Designer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Board_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.VectorProcessor_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Leaf_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.CPU_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.MSRootPropertyAccess_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.ArrayProcessor_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Memory_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.CompositePK_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Root_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Core_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.WithInner_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Center_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Bar_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.CPUEmbeddedId_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.MultiCoreCPU_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer_' already exists on the sourcepath or classpath [WARNING] No processor claimed any of these annotations: /jakarta.persistence.OneToMany,/jakarta.persistence.Access,/jakarta.persistence.Table,/jakarta.persistence.EmbeddedId,/jakarta.persistence.Embedded,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.ElementCollection,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.IdClass,/jakarta.persistence.JoinTable,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.MapKey,/jakarta.persistence.JoinColumn,/jakarta.persistence.Inheritance,/jakarta.persistence.Version,/jakarta.persistence.TableGenerator,/org.eclipse.persistence.annotations.BasicCollection,/jakarta.persistence.MapsId,/jakarta.persistence.OneToOne,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.Id [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] Implicitly compiled files were not subject to annotation processing. Use -implicit to specify a policy for implicit compilation. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerFactoryImplTest [EL Warning]: metadata: 2024-04-17 12:58:03.957--ServerSession(1506938939)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s -- in org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerFactoryImplTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerImplTest [EL Warning]: metadata: 2024-04-17 12:58:04.102--ServerSession(2013768748)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerImplTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.metamodel.MetamodelTest [EL Warning]: metadata: 2024-04-17 12:58:04.215--ServerSession(1611221523)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.eclipse.persistence.testing.tests.jpa.metamodel.MetamodelTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.cacheable >-- [INFO] Building Test - xml.cacheable 4.0.3-SNAPSHOT [49/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableAllPropertyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableAllPropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableAllTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableAllTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableDisableSelectivePropertyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableDisableSelectivePropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableDisableSelectiveTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableDisableSelectiveTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableEnableSelectivePropertyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableEnableSelectivePropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableEnableSelectiveTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableEnableSelectiveTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyConflictTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyConflictTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyEMFTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyEMFTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNoneTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNoneTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableUnspecifiedPropertyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableUnspecifiedPropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableUnspecifiedTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableUnspecifiedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cacheimpl >-- [INFO] Building Test - advanced.cacheimpl 4.0.3-SNAPSHOT [50/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.cacheimpl.CacheImplTest [EL Warning]: metadata: 2024-04-17 12:58:10.302--ServerSession(540206885)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: 2024-04-17 12:58:10.859--ServerSession(540206885)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CMP3_MM_PROC_SEQ' doesn't exist Error Code: 1146 Call: DELETE FROM CMP3_MM_PROC_SEQ WHERE SEQ_MM_NAME = 'CUST_MM_SEQ' Query: DataModifyQuery(sql="DELETE FROM CMP3_MM_PROC_SEQ WHERE SEQ_MM_NAME = 'CUST_MM_SEQ'") [EL Warning]: ddl: 2024-04-17 12:58:12.531--ServerSession(540206885)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 12:58:12.536--ServerSession(540206885)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [EL Severe]: cache: 2024-04-17 12:58:12.808--ServerSession(540206885)-- SoftCacheWeakIdentityMap for: Employee Key: 51 Version: 1 Identity Hash Code: 534643569 Object: Employee: 51 1 elements [EL Severe]: cache: 2024-04-17 12:58:12.808--ServerSession(540206885)-- SoftCacheWeakIdentityMap for: Employee 0 elements [EL Severe]: cache: 2024-04-17 12:58:12.809--ServerSession(540206885)-- SoftCacheWeakIdentityMap for: Employee 0 elements [EL Severe]: cache: 2024-04-17 12:58:12.809--ServerSession(540206885)--Current object locks: End of locked objects. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.233 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.cacheimpl.CacheImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cascadepersist >-- [INFO] Building Test - advanced.cascadepersist 4.0.3-SNAPSHOT [51/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.cascadepersist.CascadePersistTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.cascadepersist.CascadePersistTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.compositepk >-- [INFO] Building Test - advanced.compositepk 4.0.3-SNAPSHOT [52/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 17 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.compositepk.AdvancedCompositePKJunitTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.774 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.compositepk.AdvancedCompositePKJunitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.derivedid >-- [INFO] Building Test - advanced.derivedid 4.0.3-SNAPSHOT [53/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 36 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.derivedid.AdvancedCompositePKJunitTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.846 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.derivedid.AdvancedCompositePKJunitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.customer >-- [INFO] Building Test - advanced.customer 4.0.3-SNAPSHOT [54/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.customer.AbstractEntityWithColumnDiscriminatorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.customer.AbstractEntityWithColumnDiscriminatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.embeddable >-- [INFO] Building Test - advanced.embeddable 4.0.3-SNAPSHOT [55/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.embeddable.EntityEmbeddableTest testSetup [EL Info]: 2024-04-17 12:58:28.519--ServerSession(1113895488)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: ddl: 2024-04-17 12:58:28.918--ServerSession(1113895488)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.embeddable.EntityEmbeddableTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.embeddable.InvalidNamedQueryTest [EL Info]: 2024-04-17 12:58:29.043--ServerSession(70386506)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: ejb: 2024-04-17 12:58:29.106--ServerSession(70386506)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT a FROM Alien a]. [14, 19] The abstract schema type 'Alien' is unknown. [EL Info]: 2024-04-17 12:58:29.119--ServerSession(1311315651)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: ejb: 2024-04-17 12:58:29.159--ServerSession(905940937)--Exception [EclipseLink-0] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT a FROM Alien a]. [14, 19] The abstract schema type 'Alien' is unknown. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.embeddable.InvalidNamedQueryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.multitenant >-- [INFO] Building Test - advanced.multitenant 4.0.3-SNAPSHOT [56/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 12:58:30.48--ServerSession(260840925)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.488--ServerSession(260840925)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:58:30.489--ServerSession(260840925)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.623--ServerSession(429075478)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.625--ServerSession(429075478)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:58:30.626--ServerSession(429075478)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.86--ServerSession(1724256292)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.86--ServerSession(1724256292)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.861--ServerSession(1724256292)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.861--ServerSession(1724256292)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.861--ServerSession(1724256292)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.862--ServerSession(1724256292)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.875--ServerSession(1724457619)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.876--ServerSession(1724457619)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.876--ServerSession(1724457619)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.877--ServerSession(1724457619)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.877--ServerSession(1724457619)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:30.878--ServerSession(1724457619)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenant123JunitTest [EL Warning]: metadata: 2024-04-17 12:58:31.063--ServerSession(1699578227)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:31.065--ServerSession(1699578227)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:58:31.066--ServerSession(1699578227)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: 2024-04-17 12:58:32.588--ServerSession(1699578227)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: metadata: 2024-04-17 12:58:32.62--ServerSession(481525476)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:32.621--ServerSession(481525476)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:58:32.622--ServerSession(481525476)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Severe]: ejb: 2024-04-17 12:58:32.662--ServerSession(481525476)--Exception [EclipseLink-7346] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: The multitenant context property [eclipselink.tenant-id] has not been provided. When the persistence unit property (eclipselink.multitenant.tenants-share-emf) is set to false, all multitenant context properties must be provided up front. This can be done through the persistence unit definition directly or by passing a properties map containing all the multitenant context properties on the create EntityManagerFactory call. [EL Warning]: metadata: 2024-04-17 12:58:32.673--ServerSession(1307810440)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:32.674--ServerSession(1307810440)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:58:32.675--ServerSession(1307810440)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.008 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenant123JunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantSchemaJunitTest [EL Warning]: 2024-04-17 12:58:33.011--ServerSession(1689498062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Can't drop database 'ecltests_MT'; database doesn't exist Error Code: 1008 Call: drop schema ecltests_MT; Query: DataModifyQuery(sql="drop schema ecltests_MT;") [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.288 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantSchemaJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantSharedEMFJunitTest [EL Warning]: metadata: 2024-04-17 12:58:40.285--ServerSession(352830403)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:40.287--ServerSession(352830403)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:58:40.287--ServerSession(352830403)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:40.313--ServerSession(352830403)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 12:58:40.315--ServerSession(352830403)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 12:58:40.315--ServerSession(352830403)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 12:58:40.316--ServerSession(352830403)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantSharedEMFJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantTableCJunitTest [EL Warning]: metadata: 2024-04-17 12:58:41.41--ServerSession(278166606)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:41.41--ServerSession(278166606)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:41.411--ServerSession(278166606)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:41.411--ServerSession(278166606)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:41.411--ServerSession(278166606)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:41.412--ServerSession(278166606)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.932 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantTableCJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantTableJunitTest [EL Warning]: metadata: 2024-04-17 12:58:42.345--ServerSession(2070003473)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:42.345--ServerSession(2070003473)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:42.346--ServerSession(2070003473)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:42.346--ServerSession(2070003473)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:42.346--ServerSession(2070003473)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:58:42.347--ServerSession(2070003473)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.960 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantTableJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantVPDJunitTest WARNING: VPD tests currently run only on an Oracle platform [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantVPDJunitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation >-- [INFO] Building Test - beanvalidation 4.0.3-SNAPSHOT [57/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.beanvalidation.BeanValidationJunitTest Apr 17, 2024 12:58:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.0.Final [EL Warning]: 2024-04-17 12:58:45.739--UnitOfWork(1846568576)--jakarta.validation.ConstraintViolationException: One or more Bean Validation constraints were violated while executing Automatic Bean Validation on callback event: preUpdate for class: org.eclipse.persistence.testing.models.jpa.beanvalidation.Employee. Please refer to the embedded constraint violations for details. [EL Warning]: 2024-04-17 12:58:45.747--UnitOfWork(1846568576)--jakarta.validation.ConstraintViolationException: One or more Bean Validation constraints were violated while executing Automatic Bean Validation on callback event: preUpdate for class: org.eclipse.persistence.testing.models.jpa.beanvalidation.Employee. Please refer to the embedded constraint violations for details. proj proj some long name [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.284 s -- in org.eclipse.persistence.testing.tests.jpa.beanvalidation.BeanValidationJunitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic >-- [INFO] Building Test - beanvalidation.dynamic 4.0.3-SNAPSHOT [58/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.beanvalidation.dynamic.BeanValidationDynamicEntityJunitTest Apr 17, 2024 12:58:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.0.Final [EL Warning]: 2024-04-17 12:58:48.198--UnitOfWork(550707)--jakarta.validation.ConstraintViolationException: One or more Bean Validation constraints were violated while executing Automatic Bean Validation on callback event: preUpdate for class: org.eclipse.persistence.testing.models.jpa.beanvalidation.DynamicEmployee. Please refer to the embedded constraint violations for details. [EL Warning]: 2024-04-17 12:58:48.203--UnitOfWork(550707)--jakarta.validation.ConstraintViolationException: One or more Bean Validation constraints were violated while executing Automatic Bean Validation on callback event: preUpdate for class: org.eclipse.persistence.testing.models.jpa.beanvalidation.DynamicEmployee. Please refer to the embedded constraint violations for details. ConstraintException: One or more Bean Validation constraints were violated while executing Automatic Bean Validation on callback event: preUpdate for class: org.eclipse.persistence.testing.models.jpa.beanvalidation.DynamicEmployee. Please refer to the embedded constraint violations for details. >> surname::must not be null >> name::must not be null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 s -- in org.eclipse.persistence.testing.tests.jpa.beanvalidation.dynamic.BeanValidationDynamicEntityJunitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cascadedeletes >-- [INFO] Building Test - cascadedeletes 4.0.3-SNAPSHOT [59/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.cascadedeletes.CascadeDeletesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 s -- in org.eclipse.persistence.testing.tests.jpa.cascadedeletes.CascadeDeletesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.complexaggregate >-- [INFO] Building Test - complexaggregate 4.0.3-SNAPSHOT [60/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.complexaggregate.ComplexAggregateTest [EL Warning]: metadata: 2024-04-17 12:58:52.625--ServerSession(647149086)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 12:58:52.638--ServerSession(647149086)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 12:58:52.649--ServerSession(647149086)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.364 s -- in org.eclipse.persistence.testing.tests.jpa.complexaggregate.ComplexAggregateTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.common >-- [INFO] Building Test - composite.advanced.common 4.0.3-SNAPSHOT [61/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] No tests to run. [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_1 [INFO] Copying 12 resources from target/classes to target/member_1 [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_2 [INFO] Copying 16 resources from target/classes to target/member_2 [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_3 [INFO] Copying 14 resources from target/classes to target/member_3 [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_1.jar [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_2.jar [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_3.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] skipping... [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 >-- [INFO] Building Test - composite.advanced.member_1 4.0.3-SNAPSHOT [62/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] No tests to run. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 >-- [INFO] Building Test - composite.advanced.member_2 4.0.3-SNAPSHOT [63/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] No tests to run. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 >-- [INFO] Building Test - composite.advanced.member_3 4.0.3-SNAPSHOT [64/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] No tests to run. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced >-- [INFO] Building Test - composite.advanced 4.0.3-SNAPSHOT [65/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.composite.advanced.EntityManagerJUnitTest [EL Warning]: metamodel: 2024-04-17 12:58:56.826--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: properties: 2024-04-17 12:58:58.029--ServerSession(1215023524)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024-04-17 12:58:58.031--ServerSession(889753223)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024-04-17 12:58:58.031--ServerSession(827248723)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024-04-17 12:58:58.033--ServerSession(1215023524)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024-04-17 12:58:58.033--ServerSession(889753223)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024-04-17 12:58:58.033--ServerSession(827248723)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: 2024-04-17 12:58:58.173--ClientSession(364266169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: 2024-04-17 12:58:58.215--ClientSession(859604881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: 2024-04-17 12:58:58.255--ClientSession(1488608048)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.353--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: 2024-04-17 12:58:58.353--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.355--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: 2024-04-17 12:58:58.355--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.553--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-04-17 12:58:58.553--UnitOfWork(1047000562)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.composite.advanced.member_1.Address@1e0a864d) [EL Severe]: 2024-04-17 12:58:58.58--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.58--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.58--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-04-17 12:58:58.58--ClientSession(1985280051)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.606--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.606--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.607--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-04-17 12:58:58.607--ClientSession(1547965072)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.632--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.632--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.632--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-04-17 12:58:58.632--ClientSession(593308118)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.662--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.662--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.663--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-04-17 12:58:58.663--ClientSession(738590621)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.689--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.689--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024-04-17 12:58:58.689--ServerSession(827248723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024-04-17 12:58:58.69--ClientSession(1217883757)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: metamodel: 2024-04-17 12:58:58.853--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: metamodel: 2024-04-17 12:58:58.949--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: 2024-04-17 12:58:59.103--UnitOfWork(327853004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 Error Code: 1406 Call: INSERT INTO MBR2_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, PAY_SCALE, ROOM_NUM, STATUS, VERSION, START_TIME, END_TIME, START_OVERTIME, END_OVERTIME, FORMER_COMPANY, FORMER_END_DATE, FORMER_START_DATE, END_DATE, START_DATE, ADDR_ID, DEPT_ID, MANAGER_EMP_ID, HUGE_PROJ_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [166, firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, null, null, null, 0, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] Query: InsertObjectQuery(Employee: 166) WARNING: This database does not support NOWAIT. WARNING: Can't run this test because SELECT FOR UPDATE NO WAIT is not supported on this platform [EL Warning]: metamodel: 2024-04-17 12:58:59.386--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: metamodel: 2024-04-17 12:58:59.472--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: 2024-04-17 12:58:59.618--UnitOfWork(913902572)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 203] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 203 [EL Warning]: 2024-04-17 12:58:59.626--UnitOfWork(403388441)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 204] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 204 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection Ds - Allocating new non-tx connection [EL Warning]: 2024-04-17 12:59:00.562--UnitOfWork(1628741541)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee] is mapped to a primary key column in the database. Updates are not allowed. [EL Warning]: 2024-04-17 12:59:00.569--UnitOfWork(783130773)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.composite.advanced.member_3.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed. [EL Warning]: 2024-04-17 12:59:00.655--UnitOfWork(1262573693)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 265] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 265 [EL Warning]: 2024-04-17 12:59:00.872--UnitOfWork(1371182382)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 284] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 284 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Warning]: 2024-04-17 12:59:01.042--UnitOfWork(1223820621)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 314] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 314 [EL Warning]: 2024-04-17 12:59:01.077--UnitOfWork(903297131)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 317] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 317 [INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.012 s -- in org.eclipse.persistence.testing.tests.jpa.composite.advanced.EntityManagerJUnitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Not generating server-side descriptors... [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inheritance >-- [INFO] Building Test - advanced.inheritance 4.0.3-SNAPSHOT [66/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 90 source files with javac [debug deprecation release 11] to target/classes [INFO] [EL Info]: processor: Creating static metadata factory ... [INFO] [EL Info]: processor: File loaded : META-INF/orm.xml, is eclipselink-orm file: false [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.MacBookPro_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SuperclassEntityJoined_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Jalopy_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Desktop_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SubclassEntityJoined_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Company_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.DDD_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SeededFruit_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Laptop_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.BBB_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Bomb_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Assassin_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.TireInfoMappedSuperclass_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.CCC_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Bicycle_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SoftwareEngineer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Bus_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SportsCar_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.MudTireInfo_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.TireRatingComment_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.PassengerPerformanceTireInfo_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.MappedSuperclassSingleTable_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Car_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Betta_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Elimination_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Vehicle_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.ContractedPersonel_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.OffRoadTireInfo_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.IndirectWeapon_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.ImaginaryCar_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.CitrusFruit_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SocialClub_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.AAA_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SuperclassEntitySingleTable_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.TireRating_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Hotel_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.MappedSuperclassTablePerClass_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SubclassEntitySingleTable_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Knife_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Lawyer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.IndirectElimination_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Sheraton_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Poison_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Computer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.RockTireInfo_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.FishTank_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.AbstractBus_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SmallAssignment_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Fish_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.HotelId_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Boat_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SubclassEntityTablePerClass_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Assignment_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Person_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Gun_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.MappedSuperclassJoined_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Apple_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Engineer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Weapon_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.DirectWeapon_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.Seed_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SuperclassEntityTablePerClass_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.ComputerSuperclass_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.NonFueledVehicle_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.PetStore_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.DirectElimination_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.MacBook_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.ComputerPK_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.PerformanceTireInfo_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.VehicleDirectory_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.SeniorEngineer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inheritance.FueledVehicle_' already exists on the sourcepath or classpath [WARNING] No processor claimed any of these annotations: /jakarta.persistence.EmbeddedId,/org.eclipse.persistence.annotations.TypeConverter,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.PreUpdate,/jakarta.persistence.ExcludeDefaultListeners,/jakarta.persistence.PrimaryKeyJoinColumns,/jakarta.persistence.EntityListeners,/jakarta.persistence.JoinTable,/jakarta.persistence.Basic,/jakarta.persistence.Column,/org.eclipse.persistence.annotations.Cache,/jakarta.persistence.JoinColumn,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/jakarta.persistence.ManyToMany,/jakarta.persistence.PreRemove,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.OneToOne,/jakarta.persistence.Transient,/org.eclipse.persistence.annotations.PrimaryKey,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/org.eclipse.persistence.annotations.ClassExtractor,/jakarta.persistence.OneToMany,/org.eclipse.persistence.annotations.Customizer,/org.eclipse.persistence.annotations.OptimisticLocking,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.persistence.Embedded,/jakarta.persistence.ManyToOne,/jakarta.persistence.Embeddable,/jakarta.persistence.NamedQuery,/jakarta.persistence.ElementCollection,/org.eclipse.persistence.annotations.Convert,/jakarta.persistence.IdClass,/jakarta.persistence.PrePersist,/jakarta.persistence.NamedQueries,/jakarta.persistence.MapKey,/jakarta.persistence.DiscriminatorColumn,/jakarta.persistence.PostUpdate,/jakarta.persistence.PrimaryKeyJoinColumn,/org.eclipse.persistence.annotations.JoinFetch,/jakarta.persistence.AttributeOverride [INFO] [EL Info]: processor: File loaded : META-INF/orm.xml, is eclipselink-orm file: false [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/OffRoadTireInfo.java:[28,38] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/Bus.java:[38,59] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/SchoolBus.java:[22,32] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.AbstractBus missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.AbstractBus [WARNING] Implicitly compiled files were not subject to annotation processing. Use -implicit to specify a policy for implicit compilation. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.DeleteAllQueryInheritanceJunitTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.959 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.DeleteAllQueryInheritanceJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.EntityManagerTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.EntityManagerTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.JoinedAttributeInheritanceJunitTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.992 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.JoinedAttributeInheritanceJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.LifecycleCallbackJunitTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.918 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.LifecycleCallbackJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.MixedInheritanceTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.MixedInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.MultipleTableInheritanceCreateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.MultipleTableInheritanceCreateTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.ReportQueryMultipleReturnInheritanceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.ReportQueryMultipleReturnInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceDDLTest [EL Warning]: 2024-04-17 12:59:13.593--UnitOfWork(376330861)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@26463a6] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 1 [EL Warning]: 2024-04-17 12:59:13.61--UnitOfWork(557331894)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@1a6dc5ea] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin Primary Key> 3 [EL Warning]: 2024-04-17 12:59:13.615--UnitOfWork(2095254539)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@24a3d414] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 4 [EL Warning]: 2024-04-17 12:59:13.622--UnitOfWork(1567310543)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@4ad1a276] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Gun Primary Key> 1 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.071 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceDDLTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceJUnitTest [EL Warning]: 2024-04-17 12:59:14.661--UnitOfWork(573972003)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@24f177f5] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 51 [EL Warning]: 2024-04-17 12:59:14.666--UnitOfWork(1097632693)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@5855b0ed] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin Primary Key> 53 [EL Warning]: 2024-04-17 12:59:14.669--UnitOfWork(149888344)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@340b4f07] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 54 [EL Warning]: 2024-04-17 12:59:14.675--UnitOfWork(86411583)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@1fc3df43] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.inheritance.Gun Primary Key> 51 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceJUnitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inherited >-- [INFO] Building Test - advanced.inherited 4.0.3-SNAPSHOT [67/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 47 source files with javac [debug deprecation release 11] to target/classes [INFO] [EL Info]: processor: Creating static metadata factory ... [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] [EL Warning]: metadata: ServerSession(1264157515)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [WARNING] [EL Warning]: metadata: ServerSession(1264157515)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Birthday_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.BecksTag_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.ServiceTime_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.ExpertBeerConsumer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.EmbeddedTimeCaption_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Certification_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Record_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.CommitteeDates_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Alpine_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.VenueHistory_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Accredidation_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.CoronaTag_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Corona_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.LawnMower_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Consumable_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Venue_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Beverage_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Canadian_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Blue_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.OfficialEntry_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.NodeImpl_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumber_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.RatedBeerConsumer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.PowerTool_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Witness_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.RedStripe_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Official_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.SerialNumber_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Bylaw_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Beer_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Becks_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.TrackableTime_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.BlueLight_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Location_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Committee_' already exists on the sourcepath or classpath [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.inherited.Heineken_' already exists on the sourcepath or classpath [WARNING] No processor claimed any of these annotations: /jakarta.persistence.MapKeyJoinColumn,/jakarta.persistence.Access,/jakarta.persistence.OrderColumn,/jakarta.persistence.AssociationOverrides,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.PreUpdate,/jakarta.persistence.MapKeyColumn,/jakarta.persistence.JoinTable,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.MapKeyTemporal,/jakarta.persistence.JoinColumn,/jakarta.persistence.ManyToMany,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/jakarta.persistence.PreRemove,/jakarta.persistence.SecondaryTable,/org.eclipse.persistence.annotations.OrderCorrection,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.Temporal,/jakarta.persistence.OneToOne,/org.eclipse.persistence.annotations.ExistenceChecking,/jakarta.persistence.Transient,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/jakarta.persistence.JoinColumns,/jakarta.persistence.OrderBy,/jakarta.persistence.OneToMany,/jakarta.persistence.AssociationOverride,/jakarta.persistence.Table,/jakarta.persistence.Embedded,/jakarta.persistence.CollectionTable,/jakarta.persistence.ManyToOne,/jakarta.persistence.Embeddable,/jakarta.persistence.NamedQuery,/jakarta.persistence.ElementCollection,/jakarta.persistence.IdClass,/org.eclipse.persistence.annotations.Mutable,/jakarta.persistence.PrePersist,/jakarta.persistence.MapKeyClass,/org.eclipse.persistence.annotations.BasicMap,/jakarta.persistence.AttributeOverrides,/jakarta.persistence.MapKey,/jakarta.persistence.PostUpdate,/jakarta.persistence.PrimaryKeyJoinColumn,/jakarta.persistence.AttributeOverride [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[47,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[81,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[101,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[53,12] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[75,12] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[92,34] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[34,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[40,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[65,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[41,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[79,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[99,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[67,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[114,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[143,28] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] Implicitly compiled files were not subject to annotation processing. Use -implicit to specify a policy for implicit compilation. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/EmbeddableSuperclassJunitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/EmbeddableSuperclassJunitTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 12:59:16.855--ServerSession(1486566962)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: 2024-04-17 12:59:16.861--ServerSession(1486566962)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: 2024-04-17 12:59:16.887--ServerSession(1486566962)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:59:16.89--ServerSession(1486566962)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:59:16.94--ServerSession(1486566962)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:16.945--ServerSession(1486566962)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:16.946--ServerSession(1486566962)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:16.946--ServerSession(1486566962)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.EmbeddableSuperclassJunitTest [EL Warning]: metadata: 2024-04-17 12:59:17.211--ServerSession(835146383)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: 2024-04-17 12:59:17.213--ServerSession(835146383)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: 2024-04-17 12:59:17.218--ServerSession(835146383)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:59:17.22--ServerSession(835146383)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:59:17.228--ServerSession(835146383)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:17.23--ServerSession(835146383)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:17.23--ServerSession(835146383)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:17.231--ServerSession(835146383)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:17.78--ServerSession(835146383)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 12:59:17.787--ServerSession(835146383)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: 2024-04-17 12:59:17.887--ServerSession(835146383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_ACCLAIMS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_ACCLAIMS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_ACCLAIMS") [EL Warning]: 2024-04-17 12:59:17.901--ServerSession(835146383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_AUDIO' Error Code: 1051 Call: drop table EXPERT_CONSUMER_AUDIO Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AUDIO") [EL Warning]: 2024-04-17 12:59:17.902--ServerSession(835146383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_AWARDS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_AWARDS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AWARDS") [EL Warning]: 2024-04-17 12:59:17.904--ServerSession(835146383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_DESIGNATIONS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_DESIGNATIONS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_DESIGNATIONS") [EL Warning]: 2024-04-17 12:59:17.906--ServerSession(835146383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_RECORDS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_RECORDS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_RECORDS") [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.EmbeddableSuperclassJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCRUDTest [EL Info]: 2024-04-17 12:59:19.399--DatabaseSessionImpl(896945135)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCRUDTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCallbacksJunitTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCallbacksJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.InheritedModelJunitTest [EL Warning]: 2024-04-17 12:59:21.856--ServerSession(835146383)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [NOVICE_CONSUMER_DESIGNATIONS.ORDER_COLUMN] contains wrong values: [null, 1, 2] Query: DirectReadQuery(name="designations" sql="SELECT t0.DESIGNATION, t0.ORDER_COLUMN FROM NOVICE_CONSUMER_DESIGNATIONS t0 WHERE (t0.NOVICE_CONSUMER_ID = ?)") [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.521 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.InheritedModelJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.OrderedListAttributeChangeTrackingJunitTest [EL Info]: 2024-04-17 12:59:23.019--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.043--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.106--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.122--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.18--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.196--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.236--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.25--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.29--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.31--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.359--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.375--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Info]: 2024-04-17 12:59:23.422--ServerSession(835146383)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.424 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.OrderedListAttributeChangeTrackingJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.OrderedListJunitTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.OrderedListJunitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.criteria >-- [INFO] Building Test - criteria 4.0.3-SNAPSHOT [68/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.criteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/compositepk/AdvancedCompositePKJunitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/compositepk/AdvancedCompositePKJunitTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 12:59:26.658--ServerSession(1794768050)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: 2024-04-17 12:59:26.664--ServerSession(1794768050)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: 2024-04-17 12:59:26.671--ServerSession(1794768050)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:59:26.673--ServerSession(1794768050)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:59:26.687--ServerSession(1794768050)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:26.689--ServerSession(1794768050)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:26.69--ServerSession(1794768050)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:26.69--ServerSession(1794768050)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.AdvancedCriteriaQueryTest [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.218 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.AdvancedCriteriaQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.AdvancedQueryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.584 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.AdvancedQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.CriteriaQueryCastTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.CriteriaQueryCastTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaMetamodelTest results are :[28] [INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.109 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaMetamodelTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaSimpleTest results are :[28] [INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.661 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaSimpleTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaUnitTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.481 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.QueryCastTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.391 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.QueryCastTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.compositepk.AdvancedCompositePKJunitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.568 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.compositepk.AdvancedCompositePKJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.derivedid.AdvancedCompositePKJunitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.508 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.derivedid.AdvancedCompositePKJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.CriteriaQueryCastTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.CriteriaQueryCastTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.JUnitCriteriaMetamodelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.JUnitCriteriaMetamodelTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.QueryCastTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.949 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.QueryCastTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inherited.CriteriaQueryCastTest [EL Warning]: metadata: 2024-04-17 12:59:47.817--ServerSession(363330984)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: 2024-04-17 12:59:47.818--ServerSession(363330984)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: 2024-04-17 12:59:47.822--ServerSession(363330984)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:59:47.823--ServerSession(363330984)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:59:47.829--ServerSession(363330984)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:47.83--ServerSession(363330984)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:47.83--ServerSession(363330984)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:47.83--ServerSession(363330984)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:47.898--ServerSession(363330984)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 12:59:47.901--ServerSession(363330984)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.217 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inherited.CriteriaQueryCastTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inherited.JUnitCriteriaMetamodelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.971 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inherited.JUnitCriteriaMetamodelTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inherited.QueryCastTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inherited.QueryCastTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 327, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datatypes >-- [INFO] Building Test - datatypes 4.0.3-SNAPSHOT [69/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.datatypes/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.datatypes.BooleanTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.943 s -- in org.eclipse.persistence.testing.tests.jpa.datatypes.BooleanTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.datatypes.DoesRelationConformTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.persistence.testing.tests.jpa.datatypes.DoesRelationConformTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.datatypes.NullBindingTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.eclipse.persistence.testing.tests.jpa.datatypes.NullBindingTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.datatypes.arraypks.PrimitiveArrayPKCachingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.jpa.datatypes.arraypks.PrimitiveArrayPKCachingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datetime >-- [INFO] Building Test - datetime 4.0.3-SNAPSHOT [70/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.datetime/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.datetime.NullBindingTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 s -- in org.eclipse.persistence.testing.tests.jpa.datetime.NullBindingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.ddlgeneration >-- [INFO] Building Test - ddlgeneration 4.0.3-SNAPSHOT [71/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 102 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 12:59:57.577--ServerSession(1241529534)--The tenant discriminator context property for the tenant discriminator column [DDL_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:59:57.585--ServerSession(1241529534)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:59:57.612--ServerSession(1241529534)--The reference column name [Cliente] mapped on the element [field operaciones] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:57.751--ServerSession(811207775)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:59:57.752--ServerSession(811207775)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:59:57.752--ServerSession(811207775)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:59:57.753--ServerSession(811207775)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationExtendTablesTest [EL Warning]: metadata: 2024-04-17 12:59:58.031--ServerSession(265577219)--The tenant discriminator context property for the tenant discriminator column [DDL_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 12:59:58.033--ServerSession(265577219)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 12:59:58.051--ServerSession(265577219)--The reference column name [Cliente] mapped on the element [field operaciones] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 12:59:58.67--ServerSession(265577219)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 12:59:58.677--ServerSession(265577219)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 12:59:58.681--ServerSession(265577219)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 12:59:58.681--ServerSession(265577219)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 12:59:58.682--ServerSession(265577219)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 12:59:58.683--ServerSession(265577219)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 12:59:58.684--ServerSession(265577219)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: 2024-04-17 12:59:59.265--ServerSession(265577219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [EL Warning]: 2024-04-17 12:59:59.635--ServerSession(265577219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)") [EL Warning]: 2024-04-17 12:59:59.914--ServerSession(265577219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' Error Code: 1822 Call: ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE) Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)") [EL Warning]: 2024-04-17 13:00:00.812--UnitOfWork(1859216983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_COURSE' doesn't exist Error Code: 1146 Call: SELECT ID FROM DDL_COURSE Query: ReadAllQuery(referenceClass=Course sql="SELECT ID FROM DDL_COURSE") [EL Warning]: metadata: 2024-04-17 13:00:00.91--ServerSession(190868662)--The tenant discriminator context property for the tenant discriminator column [DDL_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:00:00.911--ServerSession(190868662)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:00:00.916--ServerSession(190868662)--The reference column name [Cliente] mapped on the element [field operaciones] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 13:00:00.954--ServerSession(190868662)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 13:00:00.958--ServerSession(190868662)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 13:00:00.96--ServerSession(190868662)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 13:00:00.96--ServerSession(190868662)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 13:00:00.961--ServerSession(190868662)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 13:00:00.962--ServerSession(190868662)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 13:00:00.963--ServerSession(190868662)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: 2024-04-17 13:00:00.983--ServerSession(190868662)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [EL Warning]: 2024-04-17 13:00:01.499--ServerSession(190868662)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTC_A_F_NAME' in the referenced table 'DDL_CKENTA' Error Code: 1822 Call: ALTER TABLE DDL_CKENTC ADD CONSTRAINT FK_DDL_CKENTC_A_F_NAME FOREIGN KEY (A_F_NAME, A_L_NAME, A_SEQ) REFERENCES DDL_CKENTA (F_NAME, L_NAME, SEQ) Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTC ADD CONSTRAINT FK_DDL_CKENTC_A_F_NAME FOREIGN KEY (A_F_NAME, A_L_NAME, A_SEQ) REFERENCES DDL_CKENTA (F_NAME, L_NAME, SEQ)") [EL Warning]: 2024-04-17 13:00:01.537--ServerSession(190868662)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)") [EL Warning]: 2024-04-17 13:00:01.788--ServerSession(190868662)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' Error Code: 1822 Call: ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE) Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)") [EL Warning]: 2024-04-17 13:00:02.153--UnitOfWork(163160871)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT' cannot be null Error Code: 1048 Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?) bind => [3, null, null] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@64aad809) [EL Warning]: 2024-04-17 13:00:02.157--UnitOfWork(840400805)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER' cannot be null Error Code: 1048 Call: INSERT INTO PropertyRecord_PROPERTYINFOS (PropertyRecord_ID, CITY, PLUSFOUR, STREET_NAME, STATE, ZIPNUM, PARCEL_NUMBER, SQUARE_FEET, ASSESSMENT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [4, Ottawa, 1234, Main, Ontario, 78627, null, 2, 10] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@e26af6) [EL Warning]: 2024-04-17 13:00:02.164--UnitOfWork(1115099772)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.COLUMN1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 1, 2, 2, 2] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@3bd6ba24) [EL Warning]: 2024-04-17 13:00:02.166--UnitOfWork(1484119658)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.UCforColumn2' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 2, 1, 2, 2] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@4c7e978c) [EL Warning]: 2024-04-17 13:00:02.167--UnitOfWork(738590621)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY1.UNQ_DDL_UCENTITY1_0' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 2, 2, 1, 1] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@608fe01f) [EL Warning]: 2024-04-17 13:00:02.173--UnitOfWork(172711139)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.COLUMN1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 1, 2, 2, 2] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@35a60674) [EL Warning]: 2024-04-17 13:00:02.175--UnitOfWork(560897187)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_0' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 2, 1, 2, 2] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@f5b6e78) [EL Warning]: 2024-04-17 13:00:02.176--UnitOfWork(2137552114)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 2, 2, 1, 1] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@75120e58) [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.432 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationExtendTablesTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationTest [EL Warning]: 2024-04-17 13:00:02.383--UnitOfWork(1625097607)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT' cannot be null Error Code: 1048 Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?) bind => [9, null, null] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@dd2856e) [EL Warning]: 2024-04-17 13:00:02.385--UnitOfWork(823405912)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER' cannot be null Error Code: 1048 Call: INSERT INTO PropertyRecord_PROPERTYINFOS (PropertyRecord_ID, CITY, PLUSFOUR, STREET_NAME, STATE, ZIPNUM, PARCEL_NUMBER, SQUARE_FEET, ASSESSMENT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [10, Ottawa, 1234, Main, Ontario, 78627, null, 2, 10] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@338766de) [EL Warning]: 2024-04-17 13:00:02.41--UnitOfWork(740950652)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.COLUMN1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 1, 2, 2, 2] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@4baed682) [EL Warning]: 2024-04-17 13:00:02.412--UnitOfWork(1238047663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.UCforColumn2' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 2, 1, 2, 2] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@118dcbbd) [EL Warning]: 2024-04-17 13:00:02.414--UnitOfWork(623224248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY1.UNQ_DDL_UCENTITY1_0' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 2, 2, 1, 1] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@3664f108) [EL Warning]: 2024-04-17 13:00:02.42--UnitOfWork(1609509548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.COLUMN1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 1, 2, 2, 2] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@2740e316) [EL Warning]: 2024-04-17 13:00:02.421--UnitOfWork(877785117)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_0' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 2, 1, 2, 2] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@7f973a14) [EL Warning]: 2024-04-17 13:00:02.422--UnitOfWork(1563699545)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_1' Error Code: 1062 Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) bind => [2, 2, 2, 1, 1] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@72503b19) [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLTableSuffixTest [EL Warning]: metadata: 2024-04-17 13:00:02.609--ServerSession(1768473046)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 13:00:02.611--ServerSession(1768473046)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 13:00:02.612--ServerSession(1768473046)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLTableSuffixTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.multitenant.DDLMultitenantTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.multitenant.DDLMultitenantTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.multitenant.DDLTablePerTenantTest [EL Warning]: metadata: 2024-04-17 13:00:02.716--ServerSession(428468422)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:00:02.717--ServerSession(428468422)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:00:02.717--ServerSession(428468422)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:00:02.718--ServerSession(428468422)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.multitenant.DDLTablePerTenantTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.tableperclass.DDLTablePerClassTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.tableperclass.DDLTablePerClassTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.weaving.DDLWeavingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.weaving.DDLWeavingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.lob >-- [INFO] Building Test - lob 4.0.3-SNAPSHOT [72/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.lob/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.lob.LobTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s -- in org.eclipse.persistence.testing.tests.jpa.lob.LobTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.delimited >-- [INFO] Building Test - delimited 4.0.3-SNAPSHOT [73/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.delimited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.delimited.DelimitedPUTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 s -- in org.eclipse.persistence.testing.tests.jpa.delimited.DelimitedPUTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.diagnostic >-- [INFO] Building Test - diagnostic 4.0.3-SNAPSHOT [74/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.diagnostic.DiagnosticTest [EL Finer]: connection: 2024-04-17 13:00:10.588--ServerSession(233519968)--client acquired: 1805412777 [EL Finer]: transaction: 2024-04-17 13:00:10.605--ClientSession(1805412777)--acquire unit of work: 438228197 [EL Finest]: transaction: 2024-04-17 13:00:10.605--UnitOfWork(438228197)--register_new_for_persist (There is no English translation for this message.) [EL Finest]: transaction: 2024-04-17 13:00:10.608--UnitOfWork(438228197)--register_new_for_persist (There is no English translation for this message.) [EL Finer]: transaction: 2024-04-17 13:00:10.608--UnitOfWork(438228197)--begin unit of work flush [EL Finest]: query: 2024-04-17 13:00:10.612--UnitOfWork(438228197)--Execute query InsertObjectQuery(BranchADiagnostic{id=1}) [EL Fine]: connection: 2024-04-17 13:00:10.613--ServerSession(233519968)--Connection(2146613458)--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 13:00:10.633--ServerSession(233519968)--Connection(1537912396)--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Finest]: connection: 2024-04-17 13:00:10.634--ServerSession(233519968)--Connection(1537912396)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024-04-17 13:00:10.634--ClientSession(1805412777)--Connection(1537912396)--begin transaction [EL Fine]: sql: 2024-04-17 13:00:10.637--ClientSession(1805412777)--Connection(1537912396)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?) bind => [1 parameter bound] [EL Finest]: query: 2024-04-17 13:00:10.641--UnitOfWork(438228197)--Execute query InsertObjectQuery(BranchBDiagnostic{id=11}) [EL Fine]: sql: 2024-04-17 13:00:10.641--ClientSession(1805412777)--Connection(1537912396)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?) bind => [2 parameters bound] [EL Finer]: transaction: 2024-04-17 13:00:10.642--UnitOfWork(438228197)--end unit of work flush [EL Finer]: transaction: 2024-04-17 13:00:10.645--UnitOfWork(438228197)--resume unit of work [EL Finer]: transaction: 2024-04-17 13:00:10.645--UnitOfWork(438228197)--begin unit of work commit [EL Finer]: transaction: 2024-04-17 13:00:10.649--ClientSession(1805412777)--Connection(1537912396)--commit transaction [EL Finest]: connection: 2024-04-17 13:00:10.65--ServerSession(233519968)--Connection(1537912396)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 13:00:10.653--UnitOfWork(438228197)--end unit of work commit [EL Finer]: transaction: 2024-04-17 13:00:10.653--UnitOfWork(438228197)--resume unit of work [EL Finest]: transaction: 2024-04-17 13:00:10.654--UnitOfWork(438228197)--deleting_object (There is no English translation for this message.) [EL Finer]: transaction: 2024-04-17 13:00:10.654--UnitOfWork(438228197)--begin unit of work commit [EL Finest]: query: 2024-04-17 13:00:10.655--UnitOfWork(438228197)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic ) [EL Finest]: query: 2024-04-17 13:00:10.661--UnitOfWork(438228197)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1}) [EL Finest]: query: 2024-04-17 13:00:10.662--UnitOfWork(438228197)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=11}) [EL Finest]: connection: 2024-04-17 13:00:10.662--ServerSession(233519968)--Connection(1537912396)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024-04-17 13:00:10.663--ClientSession(1805412777)--Connection(1537912396)--begin transaction [EL Fine]: sql: 2024-04-17 13:00:10.663--ClientSession(1805412777)--Connection(1537912396)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?) bind => [2 parameters bound] [EL Finest]: query: 2024-04-17 13:00:10.665--UnitOfWork(438228197)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=11}) [EL Fine]: sql: 2024-04-17 13:00:10.666--ClientSession(1805412777)--Connection(1537912396)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?) bind => [1 parameter bound] [EL Finer]: transaction: 2024-04-17 13:00:10.666--ClientSession(1805412777)--Connection(1537912396)--commit transaction [EL Finest]: connection: 2024-04-17 13:00:10.667--ServerSession(233519968)--Connection(1537912396)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 13:00:10.668--UnitOfWork(438228197)--end unit of work commit [EL Finer]: transaction: 2024-04-17 13:00:10.668--UnitOfWork(438228197)--resume unit of work [EL Finer]: transaction: 2024-04-17 13:00:10.669--UnitOfWork(438228197)--begin unit of work commit [EL Finest]: query: 2024-04-17 13:00:10.669--UnitOfWork(438228197)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1}) [EL Finer]: transaction: 2024-04-17 13:00:10.669--UnitOfWork(438228197)--end unit of work commit [EL Finer]: transaction: 2024-04-17 13:00:10.67--UnitOfWork(438228197)--resume unit of work [EL Finest]: query: 2024-04-17 13:00:10.674--UnitOfWork(438228197)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024-04-17 13:00:10.675--UnitOfWork(438228197)--validate object space. [EL Warning]: cache: 2024-04-17 13:00:10.675--UnitOfWork(438228197)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=1}] [EL Warning]: cache: 2024-04-17 13:00:10.675--UnitOfWork(438228197)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024-04-17 13:00:10.676--UnitOfWork(438228197)--corrupt object: BranchBDiagnostic{id=11} [EL Finer]: transaction: 2024-04-17 13:00:10.676--UnitOfWork(438228197)--release unit of work [EL Finer]: connection: 2024-04-17 13:00:10.676--ClientSession(1805412777)--client released [EL Finer]: connection: 2024-04-17 13:00:10.677--ServerSession(440472115)--client acquired: 1682619279 [EL Finer]: transaction: 2024-04-17 13:00:10.678--ClientSession(1682619279)--acquire unit of work: 1882348832 [EL Finest]: transaction: 2024-04-17 13:00:10.678--UnitOfWork(1882348832)--register_new_for_persist (There is no English translation for this message.) [EL Finest]: transaction: 2024-04-17 13:00:10.678--UnitOfWork(1882348832)--register_new_for_persist (There is no English translation for this message.) [EL Finer]: transaction: 2024-04-17 13:00:10.678--UnitOfWork(1882348832)--begin unit of work flush [EL Finest]: query: 2024-04-17 13:00:10.679--UnitOfWork(1882348832)--Execute query InsertObjectQuery(BranchADiagnostic{id=2}) [EL Fine]: connection: 2024-04-17 13:00:10.679--ServerSession(440472115)--Connection(1476812556)--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024-04-17 13:00:10.699--ServerSession(440472115)--Connection(410958248)--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) [EL Finest]: connection: 2024-04-17 13:00:10.7--ServerSession(440472115)--Connection(410958248)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024-04-17 13:00:10.7--ClientSession(1682619279)--Connection(410958248)--begin transaction [EL Fine]: sql: 2024-04-17 13:00:10.7--ClientSession(1682619279)--Connection(410958248)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?) bind => [1 parameter bound] [EL Finest]: query: 2024-04-17 13:00:10.702--UnitOfWork(1882348832)--Execute query InsertObjectQuery(BranchBDiagnostic{id=22}) [EL Fine]: sql: 2024-04-17 13:00:10.702--ClientSession(1682619279)--Connection(410958248)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?) bind => [2 parameters bound] [EL Finer]: transaction: 2024-04-17 13:00:10.703--UnitOfWork(1882348832)--end unit of work flush [EL Finer]: transaction: 2024-04-17 13:00:10.704--UnitOfWork(1882348832)--resume unit of work [EL Finer]: transaction: 2024-04-17 13:00:10.704--UnitOfWork(1882348832)--begin unit of work commit [EL Finer]: transaction: 2024-04-17 13:00:10.704--ClientSession(1682619279)--Connection(410958248)--commit transaction [EL Finest]: connection: 2024-04-17 13:00:10.705--ServerSession(440472115)--Connection(410958248)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 13:00:10.706--UnitOfWork(1882348832)--end unit of work commit [EL Finer]: transaction: 2024-04-17 13:00:10.707--UnitOfWork(1882348832)--resume unit of work [EL Finest]: transaction: 2024-04-17 13:00:10.707--UnitOfWork(1882348832)--deleting_object (There is no English translation for this message.) [EL Finer]: transaction: 2024-04-17 13:00:10.707--UnitOfWork(1882348832)--begin unit of work commit [EL Finest]: query: 2024-04-17 13:00:10.707--UnitOfWork(1882348832)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic ) [EL Finest]: query: 2024-04-17 13:00:10.708--UnitOfWork(1882348832)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2}) [EL Finest]: query: 2024-04-17 13:00:10.708--UnitOfWork(1882348832)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=22}) [EL Finest]: connection: 2024-04-17 13:00:10.708--ServerSession(440472115)--Connection(410958248)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024-04-17 13:00:10.708--ClientSession(1682619279)--Connection(410958248)--begin transaction [EL Fine]: sql: 2024-04-17 13:00:10.709--ClientSession(1682619279)--Connection(410958248)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?) bind => [2 parameters bound] [EL Finest]: query: 2024-04-17 13:00:10.71--UnitOfWork(1882348832)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=22}) [EL Fine]: sql: 2024-04-17 13:00:10.71--ClientSession(1682619279)--Connection(410958248)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?) bind => [1 parameter bound] [EL Finer]: transaction: 2024-04-17 13:00:10.711--ClientSession(1682619279)--Connection(410958248)--commit transaction [EL Finest]: connection: 2024-04-17 13:00:10.712--ServerSession(440472115)--Connection(410958248)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024-04-17 13:00:10.712--UnitOfWork(1882348832)--end unit of work commit [EL Finer]: transaction: 2024-04-17 13:00:10.712--UnitOfWork(1882348832)--resume unit of work [EL Finer]: transaction: 2024-04-17 13:00:10.712--UnitOfWork(1882348832)--begin unit of work commit [EL Finest]: query: 2024-04-17 13:00:10.713--UnitOfWork(1882348832)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2}) [EL Finer]: transaction: 2024-04-17 13:00:10.713--UnitOfWork(1882348832)--end unit of work commit [EL Finer]: transaction: 2024-04-17 13:00:10.713--UnitOfWork(1882348832)--resume unit of work [EL Finest]: query: 2024-04-17 13:00:10.727--UnitOfWork(1882348832)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024-04-17 13:00:10.727--UnitOfWork(1882348832)--validate object space. [EL Warning]: cache: 2024-04-17 13:00:10.727--UnitOfWork(1882348832)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}] [EL Warning]: cache: 2024-04-17 13:00:10.727--UnitOfWork(1882348832)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024-04-17 13:00:10.728--UnitOfWork(1882348832)--corrupt object: BranchBDiagnostic{id=22} [EL Finest]: query: 2024-04-17 13:00:10.729--UnitOfWork(1882348832)--Execute query ReadObjectQuery(name="findBranchADiagnosticById" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024-04-17 13:00:10.729--UnitOfWork(1882348832)--validate object space. [EL Warning]: cache: 2024-04-17 13:00:10.73--UnitOfWork(1882348832)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}] [EL Warning]: cache: 2024-04-17 13:00:10.73--UnitOfWork(1882348832)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024-04-17 13:00:10.73--UnitOfWork(1882348832)--corrupt object: BranchBDiagnostic{id=22} [EL Finer]: transaction: 2024-04-17 13:00:10.73--UnitOfWork(1882348832)--release unit of work [EL Finer]: connection: 2024-04-17 13:00:10.73--ClientSession(1682619279)--client released [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 s -- in org.eclipse.persistence.testing.tests.jpa.diagnostic.DiagnosticTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.extensibility >-- [INFO] Building Test - extensibility 4.0.3-SNAPSHOT [75/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.extensibility/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/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] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.extensibility.ExtensibilityTests [EL Warning]: 2024-04-17 13:00:13.416--ServerSession(508873523)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-04-17 13:00:13.575--ServerSession(1005245720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-04-17 13:00:13.72--ServerSession(148353618)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-04-17 13:00:13.815--ServerSession(1261257916)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-04-17 13:00:13.938--ServerSession(199041063)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-04-17 13:00:14.008--ServerSession(880908391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-04-17 13:00:14.096--ServerSession(1790229151)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-04-17 13:00:14.097--ServerSession(1790229151)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_JOIN_TABLE_ID1' Error Code: 1826 Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID)") [EL Warning]: 2024-04-17 13:00:14.177--ServerSession(1798180728)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-04-17 13:00:14.264--ServerSession(933027910)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Severe]: 2024-04-17 13:00:14.325--ServerSession(693417450)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Cannot acquire data source [MyNonJtaDataSource]. Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial [EL Severe]: ejb: 2024-04-17 13:00:14.326--ServerSession(693417450)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: Cannot acquire data source [MyNonJtaDataSource]. Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial [EL Warning]: 2024-04-17 13:00:14.383--ServerSession(727273502)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024-04-17 13:00:14.385--ServerSession(727273502)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_JOIN_TABLE_ID1' Error Code: 1826 Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID)") [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.072 s -- in org.eclipse.persistence.testing.tests.jpa.extensibility.ExtensibilityTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fetchgroups >-- [INFO] Building Test - fetchgroups 4.0.3-SNAPSHOT [76/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupAPITests [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupAPITests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupMergeWithCacheTests [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.800 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupMergeWithCacheTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupTrackerWeavingTests [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.387 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupTrackerWeavingTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedDefaultFetchGroupTests [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedDefaultFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedFetchGroupTests [EL Warning]: query: 2024-04-17 13:00:24.119--UnitOfWork(1663891411)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, ID, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:24.129--UnitOfWork(1663891411)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, ID, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:24.13--UnitOfWork(1663891411)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, ID, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [manager.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:24.168--UnitOfWork(1933513621)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)") FetchGroup(){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.114 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedNamedFetchGroupTests [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.762 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedNamedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleDefaultFetchGroupTests [EL Warning]: query: 2024-04-17 13:00:27.713--UnitOfWork(494893410)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:27.721--UnitOfWork(74974017)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:27.8--ServerSession(265052195)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address") FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:27.801--UnitOfWork(879042661)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION FROM CMP3_ADDRESS t0, CMP3_SALARY t2, CMP3_EMPLOYEE t1 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:27.823--UnitOfWork(1601704307)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.id FROM PhoneNumber p)") FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:27.824--UnitOfWork(1601704307)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION FROM CMP3_ADDRESS t0, CMP3_SALARY t2, CMP3_EMPLOYEE t1 WHERE ((t1.EMP_ID IN (SELECT t3.OWNER_ID FROM CMP3_PHONENUMBER t3) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:27.847--UnitOfWork(1080517451)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.id FROM PhoneNumber p)") FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.800 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleDefaultFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleFetchGroupTests [EL Warning]: query: 2024-04-17 13:00:29.686--UnitOfWork(1356101467)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:29.707--UnitOfWork(569199185)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.OWNER_ID FROM CMP3_PHONENUMBER t4) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.892 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleNamedFetchGroupTests [EL Warning]: query: 2024-04-17 13:00:31.478--UnitOfWork(597049482)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:31.502--UnitOfWork(150499707)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.OWNER_ID FROM CMP3_PHONENUMBER t4) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.763 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleNamedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleSerializeFetchGroupTests [EL Warning]: query: 2024-04-17 13:00:33.198--UnitOfWork(294183051)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: 2024-04-17 13:00:33.217--UnitOfWork(682788544)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.OWNER_ID FROM CMP3_PHONENUMBER t4) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. >>> Employee retrieved >>> Employee copied >>> Sparse merge complete >>> Flush complete >>> Employees retrieved >>> Employees copied >>> Sparse merge complete >>> Flush complete [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.037 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleSerializeFetchGroupTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.advanced >-- [INFO] Building Test - fieldaccess.advanced 4.0.3-SNAPSHOT [77/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 38 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2612,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2615,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2698,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2701,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3475,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3521,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3581,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3642,8] empty

tag [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2249,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2254,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2259,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2264,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2269,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2354,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2359,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2364,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2369,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2374,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/AdvancedJPAJunitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/AdvancedJPAJunitTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.AdvancedJPAJunitTest [EL Warning]: metadata: ServerSession(1374432753)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur. [EL Warning]: UnitOfWork(38647502)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer@4715ae33] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer Primary Key> 5 WARNING: This database does not support NOWAIT. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.834 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.AdvancedJPAJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.AdvancedJunitTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.AdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.CallbackEventJUnitTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.CallbackEventJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerJUnitTest [EL Warning]: metadata: ServerSession(1871617286)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur. [EL Warning]: metadata: ServerSession(777940932)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur. [EL Warning]: UnitOfWork(728526866)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed. [EL Warning]: UnitOfWork(1938974193)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed. [EL Warning]: UnitOfWork(621209929)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 185] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 185 [EL Warning]: UnitOfWork(1680139795)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 258] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 258 [EL Warning]: UnitOfWork(1746468168)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 267] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 267 [INFO] Tests run: 125, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.067 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerTLRJUnitTest [EL Warning]: metadata: ServerSession(1955136744)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur. [EL Warning]: metadata: ServerSession(1518517336)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur. [EL Warning]: UnitOfWork(1426182600)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 351] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 351 [EL Warning]: UnitOfWork(1810953994)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 398] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 398 [EL Warning]: UnitOfWork(1324552737)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 402] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 402 [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.568 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerTLRJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ExtendedPersistenceContextJUnitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ExtendedPersistenceContextJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.JoinedAttributeAdvancedJunitTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.548 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.JoinedAttributeAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.NamedNativeQueryJUnitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.NamedNativeQueryJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.OptimisticConcurrencyJUnitTest [EL Warning]: UnitOfWork(1874842251)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 544] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 544 [EL Warning]: UnitOfWork(1649140180)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: An attempt was made to update the object [Employee: 545], but it has no version number in the identity map. It may not have been read before the update was attempted. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 545 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.OptimisticConcurrencyJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryAdvancedJUnitTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryAdvancedJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryConstructorExpressionTest [EL Warning]: ServerSession(1518517336)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: An Exception was thrown while executing a ReportQuery with a constructor expression: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.(java.lang.String,java.sql.Date,java.lang.Integer) Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.(java.lang.String,java.sql.Date,java.lang.Integer) Query: ReportQuery(referenceClass=Employee ) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryConstructorExpressionTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryMultipleReturnTest [EL Warning]: ServerSession(1518517336)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: ReportQuery result size mismatch. Expecting [8], but retrieved [6] Query: ReportQuery(referenceClass=Project sql="SELECT PROJ_ID, PROJ_TYPE, DESCRIP, PROJ_NAME, VERSION, LEADER_ID FROM CMP3_FA_PROJECT") [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryMultipleReturnTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.SQLResultSetMappingTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.SQLResultSetMappingTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.UpdateAllQueryAdvancedJunitTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.729 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.UpdateAllQueryAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.FetchGroupMergeWithCacheTests [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.FetchGroupMergeWithCacheTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.FetchGroupTrackerWeavingTests [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.FetchGroupTrackerWeavingTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedDefaultFetchGroupTests [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedDefaultFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedFetchGroupTests [EL Warning]: query: UnitOfWork(1841051478)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(1841051478)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(1841051478)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [manager.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(749692947)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)") FetchGroup(){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.821 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedNamedFetchGroupTests [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.787 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedNamedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleDefaultFetchGroupTests [EL Warning]: query: UnitOfWork(1029947087)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(1314452077)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: ServerSession(1518517336)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address") FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(448684316)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION FROM CMP3_FA_ADDRESS t0, CMP3_FA_SALARY t2, CMP3_FA_EMPLOYEE t1 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(315334362)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.owner.id FROM PhoneNumber p)") FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(315334362)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION FROM CMP3_FA_ADDRESS t0, CMP3_FA_SALARY t2, CMP3_FA_EMPLOYEE t1 WHERE ((t1.EMP_ID IN (SELECT t3.EMP_ID FROM CMP3_FA_PHONENUMBER t5, CMP3_FA_SALARY t4, CMP3_FA_EMPLOYEE t3 WHERE ((t3.EMP_ID = t5.OWNER_ID) AND (t4.EMP_ID = t3.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(2087922882)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.owner.id FROM PhoneNumber p)") FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleDefaultFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleFetchGroupTests [EL Warning]: query: UnitOfWork(357908503)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(515484559)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.EMP_ID FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4, CMP3_FA_PHONENUMBER t6 WHERE ((t4.EMP_ID = t6.OWNER_ID) AND (t5.EMP_ID = t4.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleNamedFetchGroupTests [EL Warning]: query: UnitOfWork(1844267460)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(2076191041)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.EMP_ID FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4, CMP3_FA_PHONENUMBER t6 WHERE ((t4.EMP_ID = t6.OWNER_ID) AND (t5.EMP_ID = t4.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.750 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleNamedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleSerializeFetchGroupTests [EL Warning]: query: UnitOfWork(802982068)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [EL Warning]: query: UnitOfWork(2130300932)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.EMP_ID FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4, CMP3_FA_PHONENUMBER t6 WHERE ((t4.EMP_ID = t6.OWNER_ID) AND (t5.EMP_ID = t4.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. >>> Employee retrieved >>> Employee copied >>> Sparse merge complete >>> Flush complete >>> Employees retrieved >>> Employees copied >>> Sparse merge complete >>> Flush complete [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleSerializeFetchGroupTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 452, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-tests.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.relationships >-- [INFO] Building Test - fieldaccess.relationships 4.0.3-SNAPSHOT [78/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.ExpressionJUnitTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.934 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.ExpressionJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.IsolatedCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.IsolatedCacheTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.JAXBTest 110 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.JAXBTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.RelationshipModelJUnitTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.RelationshipModelJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.UniAndBiDirectionalMappingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.UniAndBiDirectionalMappingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.identity >-- [INFO] Building Test - identity 4.0.3-SNAPSHOT [79/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.identity/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa22.identity.IdentityTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.751 s -- in org.eclipse.persistence.testing.tests.jpa22.identity.IdentityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpaadvancedproperties >-- [INFO] Building Test - jpaadvancedproperties 4.0.3-SNAPSHOT [80/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvNoProfilerTest [EL Warning]: metamodel: 2024-04-17 13:01:07.887--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s -- in org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvNoProfilerTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPerfProfilerTest Profile( total time=23040211, local time=23040211, Timer:ConnectionManagement=23040211, ) [EL Warning]: metamodel: 2024-04-17 13:01:07.946--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPerfProfilerTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesTest Apr 17, 2024 1:01:08 PM org.eclipse.persistence.session.JPASessionXML WARNING: Local Exception Stack: Exception [EclipseLink-6015] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [name1] in expression. Query: ReadObjectQuery(referenceClass=Customer ) at org.eclipse.persistence.exceptions.QueryException.invalidQueryKeyInExpression(QueryException.java:700) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.validateNode(QueryKeyExpression.java:1033) at org.eclipse.persistence.expressions.Expression.normalize(Expression.java:3327) at org.eclipse.persistence.internal.expressions.DataExpression.normalize(DataExpression.java:377) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:780) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:693) at org.eclipse.persistence.internal.expressions.RelationExpression.normalize(RelationExpression.java:857) at org.eclipse.persistence.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:1544) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.buildNormalSelectStatement(ExpressionQueryMechanism.java:614) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.prepareSelectOneRow(ExpressionQueryMechanism.java:1814) at org.eclipse.persistence.queries.ReadObjectQuery.prepare(ReadObjectQuery.java:784) at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:675) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:970) at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:624) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:881) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:3308) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1773) at org.eclipse.persistence.internal.sessions.AbstractSession.readObject(AbstractSession.java:3753) at org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesTest.testExceptionHandlerProperty(JPAAdvPropertiesTest.java:141) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at org.eclipse.persistence.testing.framework.jpa.junit.JUnitTestCase.runBare(JUnitTestCase.java:702) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s -- in org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.relationships >-- [INFO] Building Test - relationships 4.0.3-SNAPSHOT [81/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 13:01:09.676--ServerSession(313540687)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the Jakarta Persistence specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.EMQueryTest [EL Warning]: metadata: 2024-04-17 13:01:09.952--ServerSession(1971519316)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the Jakarta Persistence specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: 2024-04-17 13:01:11.249--UnitOfWork(1736150547)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Can not issue executeUpdate() or executeLargeUpdate() with statements that produce result sets Error Code: 0 Call: Select * FROM CMP3_CUSTOMER Query: DataModifyQuery(sql="Select * FROM CMP3_CUSTOMER") [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.411 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.EMQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.ExpressionTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.ExpressionTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.IsolatedTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.480 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.IsolatedTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.KeyTypeToManyRelationshipTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.KeyTypeToManyRelationshipTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.RelationshipModelTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.RelationshipModelTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.UniAndBiDirectionalMappingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.UniAndBiDirectionalMappingTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.VirtualAttributeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.VirtualAttributeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpql >-- [INFO] Building Test - jpql 4.0.3-SNAPSHOT [82/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 25 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 13:01:16.439--ServerSession(776484396)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the Jakarta Persistence specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: 2024-04-17 13:01:16.534--ServerSession(711112124)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: 2024-04-17 13:01:16.535--ServerSession(711112124)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: 2024-04-17 13:01:16.541--ServerSession(711112124)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:01:16.542--ServerSession(711112124)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:01:16.555--ServerSession(711112124)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 13:01:16.556--ServerSession(711112124)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 13:01:16.557--ServerSession(711112124)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 13:01:16.558--ServerSession(711112124)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.AdvancedQueryTest [EL Warning]: 2024-04-17 13:01:19.369--UnitOfWork(580979398)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 400] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 400 [EL Warning]: 2024-04-17 13:01:19.392--UnitOfWork(522082506)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 400] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 400 [EL Warning]: 2024-04-17 13:01:19.404--UnitOfWork(1014565006)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 400] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 400 [EL Warning]: 2024-04-17 13:01:19.416--UnitOfWork(1017997535)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 400] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 400 [EL Warning]: 2024-04-17 13:01:19.501--UnitOfWork(345703799)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [400] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: 2024-04-17 13:01:19.548--UnitOfWork(1432535753)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [400] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: 2024-04-17 13:01:20.715--UnitOfWork(812229472)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [400] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.267 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.AdvancedQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexAggregateTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.573 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexAggregateTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexTest WARNING: The test customFunctionNVLTest is supported on Oracle only WARNING: AS OF only supported on Oracle. WARNING: Hierarchical selects only supported on Oracle. WARNING: The test testNestedFUNCs is supported on Oracle only WARNING: NULLS FIRST only supported on Oracle. WARNING: testOPERATOR only works with Oracle WARNING: testSQLCast only works with Oracle WARNING: INTERSECT not supported on this database. [INFO] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.772 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLExamplesTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLExamplesTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLInheritanceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.447 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLModifyTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.79 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLModifyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLParameterTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.509 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLParameterTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLQueryHelperTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLQueryHelperTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLSimpleTest [INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.861 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLSimpleTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLUnitTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.390 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLValidationTest [EL Warning]: 2024-04-17 13:01:51.647--UnitOfWork(515036952)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 726] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 726 [EL Warning]: 2024-04-17 13:01:51.651--[TEMPORARY LOGGING] [EL Warning]: 2024-04-17 13:01:51.651--jakarta.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 726] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 726 [EL Warning]: 2024-04-17 13:01:51.658--UnitOfWork(2059544126)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 726] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 726 [EL Warning]: 2024-04-17 13:01:51.665--UnitOfWork(1294324247)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 726] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 726 [EL Warning]: 2024-04-17 13:01:51.677--UnitOfWork(1856503237)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed. [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.477 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLValidationTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexAggregateTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexAggregateTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.derivedid.JUnitJPQLComplexTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.derivedid.JUnitJPQLComplexTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.datatypes.JUnitJPQLComplexTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.datatypes.JUnitJPQLComplexTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.datetime.JUnitJPQLDateTimeTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.datetime.JUnitJPQLDateTimeTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.datetime.JUnitJPQLModifyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.datetime.JUnitJPQLModifyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.AdvancedQueryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.142 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.AdvancedQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.JUnitJPQLInheritanceTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.892 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.JUnitJPQLInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.inherited.JUnitJPQLComplexTest [EL Warning]: metadata: 2024-04-17 13:01:54.738--ServerSession(1422170098)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: 2024-04-17 13:01:54.739--ServerSession(1422170098)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: 2024-04-17 13:01:54.743--ServerSession(1422170098)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:01:54.743--ServerSession(1422170098)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:01:54.749--ServerSession(1422170098)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 13:01:54.75--ServerSession(1422170098)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 13:01:54.75--ServerSession(1422170098)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 13:01:54.751--ServerSession(1422170098)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2024-04-17 13:01:54.812--ServerSession(1422170098)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024-04-17 13:01:54.816--ServerSession(1422170098)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.199 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.inherited.JUnitJPQLComplexTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.relationships.AdvancedQueryTest [EL Warning]: metadata: 2024-04-17 13:01:55.935--ServerSession(632184683)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the Jakarta Persistence specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: 2024-04-17 13:01:57.069--ServerSession(1086376443)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the Jakarta Persistence specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.relationships.AdvancedQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.relationships.JUnitJPQLComplexAggregateTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.relationships.JUnitJPQLComplexAggregateTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.relationships.JUnitJPQLExamplesTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.relationships.JUnitJPQLExamplesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 541, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jta >-- [INFO] Building Test - jta 4.0.3-SNAPSHOT [83/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jta/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance >-- [INFO] Building Test - performance 4.0.3-SNAPSHOT [84/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.performance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 50 source files with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 7 resources [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-tests.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.memory >-- [INFO] Building Test - memory 4.0.3-SNAPSHOT [85/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.memory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel.aspectj >-- [INFO] Building Test - metamodel.aspectj 4.0.3-SNAPSHOT [86/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes [INFO] [EL Info]: processor: Creating static metadata factory ... [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] A file for type 'org.eclipse.persistence.testing.models.jpa.weaving.aspectj.ItemAspectJ_' already exists on the sourcepath or classpath [WARNING] No processor claimed any of these annotations: /org.aspectj.lang.annotation.Before,/jakarta.persistence.Table,/org.aspectj.lang.annotation.Aspect,/jakarta.persistence.PrePersist,/jakarta.persistence.Entity,/jakarta.persistence.EntityListeners,/jakarta.persistence.Id [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated [WARNING] Implicitly compiled files were not subject to annotation processing. Use -implicit to specify a policy for implicit compilation. [INFO] [INFO] --- aspectj:1.14.0:compile (default) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.weaving.aspectj.MetamodelAspectJTest AspectJ method call from EntityListener Before create: ItemAspectJ{id=1, name='null'} [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.906 s -- in org.eclipse.persistence.testing.tests.jpa.weaving.aspectj.MetamodelAspectJTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.orphanremoval >-- [INFO] Building Test - orphanremoval 4.0.3-SNAPSHOT [87/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.orphanremoval.OrphanRemovalJUnitTestCase [EL Warning]: metadata: 2024-04-17 13:02:06.137--ServerSession(1459016715)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: 2024-04-17 13:02:06.847--UnitOfWork(1661161169)--java.lang.IllegalStateException: During synchronization a new object was found through a relationship that was not marked cascade PERSIST: Engine [0]. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.260 s -- in org.eclipse.persistence.testing.tests.jpa.orphanremoval.OrphanRemovalJUnitTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.partitioned >-- [INFO] Building Test - partitioned 4.0.3-SNAPSHOT [88/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.partitioned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.partitioned.PartitionedTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.815 s -- in org.eclipse.persistence.testing.tests.jpa.partitioned.PartitionedTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.partitioned.PartitionedXMLTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 s -- in org.eclipse.persistence.testing.tests.jpa.partitioned.PartitionedXMLTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-tests.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance2 >-- [INFO] Building Test - performance2 4.0.3-SNAPSHOT [89/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.performance2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.privateowned >-- [INFO] Building Test - privateowned 4.0.3-SNAPSHOT [90/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.privateowned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.privateowned.PrivateOwnedJUnitTestCase [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.329 s -- in org.eclipse.persistence.testing.tests.jpa.privateowned.PrivateOwnedJUnitTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.pu-with-spaces >-- [INFO] Building Test - pu with spaces 4.0.3-SNAPSHOT [91/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.puwithspaces.PUWithSpacesTest [EL Warning]: metamodel: 2024-04-17 13:02:15.766--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: metamodel: 2024-04-17 13:02:15.821--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: metamodel: 2024-04-17 13:02:15.848--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s -- in org.eclipse.persistence.testing.tests.jpa.puwithspaces.PUWithSpacesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.remote >-- [INFO] Building Test - remote 4.0.3-SNAPSHOT [92/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.remote/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.remote.JPARCMLocalChangeSetTest [EL Warning]: ddl: 2024-04-17 13:02:19.066--ServerSession(952288009)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2024-04-17 13:02:19.075--ServerSession(952288009)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.874 s -- in org.eclipse.persistence.testing.tests.jpa.remote.JPARCMLocalChangeSetTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.remote.RemoteEntityManagerTest [EL Warning]: metadata: 2024-04-17 13:02:23.556--ServerSession(1119277260)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur. [EL Warning]: metadata: 2024-04-17 13:02:23.673--RemoteSession(623446986)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur. [EL Warning]: 2024-04-17 13:02:26.176--UnitOfWork(886820792)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed. [EL Warning]: 2024-04-17 13:02:26.192--UnitOfWork(1740350945)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed. [EL Warning]: 2024-04-17 13:02:26.212--UnitOfWork(2080521836)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 919] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 919 [EL Warning]: 2024-04-17 13:02:26.486--UnitOfWork(464525650)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 929] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 929 [EL Warning]: 2024-04-17 13:02:27.001--UnitOfWork(49434166)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 938] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 938 [INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.624 s -- in org.eclipse.persistence.testing.tests.jpa.remote.RemoteEntityManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 106, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean >-- [INFO] Building Test - sessionbean 4.0.3-SNAPSHOT [93/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean.ha >-- [INFO] Building Test - sessionbean.ha 4.0.3-SNAPSHOT [94/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.validation >-- [INFO] Building Test - validation 4.0.3-SNAPSHOT [95/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.validation.QueryParameterValidationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s -- in org.eclipse.persistence.testing.tests.jpa.validation.QueryParameterValidationTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.validation.ValidationTest [EL Info]: 2024-04-17 13:02:29.818--ServerSession(1247866422)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 13:02:29.823--ServerSession(1247866422)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Severe]: ejb: 2024-04-17 13:02:29.823--ServerSession(1247866422)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Info]: 2024-04-17 13:02:29.828--ServerSession(817490653)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Severe]: 2024-04-17 13:02:29.828--ServerSession(817490653)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Severe]: ejb: 2024-04-17 13:02:29.829--ServerSession(817490653)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in org.eclipse.persistence.testing.tests.jpa.validation.ValidationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.weaving >-- [INFO] Building Test - weaving 4.0.3-SNAPSHOT [96/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.weaving/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s -- in org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (asm-eclipselink-test) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s -- in org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.1.2:test (asm-ow2-test) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s -- in org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Skipping Derby execution. [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common >-- [INFO] Building Test - xml.composite.advanced.common 4.0.3-SNAPSHOT [97/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_1/CacheAuditor.java:[75,59] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] No tests to run. [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_1 [INFO] Copying 12 resources from target/classes to target/member_1 [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_2 [INFO] Copying 11 resources from target/classes to target/member_2 [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_3 [INFO] Copying 10 resources from target/classes to target/member_3 [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_1.jar [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_2.jar [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_3.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] skipping... [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 >-- [INFO] Building Test - xml.composite.advanced.member_1 4.0.3-SNAPSHOT [98/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] No tests to run. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 >-- [INFO] Building Test - xml.composite.advanced.member_2 4.0.3-SNAPSHOT [99/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] No tests to run. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 >-- [INFO] Building Test - xml.composite.advanced.member_3 4.0.3-SNAPSHOT [100/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] No tests to run. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced >-- [INFO] Building Test - xml.composite.advanced 4.0.3-SNAPSHOT [101/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.composite.advanced.XmlCompositeAdvancedJUnitTest [EL Warning]: metamodel: 2024-04-17 13:02:36.031--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 s -- in org.eclipse.persistence.testing.tests.jpa.xml.composite.advanced.XmlCompositeAdvancedJUnitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Not generating server-side descriptors... [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-tests.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced >-- [INFO] Building Test - xml.advanced 4.0.3-SNAPSHOT [102/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 55 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.XmlAdvancedJunitTest [EL Info]: ServerSession(583015088)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.490 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.XmlAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.XmlAdvancedTest [EL Warning]: ServerSession(583015088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XMLAddress does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XMLAddress Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLAddress") [EL Warning]: ServerSession(583015088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XMLInOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XMLInOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLInOut") [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.168 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.XmlAdvancedTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.compositepk.XmlAdvancedCompositePKTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.compositepk.XmlAdvancedCompositePKTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-tests.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced >-- [INFO] Building Test - xml.extended.advanced 4.0.3-SNAPSHOT [103/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: ServerSession(253011924)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [EL Warning]: metadata: ServerSession(253011924)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient. [EL Warning]: metadata: ServerSession(253011924)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(253011924)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(253011924)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(253011924)--Ignoring Jakarta Persistence convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(253011924)--Ignoring Jakarta Persistence convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(253011924)--Ignoring Jakarta Persistence convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(253011924)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(253011924)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.XmlExtendedAdvancedJunitTest [EL Warning]: metadata: ServerSession(1356236848)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [EL Warning]: metadata: ServerSession(1356236848)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient. [EL Warning]: metadata: ServerSession(1356236848)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1356236848)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(1356236848)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(1356236848)--Ignoring Jakarta Persistence convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(1356236848)--Ignoring Jakarta Persistence convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(1356236848)--Ignoring Jakarta Persistence convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(1356236848)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: ServerSession(1356236848)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [EL Info]: ServerSession(1356236848)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.787 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.XmlExtendedAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.XmlExtendedAdvancedTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.XmlExtendedAdvancedTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.compositepk.XmlExtendedAdvancedCompositePKTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.compositepk.XmlExtendedAdvancedCompositePKTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria >-- [INFO] Building Test - xml.extended.advanced.additionalcriteria 4.0.3-SNAPSHOT [104/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.additionalcriteria.XmlExtendedAdvancedACTest [EL Info]: ServerSession(2016038911)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.additionalcriteria.XmlExtendedAdvancedACTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup >-- [INFO] Building Test - xml.extended.advanced.fetchgroup 4.0.3-SNAPSHOT [105/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.fetchgroup.XmlExtendedFetchGroupTest [EL Info]: ServerSession(1458091526)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.770 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.fetchgroup.XmlExtendedFetchGroupTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate >-- [INFO] Building Test - xml.extended.complexaggregate 4.0.3-SNAPSHOT [106/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.complexaggregate.XmlExtendedComplexAggregateTest [EL Info]: ServerSession(1431710377)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metadata: ServerSession(1431710377)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1431710377)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1431710377)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[ownershipDetails] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 s -- in org.eclipse.persistence.testing.tests.jpa.xml.complexaggregate.XmlExtendedComplexAggregateTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inheritance >-- [INFO] Building Test - xml.inheritance 4.0.3-SNAPSHOT [107/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 34 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.inheritance.XmlInheritanceTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.136 s -- in org.eclipse.persistence.testing.tests.jpa.xml.inheritance.XmlInheritanceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-tests.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.inheritance >-- [INFO] Building Test - xml.extended.inheritance 4.0.3-SNAPSHOT [108/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.inheritance.XmlExtendedInheritanceTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.187 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.inheritance.XmlExtendedInheritanceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships >-- [INFO] Building Test - xml.relationships 4.0.3-SNAPSHOT [109/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.relationships.XmlRelationshipsTest [EL Info]: ServerSession(1125098735)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 s -- in org.eclipse.persistence.testing.tests.jpa.xml.relationships.XmlRelationshipsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-model.jar [INFO] [INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-tests.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.relationships >-- [INFO] Building Test - xml.extended.relationships 4.0.3-SNAPSHOT [110/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.relationships.XmlExtendedRelationshipsTest [EL Info]: ServerSession(648358364)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.535 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.relationships.XmlExtendedRelationshipsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 >-- [INFO] Building Test - xml.extended.composite.advanced.member_1 4.0.3-SNAPSHOT [111/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] No tests to run. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 >-- [INFO] Building Test - xml.extended.composite.advanced.member_2 4.0.3-SNAPSHOT [112/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] No tests to run. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 >-- [INFO] Building Test - xml.extended.composite.advanced.member_3 4.0.3-SNAPSHOT [113/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] No tests to run. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced >-- [INFO] Building Test - xml.extended.composite.advanced 4.0.3-SNAPSHOT [114/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar [INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 13:03:11.14--ServerSession(1727361096)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [EL Warning]: metadata: 2024-04-17 13:03:11.155--ServerSession(1727361096)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.156--ServerSession(1727361096)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.323--ServerSession(1615801298)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:03:11.377--ServerSession(1527152775)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient. [EL Warning]: metadata: 2024-04-17 13:03:11.389--ServerSession(1527152775)--Ignoring Jakarta Persistence convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.39--ServerSession(1527152775)--Ignoring Jakarta Persistence convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.421--ServerSession(109069556)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [EL Warning]: metadata: 2024-04-17 13:03:11.423--ServerSession(109069556)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.423--ServerSession(109069556)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.433--ServerSession(1527152775)--Ignoring Jakarta Persistence convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.435--ServerSession(1527152775)--Ignoring Jakarta Persistence convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.436--ServerSession(1527152775)--Ignoring Jakarta Persistence convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.436--ServerSession(1527152775)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.436--ServerSession(1527152775)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.composite.advanced.ExtendedXmlCompositeAdvancedJUnitTest [EL Warning]: metadata: 2024-04-17 13:03:11.611--ServerSession(1401295795)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:03:11.641--ServerSession(1177072083)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [EL Warning]: metadata: 2024-04-17 13:03:11.642--ServerSession(1177072083)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.642--ServerSession(1177072083)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.668--ServerSession(1834031967)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient. [EL Warning]: metadata: 2024-04-17 13:03:11.672--ServerSession(1834031967)--Ignoring Jakarta Persistence convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.673--ServerSession(1834031967)--Ignoring Jakarta Persistence convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.674--ServerSession(1834031967)--Ignoring Jakarta Persistence convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.674--ServerSession(1834031967)--Ignoring Jakarta Persistence convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.675--ServerSession(1834031967)--Ignoring Jakarta Persistence convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.675--ServerSession(1834031967)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:11.676--ServerSession(1834031967)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metamodel: 2024-04-17 13:03:12.296--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: metadata: 2024-04-17 13:03:13.196--ServerSession(1017997535)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [EL Warning]: metadata: 2024-04-17 13:03:13.197--ServerSession(1017997535)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:13.198--ServerSession(1017997535)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. WARNING: This database does not support stored procedure creation. WARNING: This database does not support stored procedure creation. [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.758 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.composite.advanced.ExtendedXmlCompositeAdvancedJUnitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Not generating server-side descriptors... [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.advanced >-- [INFO] Building Test - xml.merge.advanced 4.0.3-SNAPSHOT [115/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Copying org.eclipse.persistence.jpa.testapps.advanced-model.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/classes/org.eclipse.persistence.jpa.testapps.advanced-model.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: ServerSession(1989811701)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.merge.advanced.XmlMergeAdvancedTest [EL Warning]: metadata: ServerSession(1296928719)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Info]: ServerSession(1296928719)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.advanced.XmlMergeAdvancedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.jar [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-model.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning >-- [INFO] Building Test - xml.merge.incompletemappings.nonowning 4.0.3-SNAPSHOT [116/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.merge.incompletemappings.nonowning.EntityMappingsIncompleteNonOwningTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.incompletemappings.nonowning.EntityMappingsIncompleteNonOwningTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning >-- [INFO] Building Test - xml.merge.incompletemappings.owning 4.0.3-SNAPSHOT [117/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.merge.incompletemappings.owning.EntityMappingsIncompleteOwningTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.169 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.incompletemappings.owning.EntityMappingsIncompleteOwningTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.inherited >-- [INFO] Building Test - xml.merge.inherited 4.0.3-SNAPSHOT [118/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.merge.inherited.XmlMergeInheritedTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.inherited.XmlMergeInheritedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.relationships >-- [INFO] Building Test - xml.merge.relationships 4.0.3-SNAPSHOT [119/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 13:03:25.878--ServerSession(1744189907)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.merge.relationships.EntityMappingsMergeRelationshipsJUnitTestCase [EL Warning]: metadata: 2024-04-17 13:03:26.167--ServerSession(1347016882)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.010 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.relationships.EntityMappingsMergeRelationshipsJUnitTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant >-- [INFO] Building Test - xml.advanced.multitenant 4.0.3-SNAPSHOT [120/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 13:03:28.723--ServerSession(1683662486)--Ignoring Jakarta Persistence convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:28.736--ServerSession(1683662486)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:28.864--ServerSession(1470868839)--Ignoring Jakarta Persistence convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:28.865--ServerSession(1470868839)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:28.906--ServerSession(1800649922)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:28.907--ServerSession(1800649922)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:28.907--ServerSession(1800649922)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:28.908--ServerSession(1800649922)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:28.933--ServerSession(1108889615)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:28.933--ServerSession(1108889615)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:28.934--ServerSession(1108889615)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:28.934--ServerSession(1108889615)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenant123Test [EL Warning]: metadata: 2024-04-17 13:03:29.132--ServerSession(1827303532)--Ignoring Jakarta Persistence convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:29.134--ServerSession(1827303532)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: 2024-04-17 13:03:30.299--ServerSession(1827303532)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenant123Test [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantSharedEMFTest [EL Warning]: metadata: 2024-04-17 13:03:30.434--ServerSession(1527061084)--Ignoring Jakarta Persistence convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2024-04-17 13:03:30.435--ServerSession(1527061084)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:30.461--ServerSession(1527061084)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLBoss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 13:03:30.463--ServerSession(1527061084)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLSoldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 13:03:30.463--ServerSession(1527061084)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLUnderboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024-04-17 13:03:30.464--ServerSession(1527061084)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLCapo with isolation: null so the subclass has been set to the isolation level ISOLATED. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantSharedEMFTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantTableCTest [EL Warning]: metadata: 2024-04-17 13:03:31.272--ServerSession(2115597658)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:31.272--ServerSession(2115597658)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:31.272--ServerSession(2115597658)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:31.273--ServerSession(2115597658)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantTableCTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantTableTest [EL Warning]: metadata: 2024-04-17 13:03:32.028--ServerSession(1828676092)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:32.028--ServerSession(1828676092)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:32.028--ServerSession(1828676092)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2024-04-17 13:03:32.029--ServerSession(1828676092)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantTableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inherited >-- [INFO] Building Test - xml.inherited 4.0.3-SNAPSHOT [121/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Alpine.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/BecksTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Becks.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/CoronaTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Corona.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Heineken.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumber.java:[27,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: ServerSession(510276116)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(510276116)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(510276116)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(510276116)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(510276116)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.inherited.EntityMappingsInheritedJUnitTestCase [EL Warning]: metadata: ServerSession(1393198164)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 4.0.3.v202404171237): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: ServerSession(1393198164)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1393198164)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1393198164)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: ServerSession(1393198164)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: ServerSession(1393198164)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [EL Warning]: metadata: ServerSession(1393198164)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1393198164)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.906 s -- in org.eclipse.persistence.testing.tests.jpa.xml.inherited.EntityMappingsInheritedJUnitTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.metadatacomplete >-- [INFO] Building Test - xml.metadatacomplete 4.0.3-SNAPSHOT [122/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.metadatacomplete.XmlMetadataCompleteTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s -- in org.eclipse.persistence.testing.tests.jpa.xml.metadatacomplete.XmlMetadataCompleteTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional >-- [INFO] Building Test - xml.relationships.unidirectional 4.0.3-SNAPSHOT [123/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.relationships.unidirectional.XmlUnidirectionalRelationshipsTest [EL Info]: ServerSession(1714688478)--EclipseLink, version: Eclipse Persistence Services - 4.0.3.v202404171237 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s -- in org.eclipse.persistence.testing.tests.jpa.xml.relationships.unidirectional.XmlUnidirectionalRelationshipsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete >-- [INFO] Building Test - xml.xmlmetadatacomplete 4.0.3-SNAPSHOT [124/134] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.xmlmetadatacomplete.XMLMappingMetadataCompleteTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s -- in org.eclipse.persistence.testing.tests.jpa.xml.xmlmetadatacomplete.XMLMappingMetadataCompleteTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-test-sources.jar [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Skipping Derby execution. [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nativeapi >-- [INFO] Building Test - nativeapi 4.0.3-SNAPSHOT [125/134] [INFO] from jpa/eclipselink.jpa.testapps/nativeapi/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql >-- [INFO] Building Persistence TestApps - NoSQL 4.0.3-SNAPSHOT [126/134] [INFO] from jpa/eclipselink.jpa.testapps.nosql/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] pom projects not supported, skipping... [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nosql --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql.mongo >-- [INFO] Building Test - nosql.mongo 4.0.3-SNAPSHOT [127/134] [INFO] from jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- mongo:0.4.2:start (start-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [WARNING] Unrecognised MongoDB version '3.4.24', this might be a new version that we don't yet know about. Attempting download anyway... [INFO] stopOrDestroyProcess: process hasn't exited [INFO] start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@6ba255de [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 13:03:45.151--ServerSession(260840925)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:03:45.66--ServerSession(333034015)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [INFO] Running org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseTest [EL Warning]: metadata: 2024-04-17 13:03:45.857--ServerSession(1457551880)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 30000 ms before timing out Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:1, serverValue:1}] to localhost:27017 Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=897270} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:2, serverValue:2}] to localhost:27017 Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.0.1:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:27017 Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=189609} [EL Warning]: metadata: 2024-04-17 13:03:46.657--ServerSession(1324165839)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:03:46.677--ServerSession(972720850)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 100 ms before timing out Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:4, serverValue:4}] to localhost:27017 Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=212631} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE [EL Severe]: 2024-04-17 13:03:46.705--ServerSession(972720850)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=, mechanismProperties=} [EL Severe]: ejb: 2024-04-17 13:03:46.706--ServerSession(972720850)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=, mechanismProperties=} [EL Warning]: metadata: 2024-04-17 13:03:46.716--ServerSession(244190700)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 100 ms before timing out Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:6, serverValue:6}] to localhost:27017 Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=175893} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE [EL Severe]: 2024-04-17 13:03:46.728--ServerSession(244190700)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=, mechanismProperties=} [EL Severe]: ejb: 2024-04-17 13:03:46.728--ServerSession(244190700)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=, mechanismProperties=} [EL Warning]: metadata: 2024-04-17 13:03:46.737--ServerSession(1055300312)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 100 ms before timing out Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:8, serverValue:8}] to localhost:27017 Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=190840} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE [EL Severe]: 2024-04-17 13:03:46.748--ServerSession(1055300312)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=, mechanismProperties=} [EL Severe]: ejb: 2024-04-17 13:03:46.748--ServerSession(1055300312)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=, mechanismProperties=} [EL Warning]: metadata: 2024-04-17 13:03:46.762--ServerSession(1818453711)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 100 ms before timing out Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:10, serverValue:10}] to localhost:27017 Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=200652} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE [EL Severe]: 2024-04-17 13:03:46.772--ServerSession(1818453711)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=, mechanismProperties=} [EL Severe]: ejb: 2024-04-17 13:03:46.772--ServerSession(1818453711)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=, mechanismProperties=} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 30000 ms before timing out Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:12, serverValue:12}] to localhost:27017 Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=187123} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:13, serverValue:13}] to localhost:27017 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s -- in org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseXMLTest [EL Warning]: metadata: 2024-04-17 13:03:46.849--ServerSession(1291485735)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 30000 ms before timing out Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:14, serverValue:14}] to localhost:27017 Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=185566} Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE Apr 17, 2024 1:03:46 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:15, serverValue:15}] to localhost:27017 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s -- in org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseXMLTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- mongo:0.4.2:stop (stop-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle >-- [INFO] Building Persistence TestApps - Oracle DB 4.0.3-SNAPSHOT [128/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] pom projects not supported, skipping... [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.customfeatures >-- [INFO] Building Test - oracle.customfeatures 4.0.3-SNAPSHOT [129/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.dcn >-- [INFO] Building Test - oracle.dcn 4.0.3-SNAPSHOT [130/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.partitioned >-- [INFO] Building Test - oracle.partitioned 4.0.3-SNAPSHOT [131/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.plsql >-- [INFO] Building Test - oracle.plsql 4.0.3-SNAPSHOT [132/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication >-- [INFO] Building Test - oracle.proxyauthentication 4.0.3-SNAPSHOT [133/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[257,56] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[258,56] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[259,56] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[260,56] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Not generating persistence.xml... [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.timestamptz >-- [INFO] Building Test - oracle.timestamptz 4.0.3-SNAPSHOT [134/134] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz_ejb.jar [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Parent 4.0.3-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [ 2.479 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 33.594 s] [INFO] EclipseLink Core ................................... SUCCESS [05:57 min] [INFO] EclipseLink JSON Extension ......................... SUCCESS [ 0.259 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 0.577 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 1.073 s] [INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [ 0.212 s] [INFO] EclipseLink MOXy ................................... SUCCESS [01:55 min] [INFO] EclipseLink JPA .................................... SUCCESS [ 3.566 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 0.228 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 5.230 s] [INFO] EclipseLink JPA-RS Server .......................... SUCCESS [ 1.864 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 5.544 s] [INFO] EclipseLink Core Test .............................. SUCCESS [06:55 min] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 10.455 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 3.948 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 1.339 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 0.119 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 3.035 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 10.834 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 8.650 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 0.098 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 3.944 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.038 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 0.360 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 59.615 s] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 7.747 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 3.252 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [ 9.740 s] [INFO] EclipseLink Bundles Other .......................... SUCCESS [ 10.993 s] [INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [ 0.059 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 2.963 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 4.126 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [01:08 min] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 0.622 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 29.322 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 0.769 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 0.263 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 0.808 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 3.086 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 0.155 s] [INFO] Persistence TestApps ............................... SUCCESS [ 0.145 s] [INFO] Test - advanced .................................... SUCCESS [ 40.817 s] [INFO] Test - advanced2 ................................... SUCCESS [ 15.916 s] [INFO] Test - advanced.additionalcriteria ................. SUCCESS [ 2.398 s] [INFO] Test - cacheable ................................... SUCCESS [ 6.643 s] [INFO] Test - advanced.fetchgroup ......................... SUCCESS [ 2.173 s] [INFO] Test - metamodel ................................... SUCCESS [ 3.059 s] [INFO] Test - xml.cacheable ............................... SUCCESS [ 3.859 s] [INFO] Test - advanced.cacheimpl .......................... SUCCESS [ 4.758 s] [INFO] Test - advanced.cascadepersist ..................... SUCCESS [ 2.099 s] [INFO] Test - advanced.compositepk ........................ SUCCESS [ 4.653 s] [INFO] Test - advanced.derivedid .......................... SUCCESS [ 4.837 s] [INFO] Test - advanced.customer ........................... SUCCESS [ 2.211 s] [INFO] Test - advanced.embeddable ......................... SUCCESS [ 2.411 s] [INFO] Test - advanced.multitenant ........................ SUCCESS [ 14.185 s] [INFO] Test - beanvalidation .............................. SUCCESS [ 2.522 s] [INFO] Test - beanvalidation.dynamic ...................... SUCCESS [ 2.320 s] [INFO] Test - cascadedeletes .............................. SUCCESS [ 2.533 s] [INFO] Test - complexaggregate ............................ SUCCESS [ 2.698 s] [INFO] Test - composite.advanced.common ................... SUCCESS [ 0.262 s] [INFO] Test - composite.advanced.member_1 ................. SUCCESS [ 0.141 s] [INFO] Test - composite.advanced.member_2 ................. SUCCESS [ 0.145 s] [INFO] Test - composite.advanced.member_3 ................. SUCCESS [ 0.147 s] [INFO] Test - composite.advanced .......................... SUCCESS [ 7.020 s] [INFO] Test - advanced.inheritance ........................ SUCCESS [ 13.746 s] [INFO] Test - advanced.inherited .......................... SUCCESS [ 9.779 s] [INFO] Test - criteria .................................... SUCCESS [ 26.389 s] [INFO] Test - datatypes ................................... SUCCESS [ 2.503 s] [INFO] Test - datetime .................................... SUCCESS [ 2.200 s] [INFO] Test - ddlgeneration ............................... SUCCESS [ 7.746 s] [INFO] Test - lob ......................................... SUCCESS [ 2.349 s] [INFO] Test - delimited ................................... SUCCESS [ 2.717 s] [INFO] Test - diagnostic .................................. SUCCESS [ 2.165 s] [INFO] Test - extensibility ............................... SUCCESS [ 3.663 s] [INFO] Test - fetchgroups ................................. SUCCESS [ 19.208 s] [INFO] Test - fieldaccess.advanced ........................ SUCCESS [ 25.704 s] [INFO] Test - fieldaccess.relationships ................... SUCCESS [ 4.401 s] [INFO] Test - identity .................................... SUCCESS [ 1.916 s] [INFO] Test - jpaadvancedproperties ....................... SUCCESS [ 2.694 s] [INFO] Test - relationships ............................... SUCCESS [ 6.199 s] [INFO] Test - jpql ........................................ SUCCESS [ 44.320 s] [INFO] Test - jta ......................................... SUCCESS [ 0.245 s] [INFO] Test - performance ................................. SUCCESS [ 0.702 s] [INFO] Test - memory ...................................... SUCCESS [ 0.368 s] [INFO] Test - metamodel.aspectj ........................... SUCCESS [ 4.047 s] [INFO] Test - orphanremoval ............................... SUCCESS [ 2.670 s] [INFO] Test - partitioned ................................. SUCCESS [ 4.491 s] [INFO] Test - performance2 ................................ SUCCESS [ 0.344 s] [INFO] Test - privateowned ................................ SUCCESS [ 2.649 s] [INFO] Test - pu with spaces .............................. SUCCESS [ 1.479 s] [INFO] Test - remote ...................................... SUCCESS [ 11.221 s] [INFO] Test - sessionbean ................................. SUCCESS [ 0.268 s] [INFO] Test - sessionbean.ha .............................. SUCCESS [ 0.289 s] [INFO] Test - validation .................................. SUCCESS [ 2.199 s] [INFO] Test - weaving ..................................... SUCCESS [ 3.027 s] [INFO] Test - xml.composite.advanced.common ............... SUCCESS [ 0.216 s] [INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [ 0.154 s] [INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [ 0.149 s] [INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [ 0.156 s] [INFO] Test - xml.composite.advanced ...................... SUCCESS [ 3.393 s] [INFO] Test - xml.advanced ................................ SUCCESS [ 5.511 s] [INFO] Test - xml.extended.advanced ....................... SUCCESS [ 6.108 s] [INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [ 2.834 s] [INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [ 2.542 s] [INFO] Test - xml.extended.complexaggregate ............... SUCCESS [ 2.729 s] [INFO] Test - xml.inheritance ............................. SUCCESS [ 2.865 s] [INFO] Test - xml.extended.inheritance .................... SUCCESS [ 3.010 s] [INFO] Test - xml.relationships ........................... SUCCESS [ 3.374 s] [INFO] Test - xml.extended.relationships .................. SUCCESS [ 3.393 s] [INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [ 0.153 s] [INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [ 0.154 s] [INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [ 0.190 s] [INFO] Test - xml.extended.composite.advanced ............. SUCCESS [ 3.542 s] [INFO] Test - xml.merge.advanced .......................... SUCCESS [ 2.887 s] [INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [ 2.553 s] [INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [ 2.723 s] [INFO] Test - xml.merge.inherited ......................... SUCCESS [ 2.846 s] [INFO] Test - xml.merge.relationships ..................... SUCCESS [ 2.833 s] [INFO] Test - xml.advanced.multitenant .................... SUCCESS [ 5.605 s] [INFO] Test - xml.inherited ............................... SUCCESS [ 3.998 s] [INFO] Test - xml.metadatacomplete ........................ SUCCESS [ 2.185 s] [INFO] Test - xml.relationships.unidirectional ............ SUCCESS [ 2.575 s] [INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [ 1.945 s] [INFO] Test - nativeapi ................................... SUCCESS [ 0.268 s] [INFO] Persistence TestApps - NoSQL ....................... SUCCESS [ 0.026 s] [INFO] Test - nosql.mongo ................................. SUCCESS [ 3.435 s] [INFO] Persistence TestApps - Oracle DB ................... SUCCESS [ 0.031 s] [INFO] Test - oracle.customfeatures ....................... SUCCESS [ 0.265 s] [INFO] Test - oracle.dcn .................................. SUCCESS [ 0.228 s] [INFO] Test - oracle.partitioned .......................... SUCCESS [ 0.158 s] [INFO] Test - oracle.plsql ................................ SUCCESS [ 0.297 s] [INFO] Test - oracle.proxyauthentication .................. SUCCESS [ 0.306 s] [INFO] Test - oracle.timestamptz .......................... SUCCESS [ 0.230 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26:43 min [INFO] Finished at: 2024-04-17T13:03:49Z [INFO] ------------------------------------------------------------------------ [17.04.2024 13:03:49] -[ Stopping MySQL Database ]------------------------------ [17.04.2024 13:03:49] --[ Waiting for MySQL Database to stop ]------------------ done [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (NoSQL tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/test_nosql.sh -[ EclipseLink Test NoSQL ]----------------------------------------------------------- Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql.mongo >-- [INFO] Building Test - nosql.mongo 4.0.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-defaults.zip already unpacked. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-report.zip already unpacked. [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip already unpacked. [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- mongo:0.4.2:start (start-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [WARNING] Unrecognised MongoDB version '3.4.24', this might be a new version that we don't yet know about. Attempting download anyway... [INFO] start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@4ca0b9b1 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024-04-17 13:03:55.152--ServerSession(2143437117)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:03:55.67--ServerSession(1301987508)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [INFO] Running org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseTest [EL Warning]: metadata: 2024-04-17 13:03:55.858--ServerSession(315461968)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 30000 ms before timing out Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:1, serverValue:1}] to localhost:27017 Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=928447} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:2, serverValue:2}] to localhost:27017 Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[127.0.0.1:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:27017 Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=189175} [EL Warning]: metadata: 2024-04-17 13:03:56.647--ServerSession(276777344)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2024-04-17 13:03:56.666--ServerSession(1671084561)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 100 ms before timing out Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:4, serverValue:4}] to localhost:27017 Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=201226} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE [EL Severe]: 2024-04-17 13:03:56.69--ServerSession(1671084561)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=, mechanismProperties=} [EL Severe]: ejb: 2024-04-17 13:03:56.691--ServerSession(1671084561)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=, mechanismProperties=} [EL Warning]: metadata: 2024-04-17 13:03:56.699--ServerSession(150079886)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 100 ms before timing out Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:6, serverValue:6}] to localhost:27017 Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=175203} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE [EL Severe]: 2024-04-17 13:03:56.709--ServerSession(150079886)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=, mechanismProperties=} [EL Severe]: ejb: 2024-04-17 13:03:56.709--ServerSession(150079886)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=, mechanismProperties=} [EL Warning]: metadata: 2024-04-17 13:03:56.717--ServerSession(1209962934)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 100 ms before timing out Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:8, serverValue:8}] to localhost:27017 Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=189114} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE [EL Severe]: 2024-04-17 13:03:56.727--ServerSession(1209962934)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=, mechanismProperties=} [EL Severe]: ejb: 2024-04-17 13:03:56.727--ServerSession(1209962934)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=, mechanismProperties=} [EL Warning]: metadata: 2024-04-17 13:03:56.75--ServerSession(1102181662)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 100 ms before timing out Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:10, serverValue:10}] to localhost:27017 Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=166571} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE [EL Severe]: 2024-04-17 13:03:56.761--ServerSession(1102181662)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=, mechanismProperties=} [EL Severe]: ejb: 2024-04-17 13:03:56.761--ServerSession(1102181662)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=, mechanismProperties=} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 30000 ms before timing out Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:12, serverValue:12}] to localhost:27017 Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=202827} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:13, serverValue:13}] to localhost:27017 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.028 s -- in org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseXMLTest [EL Warning]: metadata: 2024-04-17 13:03:56.834--ServerSession(1762378078)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Adding discovered server localhost:27017 to client view of cluster Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Cluster description not yet available. Waiting for 30000 ms before timing out Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:14, serverValue:14}] to localhost:27017 Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 24]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=null, roundTripTimeNanos=182392} Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Discovered cluster type of STANDALONE Apr 17, 2024 1:03:56 PM com.mongodb.diagnostics.logging.JULLogger log INFO: Opened connection [connectionId{localValue:15, serverValue:15}] to localhost:27017 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseXMLTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- mongo:0.4.2:stop (stop-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-test-sources.jar [INFO] [INFO] --- eclipselink-testbuild:1.0.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/persistence.xml [INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/ejb-jar.xml [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.ear [INFO] [INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.455 s [INFO] Finished at: 2024-04-17T13:03:58Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LRG Server tests (Wildfly)) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/test_server.sh -[ EclipseLink Test Server ]----------------------------------------------------------- -[ INFO Server tests are temporary disabled until server with Jakarta packages will be available]- [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare to nightly) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/prepare_nightly.sh -[ EclipseLink Nightly Build Preparation ]----------------------------------------------------------- -[ EclipseLink Prepare Artifacts to Nightly ]----------------------------------------------------------- Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:org.eclipse.persistence.nightly:pom:4.0.3-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 131, column 21 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 299, column 21 [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] ------< org.eclipse.persistence:org.eclipse.persistence.nightly >------- [INFO] Building EclipseLink Bundles Nightly Builds 4.0.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 660 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/coderplus/maven/plugins/copy-rename-maven-plugin/1.0.1/copy-rename-maven-plugin-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/coderplus/maven/plugins/copy-rename-maven-plugin/1.0.1/copy-rename-maven-plugin-1.0.1.pom (4.3 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/coderplus/maven/plugins/copy-rename-maven-plugin/1.0.1/copy-rename-maven-plugin-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/coderplus/maven/plugins/copy-rename-maven-plugin/1.0.1/copy-rename-maven-plugin-1.0.1.jar (11 kB at 244 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.nightly --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.nightly --- [INFO] Artifact javax.xml.bind:jaxb-api:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jaxb-api:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (0 B at 0 B/s) [INFO] Artifact javax.xml.bind:jaxb-api-parent:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jaxb-api-parent:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (0 B at 0 B/s) [INFO] Artifact com.sun.activation:all:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), jvnet-nexus-releases (https://maven.java.net/content/repositories/releases/, default, releases)] [INFO] Artifact com.sun.activation:all:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), jvnet-nexus-releases (https://maven.java.net/content/repositories/releases/, default, releases)] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom (0 B at 0 B/s) [INFO] Artifact javax.xml.bind:jaxb-api:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jaxb-api:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (0 B at 0 B/s) [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.nightly --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.nightly --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.nightly --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nightly --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ org.eclipse.persistence.nightly --- [INFO] Skipping because we are not in root module. [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ org.eclipse.persistence.nightly --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly [INFO] Storing buildNumber: 8a993b480d at timestamp: 1713359043927 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly [INFO] Storing scmBranch: 4.0 [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.nightly --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.persistence.nightly --- [INFO] Executing tasks [INFO] [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/jpa-test-reports [INFO] [copy] Copying 234 files to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/jpa-test-reports [INFO] [copy] Copying 80 files to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/jpa-test-reports [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (prepare-nightly-build-dir-test-reports-resources) @ org.eclipse.persistence.nightly --- [INFO] Executing tasks [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/css [INFO] [copy] Copying 11 files to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/images [INFO] Executed tasks [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nightly --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- copy-rename:1.0.1:copy (prepare-nightly-build-dir-test-reports) @ org.eclipse.persistence.nightly --- [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 523 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 3.8 MB/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 3.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.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 230 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 903 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 686 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 1.0 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.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 900 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 950 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 810 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 986 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 260 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 40 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.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 64 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 32 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-10/doxia-sink-api-1.0-alpha-10.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-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 27 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-10/doxia-1.0-alpha-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 235 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/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 46 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.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 498 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 52 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 22 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.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 12 MB/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] 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-profile/2.0.9/maven-profile-2.0.9.jar [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] 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-project/2.0.9/maven-project-2.0.9.jar (122 kB at 14 MB/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.jar [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 3.8 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.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-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 519 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.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/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 631 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-10/doxia-sink-api-1.0-alpha-10.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 792 kB/s) [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 933 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] 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/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar (9.9 kB at 155 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.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 378 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-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 290 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/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 485 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] 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 130 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.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 155 kB/s) [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 166 kB/s) [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 1.0 MB/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 109 kB/s) [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 386 kB/s) [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/eclipselink.core.test/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/eclipselink-core-lrg-4.0.3.v20240417-8a993b480d.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/eclipselink-dbws-lrg-4.0.3.v20240417-8a993b480d.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/eclipselink-dbws-util-lrg-4.0.3.v20240417-8a993b480d.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/eclipselink-jaxb-lrg-4.0.3.v20240417-8a993b480d.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/jpa-test-reports/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/eclipselink-jpa-lrg-4.0.3.v20240417-8a993b480d.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/eclipselink.jpa.wdf.test/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/eclipselink-jpa-wdf-lrg-4.0.3.v20240417-8a993b480d.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/eclipselink-jpars-lrg-4.0.3.v20240417-8a993b480d.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/eclipselink-oxm-lrg-4.0.3.v20240417-8a993b480d.html [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/test-reports/test-summary.html to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/Eclipse/eclipselink-sdo-lrg-4.0.3.v20240417-8a993b480d.html [INFO] [INFO] --- copy-rename:1.0.1:copy (prepare-nightly-build-dir-binaries) @ org.eclipse.persistence.nightly --- [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/eclipselink-4.0.3.v20240417-8a993b480d.zip [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-plugins.zip to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/eclipselink-plugins-4.0.3.v20240417-8a993b480d.zip [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-plugins-nosql.zip to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/eclipselink-plugins-nosql-4.0.3.v20240417-8a993b480d.zip [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-test-jars.zip to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/eclipselink-test-jars-4.0.3.v20240417-8a993b480d.zip [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/others/target/eclipselink-test-src.zip to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/eclipselink-test-src-4.0.3.v20240417-8a993b480d.zip [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/stage/eclipselink/jlib/eclipselink.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/eclipselink.jar [INFO] Copied /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/stage/eclipselink/jlib/eclipselink-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/target/nightlybuild/4.0.3/20240417/eclipselink-src-4.0.3.v20240417-8a993b480d.zip [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.nightly --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nightly --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/nightly/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nightly --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nightly --- [INFO] [INFO] --- antrun:3.1.0:run (fix-test-reports) @ org.eclipse.persistence.nightly --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- groovy:2.1.1:execute (generate-ResultSummary.dat) @ org.eclipse.persistence.nightly --- eclipselink-core-lrg-4.0.3.v20240417-8a993b480d.html:8524:8524:0 eclipselink-dbws-lrg-4.0.3.v20240417-8a993b480d.html:10:10:0 eclipselink-dbws-util-lrg-4.0.3.v20240417-8a993b480d.html:34:34:0 eclipselink-jaxb-lrg-4.0.3.v20240417-8a993b480d.html:24688:24688:0 eclipselink-jpa-lrg-4.0.3.v20240417-8a993b480d.html:4103:4103:0 eclipselink-jpa-wdf-lrg-4.0.3.v20240417-8a993b480d.html:1015:1015:0 eclipselink-jpars-lrg-4.0.3.v20240417-8a993b480d.html:45:45:0 eclipselink-oxm-lrg-4.0.3.v20240417-8a993b480d.html:32299:32299:0 eclipselink-sdo-lrg-4.0.3.v20240417-8a993b480d.html:121:121:0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.187 s [INFO] Finished at: 2024-04-17T13:04:11Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to nightly) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.eclipselink (ssh://genie.eclipselink@projects-storage.eclipse.org) [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-OKREsZ2vXw17/agent.410 SSH_AGENT_PID=412 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/eclipselink-nightly-4.0@tmp/private_key_3719868585008779381.key (/home/jenkins/agent/workspace/eclipselink-nightly-4.0@tmp/private_key_3719868585008779381.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/publish_nightly.sh -[ EclipseLink Publish to Nightly ]----------------------------------------------------------- [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 412 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to snapshots) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/publish_snapshots.sh -[ EclipseLink Publish to Jakarta Snapshots ]----------------------------------------------------------- Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] EclipseLink Parent [pom] [INFO] EclipseLink Hermes Parser [jar] [INFO] EclipseLink Core [jar] [INFO] EclipseLink JSON Extension [jar] [INFO] EclipseLink Oracle Extension [jar] [INFO] EclipseLink Core Test Framework [jar] [INFO] EclipseLink PostgreSQL Extension [jar] [INFO] EclipseLink MOXy [jar] [INFO] EclipseLink JPA [jar] [INFO] EclipseLink JPA Test Framework [jar] [INFO] EclipseLink JPA Model Generator [jar] [INFO] EclipseLink JPA-RS Server [jar] [INFO] EclipseLink JPA-RS [jar] [INFO] EclipseLink CORBA Extension [jar] [INFO] EclipseLink Extension [jar] [INFO] EclipseLink NoSQL Extension [jar] [INFO] EclipseLink MOXy XJC [jar] [INFO] EclipseLink DBWS [jar] [INFO] EclipseLink SDO [jar] [INFO] EclipseLink DBWS Builder [jar] [INFO] EclipseLink Package Rename Utility [jar] [INFO] EclipseLink Oracle NoSQL Extension [jar] [INFO] EclipseLink Bundles Parent [pom] [INFO] EclipseLink Bundles MOXy standalone [pom] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) [jar] [INFO] EclipseLink Bundles tests [jar] [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [INFO] Building EclipseLink Parent 4.0.3-SNAPSHOT [1/26] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- assembly:3.6.0:single (build-resources) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/common-license.xml [INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml [INFO] Reading assembly descriptor: src/main/assembly/test-report.xml [INFO] Reading assembly descriptor: src/main/assembly/spotbugs-filter.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-defaults.zip [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-report.zip [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-spotbugs-filter.zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-defaults.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-defaults.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-report.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-test-report.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-spotbugs-filter.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.3-SNAPSHOT/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-spotbugs-filter.zip [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.parent --- [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 4.0.3-SNAPSHOT [2/26] [INFO] from jpa/org.eclipse.persistence.jpa.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.jpql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.jpql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.jpql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.jpql-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 4.0.3-SNAPSHOT [3/26] [INFO] from foundation/org.eclipse.persistence.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.core --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.core --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.time) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ org.eclipse.persistence.core --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: 8a993b480d5cfbaad39ffd7939d308a788ede355 at timestamp: 1713359077071 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core [INFO] Storing scmBranch: 4.0 [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core --- [INFO] Copying 7 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/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] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.core:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*~] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core --- [INFO] Copying 879 resources from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-srg) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-dom) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-deploymentxml) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-deploymentxml-tl) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-docpres) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-oxm-non-default-system-properties) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.3-SNAPSHOT/org.eclipse.persistence.core-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.core --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.json >-------- [INFO] Building EclipseLink JSON Extension 4.0.3-SNAPSHOT [4/26] [INFO] from foundation/org.eclipse.persistence.json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.json --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.json --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.json --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.json --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.json --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.json --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.json --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[23,36] module not found: org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[24,36] module not found: org.eclipse.persistence.pgsql [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[25,36] module not found: org.eclipse.persistence.oracle [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.json --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.json --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.json --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.json --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.json --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.json --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.json --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.json --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.json --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.json --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.json --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.json --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/4.0.3-SNAPSHOT/org.eclipse.persistence.json-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.json --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [INFO] Building EclipseLink Oracle Extension 4.0.3-SNAPSHOT [5/26] [INFO] from foundation/org.eclipse.persistence.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.oracle --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.oracle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 34 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/module-info.java:[19,44] requires transitive directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/module-info.java:[20,33] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[283,30] oracle.sql.ARRAY in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[283,51] oracle.sql.ArrayDescriptor in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[293,30] oracle.sql.STRUCT in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[293,52] oracle.sql.StructDescriptor in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[303,21] oracle.sql.REF in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[304,28] oracle.sql.REF in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[754,15] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[865,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[867,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[902,50] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[90,31] class org.eclipse.persistence.internal.platform.database.XMLTypePlaceholder in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[75,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[77,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NCharacter.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NCharacter in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NCharacter.java:[25,50] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NString.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NString in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NString.java:[25,47] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NClob.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NClob in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NClob.java:[25,45] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[23,8] class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTypes in exported package org.eclipse.persistence.internal.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[37,79] interface oracle.ucp.jdbc.oracle.DataBasedConnectionAffinityCallback in module com.oracle.database.ucp is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[86,35] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module com.oracle.database.ucp is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[97,12] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module com.oracle.database.ucp is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKNamespaceResolver.java:[25,46] interface oracle.xml.parser.v2.NSResolver in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[37,23] createXML(java.sql.Connection,org.w3c.dom.Document) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[42,23] createXML(java.sql.Connection,java.lang.String) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[53,19] getDocument() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[59,35] getStringVal() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[64,16] close() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[70,31] oracle.xdb.dom.XDBDocument in oracle.xdb.dom has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,35] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,23] createXML(oracle.sql.OPAQUE) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[447,14] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[450,39] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[490,32] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[510,46] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[78,15] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[79,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[80,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[81,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[82,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[83,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[84,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[85,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[86,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[347,16] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[388,15] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[388,47] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[418,15] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[702,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[706,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[710,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[714,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[718,27] class oracle.dms.instrument.Sensor in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[722,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[726,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[730,27] class oracle.dms.instrument.Noun in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:[39,8] Class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/Oracle21JsonPlatform.java:[42,43] class org.eclipse.persistence.json.JsonPlatform in module org.eclipse.persistence.json may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/OracleJsonPlatformProvider.java:[30,8] class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider in exported package org.eclipse.persistence.platform.database.oracle.json declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/OracleJsonPlatformProvider.java:[30,52] interface org.eclipse.persistence.internal.databaseaccess.spi.JsonPlatformProvider in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:[26,8] class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPHelper in exported package org.eclipse.persistence.internal.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:[402,15] class oracle.xml.parser.schema.XSDNode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:[402,37] class oracle.xml.parser.schema.XSDElement in module is not exported [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.oracle --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >-- [INFO] Building EclipseLink Core Test Framework 4.0.3-SNAPSHOT [6/26] [INFO] from foundation/org.eclipse.persistence.core.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.core.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.core.test.framework --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 103 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[88,22] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[149,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[156,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[158,36] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[260,42] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[357,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[368,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[369,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[369,30] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[370,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[371,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[372,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[373,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[374,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[34,15] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[47,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[49,29] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[74,30] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[106,44] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[115,62] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[40,80] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[44,80] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[100,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[102,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[239,80] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[242,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[244,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[34,13] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[826,44] unchecked call to insertElementAt(E,int) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[874,41] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[878,14] found raw type: java.util.Enumeration missing type arguments for generic class java.util.Enumeration [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[31,15] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[34,32] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[37,27] unchecked method invocation: method addTests in class org.eclipse.persistence.testing.framework.TestCollection is applied to given types required: java.util.Vector found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[37,28] unchecked conversion required: java.util.Vector found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[41,41] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[61,41] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[103,31] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[149,31] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[42,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[43,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[43,58] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[50,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[55,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,67] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,67] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,67] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,67] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,67] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,67] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[80,41] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[93,33] unchecked call to putAll(java.util.Map) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[95,16] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[99,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[118,20] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[195,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[196,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[196,30] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[199,23] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[203,27] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[233,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[238,20] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[1237,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[1239,28] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[2156,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[2242,54] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/NonEditableDefaultTableModel.java:[41,58] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[178,45] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[178,62] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[179,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[179,29] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[189,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[189,29] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[193,48] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[193,65] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[193,129] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[202,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[212,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[225,13] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[225,32] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[226,13] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[226,32] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[229,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[230,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[236,25] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[237,25] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[240,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[242,20] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[262,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[262,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[262,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[271,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[281,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[292,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[294,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[308,95] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[317,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[327,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[357,123] found raw type: java.util.Map missing type arguments for generic class java.util.Map [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.core.test.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.core.test.framework-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.pgsql >-------- [INFO] Building EclipseLink PostgreSQL Extension 4.0.3-SNAPSHOT [7/26] [INFO] from foundation/org.eclipse.persistence.pgsql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.pgsql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.pgsql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.pgsql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.pgsql --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.pgsql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/main/java/module-info.java:[17,39] requires transitive directive for an automatic module [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.pgsql --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.pgsql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.pgsql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.pgsql --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.pgsql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.pgsql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.pgsql --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.pgsql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.pgsql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.pgsql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.pgsql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/4.0.3-SNAPSHOT/org.eclipse.persistence.pgsql-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.pgsql --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 4.0.3-SNAPSHOT [8/26] [INFO] from moxy/org.eclipse.persistence.moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.moxy --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.moxy --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 193 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[454,23] createBinder() in org.eclipse.persistence.jaxb.JAXBContext overrides createBinder() in jakarta.xml.bind.JAXBContext return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[464,27] createBinder(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBContext overrides createBinder(java.lang.Class) in jakarta.xml.bind.JAXBContext return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[609,17] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[612,36] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[617,16] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[625,35] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[717,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[717,40] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[717,36] unchecked call to CoreAttributeGroup(java.lang.String,java.lang.Class,boolean) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[731,15] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[735,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[739,32] unchecked call to set(int,E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[744,24] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[744,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[768,15] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[770,24] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[770,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[779,20] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[779,16] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[796,19] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[804,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[807,87] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[840,89] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[859,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[870,101] unchecked method invocation: method getXmlBindingsFromProperties in class org.eclipse.persistence.jaxb.JAXBContextFactory is applied to given types required: java.util.Map,java.lang.ClassLoader found: java.util.Map,java.lang.ClassLoader [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[870,102] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[870,101] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[956,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[960,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[998,121] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[999,13] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1010,96] unchecked conversion required: java.util.Iterator found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1017,61] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1063,17] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1064,59] unchecked method invocation: method isAnnotationPresent in class java.lang.Class is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1064,60] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1079,65] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1113,99] unchecked method invocation: method getXmlBindingsFromProperties in class org.eclipse.persistence.jaxb.JAXBContextFactory is applied to given types required: java.util.Map,java.lang.ClassLoader found: java.util.Map,java.lang.ClassLoader [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1113,100] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1113,99] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1120,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1124,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1177,132] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1178,13] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1189,101] unchecked cast required: java.lang.Iterable found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1195,61] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1212,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1212,79] unchecked call to getDescriptor(java.lang.Class) as a member of the raw type org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1278,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1288,96] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1301,39] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1301,35] unchecked call to HashMap(java.util.Map) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1305,107] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1315,39] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1315,35] unchecked call to HashMap(java.util.Map) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1325,25] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1357,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1363,40] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1363,56] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1367,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1368,41] unchecked method invocation: method processXMLDescriptor in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState is applied to given types required: java.util.List,org.eclipse.persistence.internal.oxm.mappings.Descriptor,org.eclipse.persistence.internal.oxm.NamespaceResolver found: java.util.List,org.eclipse.persistence.internal.oxm.mappings.Descriptor,org.eclipse.persistence.internal.oxm.NamespaceResolver [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1368,42] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1373,48] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1373,71] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1379,13] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1385,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1391,21] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1394,21] found raw type: java.util.Set missing type arguments for generic class java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1400,46] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1403,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1508,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1690,85] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[152,8] class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin in exported package org.eclipse.persistence.jaxb.plugins declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[916,38] found raw type: org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple missing type arguments for generic class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[919,25] found raw type: org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple missing type arguments for generic class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ValidationXMLReader.java:[61,8] class org.eclipse.persistence.jaxb.ValidationXMLReader in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1078,61] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1115,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1125,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1358,44] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1380,40] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[2297,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBIntrospector.java:[55,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBIntrospector.java:[72,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBIntrospector.java:[73,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[98,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[517,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.JavaTypes in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[577,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlEnums in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[637,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlRegistries in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/JavaType.java:[83,8] class org.eclipse.persistence.jaxb.xmlmodel.JavaType in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/JavaType.java:[713,19] class org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlProperties.java:[59,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlProperties.java:[115,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlSchema.java:[64,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlSchema.java:[231,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[320,51] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.TypeInfo is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[320,72] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[322,51] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.TypeInfo is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[322,73] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[444,109] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[501,18] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[744,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[744,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[814,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[814,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[898,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[898,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1065,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1065,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1274,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1274,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1331,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1331,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1383,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1383,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1435,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1435,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1529,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1529,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1599,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1599,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1601,52] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,49] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,45] unchecked call to ArrayList(java.util.Collection) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,31] unchecked method invocation: method put in interface java.util.Map is applied to given types required: K,V found: java.lang.String,java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,45] unchecked conversion required: V found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1696,33] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1702,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1937,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1938,51] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1955,66] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1955,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1956,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1963,24] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2235,21] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2235,69] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2237,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2240,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2241,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2245,46] unchecked method invocation: method add in interface java.util.List is applied to given types required: E found: jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2245,47] unchecked conversion required: E found: jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:[73,8] class org.eclipse.persistence.jaxb.JAXBContextFactory in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:[218,59] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[33,8] class org.eclipse.persistence.jaxb.TypeMappingInfo in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[41,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[128,12] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[137,34] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,23] getAdapter(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBMarshaller implements getAdapter(java.lang.Class) in jakarta.xml.bind.Marshaller return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[163,47] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[234,44] unchecked call to setItem(ITEM) as a member of the raw type org.eclipse.persistence.internal.jaxb.many.ManyValue [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,34] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,12] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[243,9] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[421,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[440,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[451,60] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[556,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[569,64] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[596,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[621,13] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[622,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[622,32] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[624,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[629,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[629,32] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[631,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[651,32] found raw type: org.eclipse.persistence.oxm.JSONWithPadding missing type arguments for generic class org.eclipse.persistence.oxm.JSONWithPadding [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[651,28] unchecked call to JSONWithPadding(T,java.lang.String) as a member of the raw type org.eclipse.persistence.oxm.JSONWithPadding [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[662,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[673,64] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[685,46] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[701,48] unchecked call to setItem(ITEM) as a member of the raw type org.eclipse.persistence.internal.jaxb.many.ManyValue [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[721,38] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[769,40] found raw type: org.eclipse.persistence.oxm.record.MarshalRecord missing type arguments for generic class org.eclipse.persistence.oxm.record.MarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[776,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[785,40] found raw type: org.eclipse.persistence.oxm.record.MarshalRecord missing type arguments for generic class org.eclipse.persistence.oxm.record.MarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[789,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[799,60] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[810,28] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[810,45] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[811,9] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[813,26] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[816,19] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[820,28] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[851,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[901,71] unchecked method invocation: constructor in class org.eclipse.persistence.internal.oxm.record.namespaces.MapNamespacePrefixMapper is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[901,100] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/BeanValidationHelper.java:[140,12] class org.eclipse.persistence.jaxb.BeanValidationHelper.ConstraintsDetectorService in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[180,12] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[182,9] found raw type: org.eclipse.persistence.core.sessions.CoreProject missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[200,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[207,50] unchecked call to setNamespaceResolver(NAMESPACE_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[222,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[233,54] unchecked call to setNamespaceResolver(NAMESPACE_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[1025,23] getAdapter(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements getAdapter(java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[648,24] unmarshal(javax.xml.stream.XMLEventReader,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.stream.XMLEventReader,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[449,24] unmarshal(javax.xml.stream.XMLStreamReader,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.stream.XMLStreamReader,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[345,24] unmarshal(javax.xml.transform.Source,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.transform.Source,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[314,24] unmarshal(org.w3c.dom.Node,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(org.w3c.dom.Node,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[246,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[262,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[267,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[270,37] unchecked call to setValue(T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[283,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[314,45] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[314,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[345,49] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[345,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[358,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[369,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[383,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[390,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[390,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[390,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[405,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[410,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[420,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[425,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[425,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[425,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[429,21] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[431,73] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[432,41] unchecked call to setValue(T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[449,64] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[449,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[457,17] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[457,71] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[457,67] unchecked call to PrimitiveContentHandler(java.lang.Class) as a member of the raw type org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[463,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[466,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[466,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[466,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[477,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[491,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[498,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[498,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[498,41] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[514,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[516,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[523,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[528,21] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[528,85] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[528,81] unchecked call to PrimitiveArrayContentHandler(java.lang.Class,java.lang.Class,boolean) as a member of the raw type org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[543,60] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[545,48] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[564,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[575,28] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[575,24] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class,T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[590,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[600,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.moxy:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.moxy --- [INFO] Copying 2413 resources from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2779 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/module-info.java:[29,14] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelementref/JavacTask.java:[23,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelementref.JavacTask overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Melon.java:[26,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Melon overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/BaseType.java:[30,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap7Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap7Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap7.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap7 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/Bar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/events/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.events.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/AppleRef.java:[25,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.AppleRef overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Apple.java:[26,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Apple overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnullpolicy/Employee.java:[34,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnullpolicy.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/compositecollection/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.compositecollection.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltransient/inheritance/Person.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltransient.inheritance.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/none/ValidParent.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.none.ValidParent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/none/ValidChild.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.none.ValidChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/xsitype/Customer.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.xsitype.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/schemagen/imports/inheritance/parent/Parent.java:[20,8] Class org.eclipse.persistence.testing.jaxb.schemagen.imports.inheritance.parent.Parent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/schemagen/imports/inheritance/child/Child.java:[24,8] Class org.eclipse.persistence.testing.jaxb.schemagen.imports.inheritance.child.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/cdata/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.cdata.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubDataNT.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Owner.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Owner overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Owned.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Owned overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList8ChildRoot.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList8ChildRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList8Impl.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList8Impl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/attribute/AddressNoRoot.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.attribute.AddressNoRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubType.java:[21,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubTypeLevel2.java:[20,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubTypeLevel2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/EmptyElementObjectRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.EmptyElementObjectRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/qname/Root.java:[27,8] Class org.eclipse.persistence.testing.jaxb.qname.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Company.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/cyclic/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.cyclic.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmljoinnode/AtnEmployee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmljoinnode.AtnEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Mapped.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Mapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/InvalidEmployee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.InvalidEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/qualified/DefaultNamespaceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.qualified.DefaultNamespaceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/EmployeeSingle.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.EmployeeSingle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootNull.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootNull overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/ChildNull.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.ChildNull overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/classoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.classoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Customer.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Root.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.nills.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/Address.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/Person.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/XmlInverseRefWithWrapperTestCases.java:[64,20] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.XmlInverseRefWithWrapperTestCases.PersonWithWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/XmlInverseRefWithWrapperTestCases.java:[114,20] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.XmlInverseRefWithWrapperTestCases.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/classlevel/MyClass.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.classlevel.MyClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/classlevel/MyCalendar.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.classlevel.MyCalendar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/unqualified/ComplexType.java:[68,19] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.unqualified.ComplexType.TestLocal overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/unqualified/ComplexType.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.unqualified.ComplexType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/ComplexValue.java:[17,8] Class org.eclipse.persistence.testing.jaxb.map.ComplexValue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/factory/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.factory.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/noarg/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.noarg.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/noarg/Something.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.noarg.Something overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/unset/Address.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.unset.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyattribute/XmlAnyAttributeSubTypeMapModel.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyattribute.XmlAnyAttributeSubTypeMapModel overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/classlevel/ClassA.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.classlevel.ClassA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/classlevel/ClassB.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.classlevel.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/MelonRef.java:[25,1] Class org.eclipse.persistence.testing.jaxb.idresolver.MelonRef overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/Foos.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementref.Foos overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/Bar.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementref.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlenum/EmployeeDepartmentArray.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlenum.EmployeeDepartmentArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/factory/EmployeeWithFactoryMethod.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.factory.EmployeeWithFactoryMethod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/unqualified/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.unqualified.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance2/Customer.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance2.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance2/ContactInfo.java:[18,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance2.ContactInfo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlenum/EmployeeMapDepartmentKey.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlenum.EmployeeMapDepartmentKey overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Melon.java:[26,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Melon overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementwrapper/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementwrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlpath/TestObjectToElementWithXmlAttribute.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlpath.TestObjectToElementWithXmlAttribute overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelements/Link.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlelements.Link overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/jaxbcontext/sessioneventlistener/AddressAddedByEvent.java:[17,8] Class org.eclipse.persistence.testing.jaxb.jaxbcontext.sessioneventlistener.AddressAddedByEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/prefix3/Other.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.prefix3.Other overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlattachmentref/RootObject.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlattachmentref.RootObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/classloader/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/classloader/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/classloader/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/Address.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/TypeSafeEnumConverterTestCases.java:[58,47] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/TypeSafeEnumConverterTestCases.java:[79,47] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/TypeSafeEnumConverterTestCases.java:[101,47] redundant cast to java.lang.Exception [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceChild.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap1Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap1Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/list/FooWithBars.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.list.FooWithBars overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/PropertyRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/object/Whitespace.java:[30,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.object.Whitespace overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap5Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap5Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelements/CustomerPredicate.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelements.CustomerPredicate overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap6Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap6Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap6.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap6 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/ParkingLot.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlclassextractor.ParkingLot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltransient/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltransient.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/multiplepackage/packagea/ClassA.java:[21,8] Class org.eclipse.persistence.testing.jaxb.multiplepackage.packagea.ClassA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/objectlist/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.objectlist.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathCompany.java:[27,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathCompany overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathEmployee.java:[26,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Team.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance1/Customer.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance1.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/inheritance1/ContactInfo.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.inheritance1.ContactInfo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootNoAnnotations.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootNoAnnotations overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Thing.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Thing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/BaseTypeWithRootElement.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.BaseTypeWithRootElement overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/SubTypeParentRootOnly.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.SubTypeParentRootOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/simple/Simple.java:[19,8] Class org.eclipse.persistence.testing.jaxb.inheritance.simple.Simple overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/simple/Complex.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.simple.Complex overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/EmployeeSingle.java:[28,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.EmployeeSingle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/RootComplex.java:[28,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.RootComplex overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap4Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap4Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap3.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap3 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/twopackages/a/A.java:[23,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.twopackages.a.A overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/twopackages/b/B.java:[19,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.twopackages.b.B overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/multiline/MultiBean.java:[21,8] Class org.eclipse.persistence.testing.jaxb.json.multiline.MultiBean overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xsitype/Foo.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xsitype.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/substitution/Person.java:[53,8] Class org.eclipse.persistence.testing.jaxb.substitution.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Client.java:[28,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Client overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/PhoneNumber.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/javaclassoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.javaclassoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/objectreference/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.objectreference.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList1Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList1Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/nil/MaskFormatEntry.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.nil.MaskFormatEntry overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/AddressInterfaces.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.AddressInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/EmployeeWithElementsInterfaces.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.EmployeeWithElementsInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschematype/EmployeeDate.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlschematype.EmployeeDate overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/AnyCollectionRoot.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.AnyCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/adapters/ClassB.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.adapters.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/inputsource/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.inputsource.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/Vehicle.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlclassextractor.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmldiscriminator/Car.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmldiscriminator.Car overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlattribute/ObjectRoot.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlattribute.ObjectRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlaccessororder/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlaccessororder.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithXmlRootElementRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Parent.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Parent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlinlinebinarydata/MyDataPropertyAnnotation.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlinlinebinarydata.MyDataPropertyAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmltype/proporder/TransientRoot.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmltype.proporder.TransientRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/RootWrapper.java:[28,8] Class org.eclipse.persistence.testing.jaxb.map.RootWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/CDNPriceNoAnnotation.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlvalue.CDNPriceNoAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/interfaces/choice/MyObject.java:[24,8] Class org.eclipse.persistence.testing.jaxb.interfaces.choice.MyObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/choice/Foo.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.choice.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/bindings/Address.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.bindings.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/bindings/Person.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.bindings.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/nulls/Child.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.nulls.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/DequeHolder.java:[37,8] Class org.eclipse.persistence.testing.jaxb.collections.DequeHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/ReferencedObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.collections.ReferencedObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/ThingSetOnly.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.ThingSetOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/ClassWithInnerClass.java:[21,19] Class org.eclipse.persistence.testing.jaxb.listofobjects.ClassWithInnerClass.MyInner overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/FruitOrder.java:[24,8] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.FruitOrder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlrootelement/EmployeeNoNamespace.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlrootelement.EmployeeNoNamespace overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/xmlvalue/Person.java:[23,8] Class org.eclipse.persistence.testing.jaxb.json.xmlvalue.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/xmlvalue/Address.java:[21,8] Class org.eclipse.persistence.testing.jaxb.json.xmlvalue.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/xmlvalue/PhoneNumber.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.xmlvalue.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/defaultns/singleemptyprefix/Person.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.defaultns.singleemptyprefix.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlreadonly.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelements/Foo.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelements.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Item.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Item overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/nomappings/SomeClass.java:[20,8] Class org.eclipse.persistence.testing.jaxb.nomappings.SomeClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfSource.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfSource overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfTarget.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfTarget overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Contact.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Contact overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyattribute/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/file/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.file.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Animal.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Animal overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Dog.java:[20,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Dog overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/EmployeeArray.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/AddressArray.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.AddressArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/PhoneNumberArray.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.PhoneNumberArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/multiplepackage/packageb/ClassB.java:[23,8] Class org.eclipse.persistence.testing.jaxb.multiplepackage.packageb.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ReferenceChild.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/PhoneNumberWithAtts.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.PhoneNumberWithAtts overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Phone.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Email.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Email overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/PropertyBar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.PropertyBar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelement/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/unmarshaller/DefaultValueRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.unmarshaller.DefaultValueRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/composite/MyMap.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.composite.MyMap overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap2Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap2Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinlinebinarydata/HexRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinlinebinarydata.HexRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs/FooImplNoAnnotations.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs.FooImplNoAnnotations overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Unmapped.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Unmapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/UnmappedTwo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.UnmappedTwo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/xmllocation/SubDataNT.java:[22,8] Class org.eclipse.persistence.testing.jaxb.sun.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/CDNPricesNoAnnotation.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlvalue.CDNPricesNoAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/multiplebindings/simple/Phone.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.multiplebindings.simple.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithoutXmlRootElementRoot.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithoutXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/OverrideAllRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.OverrideAllRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/PositionalRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PositionalRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/domhandler/Root.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.domhandler.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/integer/Bottom.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.integer.Bottom overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/cycle/Email.java:[17,8] Class org.eclipse.persistence.testing.jaxb.cycle.Email overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootWrapper.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/OtherThing.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.OtherThing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/Foo.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/xml/TestClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.xml.TestClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/BaseType.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/SubTypeWithRootElementNoParentRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.SubTypeWithRootElementNoParentRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlaccessmethods/Employee.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlaccessmethods.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolderNillable.java:[34,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolderNillable overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlregistry/FooBar.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlregistry.FooBar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/ChildClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.ChildClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/elementref/TransactionAdd.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.elementref.TransactionAdd overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/innerclasses/UnmappedInnerClassRoot.java:[20,8] Class org.eclipse.persistence.testing.jaxb.innerclasses.UnmappedInnerClassRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/unmappable/package1/Container.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.unmappable.package1.Container overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/unmappable/package2/Unmappable.java:[15,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.unmappable.package2.Unmappable overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Parent.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Parent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Child.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/FruitOrder.java:[24,8] Class org.eclipse.persistence.testing.jaxb.idresolver.FruitOrder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/ChoiceCollectionRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.ChoiceCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/EmployeeArray.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/id/BImpl.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.id.BImpl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/XmlLocationNonTransientTestCases.java:[67,13] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationNonTransientTestCases.TestLocator overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/externalizedmetadata/Company.java:[20,8] Class org.eclipse.persistence.testing.jaxb.listofobjects.externalizedmetadata.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/RootWithCollection.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.RootWithCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/innerclasses/notincontext/TestObjectWrapper.java:[20,8] Class org.eclipse.persistence.testing.jaxb.innerclasses.notincontext.TestObjectWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/innerclasses/notincontext/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.innerclasses.notincontext.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/NormalizedStringRoot.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.NormalizedStringRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/list/FooWithBar.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.list.FooWithBar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/PositionalRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PositionalRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/dot/Person.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.dot.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/OverrideSequenceRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.OverrideSequenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Child.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubData.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubData overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/binarydatacollection/MyData.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.binarydatacollection.MyData overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/type/model/Person.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.type.model.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/type/model/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.type.model.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlpath/TestObjectToAttribute.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlpath.TestObjectToAttribute overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/objectgraph/Address.java:[29,8] Class org.eclipse.persistence.testing.jaxb.objectgraph.Address overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/XmlAdapterCompositeCollectionTestCases.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/JSONTestCases.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/JSONTestCases.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire:3.1.2:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.moxy --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [INFO] Building EclipseLink JPA 4.0.3-SNAPSHOT [9/26] [INFO] from jpa/org.eclipse.persistence.jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa --- [INFO] Copying 15 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa --- [WARNING] Can't extract module name from ant-launcher-1.10.13.jar: allow.class found in top-level directory (unnamed package not allowed in module) [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 567 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[310,40] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[380,71] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[467,63] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[481,68] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[502,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[520,31] unchecked method invocation: constructor in class java.util.HashMap is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[520,45] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[520,31] unchecked conversion required: java.util.Map found: java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[599,113] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[622,37] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[665,99] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[817,36] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1194,109] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1201,32] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1223,13] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1223,38] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1245,48] unchecked cast required: jakarta.persistence.TypedQuery found: jakarta.persistence.Query [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1281,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1323,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1453,94] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1463,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1467,32] unchecked method invocation: method apply in class org.eclipse.persistence.internal.jpa.QueryHintsHandler is applied to given types required: java.util.Map,org.eclipse.persistence.queries.DatabaseQuery,java.lang.ClassLoader,org.eclipse.persistence.internal.sessions.AbstractSession found: java.util.Map,org.eclipse.persistence.queries.ReadObjectQuery,java.lang.ClassLoader,org.eclipse.persistence.internal.sessions.AbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1467,33] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1475,65] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1509,24] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1629,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1643,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1675,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1690,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1705,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1723,13] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1726,32] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1749,48] unchecked cast required: jakarta.persistence.TypedQuery found: jakarta.persistence.Query [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2063,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2106,31] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2108,27] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2110,70] unchecked method invocation: method setProperties in class org.eclipse.persistence.internal.sessions.AbstractSession is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2110,71] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2304,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2312,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2326,91] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2893,46] unchecked cast required: T found: org.eclipse.persistence.sessions.UnitOfWork [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2895,28] unchecked cast required: T found: org.eclipse.persistence.internal.jpa.EntityManagerImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2897,51] unchecked cast required: T found: org.eclipse.persistence.internal.sessions.AbstractSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2899,51] unchecked cast required: T found: org.eclipse.persistence.internal.sessions.DatabaseSessionImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2901,49] unchecked cast required: T found: org.eclipse.persistence.sessions.server.ServerSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2903,49] unchecked cast required: T found: org.eclipse.persistence.sessions.broker.SessionBroker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2925,32] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2927,70] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2936,54] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2942,70] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2950,64] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3010,30] found raw type: jakarta.persistence.criteria.CriteriaUpdate missing type arguments for generic class jakarta.persistence.criteria.CriteriaUpdate [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3013,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3021,30] found raw type: jakarta.persistence.criteria.CriteriaDelete missing type arguments for generic class jakarta.persistence.criteria.CriteriaDelete [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3024,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3047,12] found raw type: jakarta.persistence.EntityGraph missing type arguments for generic class jakarta.persistence.EntityGraph [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3053,20] found raw type: org.eclipse.persistence.internal.jpa.EntityGraphImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EntityGraphImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3057,12] found raw type: jakarta.persistence.EntityGraph missing type arguments for generic class jakarta.persistence.EntityGraph [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3062,20] found raw type: org.eclipse.persistence.internal.jpa.EntityGraphImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.EntityGraphImpl [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/HashPartitioningMetadata.java:[64,36] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/HashPartitioningMetadata.java:[64,37] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[748,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[1682,40] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/ReplicationPartitioningMetadata.java:[64,36] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/ReplicationPartitioningMetadata.java:[64,37] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[222,9] found raw type: org.eclipse.persistence.mappings.converters.ConverterClass missing type arguments for generic class org.eclipse.persistence.mappings.converters.ConverterClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[222,45] found raw type: org.eclipse.persistence.mappings.converters.ConverterClass missing type arguments for generic class org.eclipse.persistence.mappings.converters.ConverterClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[87,15] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,62] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,58] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,57] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[285,58] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[413,30] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[413,26] unchecked call to EntityListener(java.lang.Class,java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[416,48] unchecked method invocation: method convertToSerializableMethods in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder is applied to given types required: java.util.Map> found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[416,78] unchecked conversion required: java.util.Map> found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListener.java:[374,25] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/VariableOneToOneAccessor.java:[151,106] unchecked cast required: java.util.List found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[136,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[384,122] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[417,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[441,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,89] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,85] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,84] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[466,85] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[486,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/ArchiveFactory.java:[37,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/ArchiveFactory.java:[45,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[92,89] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[99,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[107,90] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[111,31] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[199,19] getPKClassInstance() in org.eclipse.persistence.internal.jpa.CMP3Policy overrides getPKClassInstance() in org.eclipse.persistence.descriptors.CMPPolicy return type requires unchecked conversion from java.lang.Object to T [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[366,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[366,36] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,66] found raw type: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,61] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,62] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,59] found raw type: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,55] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,61] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedGetValueFromField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,62] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedGetValueFromField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedSetValueInField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,55] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedSetValueInField [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[40,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[48,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[83,54] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[99,72] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaEntityManager.java:[140,102] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[134,84] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[143,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[151,83] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[155,83] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[159,83] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[168,75] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[172,75] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[195,65] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[199,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[203,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[219,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[246,62] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[327,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[327,28] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[339,16] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[354,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[381,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[388,22] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[393,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[500,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[549,76] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[630,64] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[651,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[651,45] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Properties [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[651,46] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[666,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[666,113] unchecked method invocation: method getPropertyOverrides in interface org.eclipse.persistence.jpa.metadata.MetadataSource is applied to given types required: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog found: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[666,114] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[669,65] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[669,66] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[669,86] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,71] unchecked method invocation: method storeProject in interface org.eclipse.persistence.jpa.metadata.ProjectCache is applied to given types required: org.eclipse.persistence.sessions.Project,java.util.Map,org.eclipse.persistence.logging.SessionLog found: org.eclipse.persistence.sessions.Project,java.util.Map,org.eclipse.persistence.logging.SessionLog [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,99] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[748,51] unchecked method invocation: method setProperties in class org.eclipse.persistence.internal.sessions.AbstractSession is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[748,52] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1006,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1057,141] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1062,123] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1106,39] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1134,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1208,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1231,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1297,35] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1426,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1434,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1455,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,58] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,54] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,53] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1479,54] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1488,50] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1500,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1501,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1502,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1586,74] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1587,87] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1690,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1701,97] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1735,78] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1765,13] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1772,48] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Properties [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1772,49] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1838,75] unchecked method invocation: method retrieveProject in interface org.eclipse.persistence.jpa.metadata.ProjectCache is applied to given types required: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog found: java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1838,76] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2023,37] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor is applied to given types required: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor found: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2023,202] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2168,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2172,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2190,52] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2205,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2205,15] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2207,29] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types required: java.util.Map,java.util.Map found: java.util.Map,java.util.Properties [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2207,30] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2220,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2359,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2378,56] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2388,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2420,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2434,33] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2498,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2502,14] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2503,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2605,64] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2631,71] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2654,61] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2797,34] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2859,17] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2863,21] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2956,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2979,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2985,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2987,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2989,20] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3022,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3023,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3028,9] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3030,16] found raw type: java.util.Map.Entry missing type arguments for generic class java.util.Map.Entry [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3119,53] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3178,44] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3204,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3230,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3278,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3302,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3331,38] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3340,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3349,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3366,43] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3383,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3396,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3410,39] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3435,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3441,58] ANTLR in org.eclipse.persistence.config.ParserType has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3457,55] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3475,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3493,43] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3514,54] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3533,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3549,53] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3566,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3598,45] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3614,39] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3628,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3638,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3648,43] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3665,49] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3682,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3696,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3708,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3720,48] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3737,47] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3750,42] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3763,51] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3774,70] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3785,62] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3796,89] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3807,92] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3818,73] found raw type: java.util.Map missing type arguments for generic class java.util.Map [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.jpa:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >-- [INFO] Building EclipseLink JPA Test Framework 4.0.3-SNAPSHOT [10/26] [INFO] from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[510,46] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[523,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[532,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[564,78] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[572,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[580,92] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[584,92] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[592,35] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[620,47] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl is applied to given types required: java.lang.String,java.util.Map,java.util.List found: java.lang.String,java.util.Map,java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[620,97] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[636,57] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[36,22] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[55,26] unchecked method invocation: method putAll in interface java.util.Map is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[55,46] unchecked conversion required: java.util.Map found: java.util.Map [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 4.0.3-SNAPSHOT [11/26] [INFO] from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/module-info.java:[26,13] module not found: eclipselink [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/java/module-info.java:[16,14] requires directive for an automatic module [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire:3.1.2:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-jpa-modelgen-jpms) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.3-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpars.server >---- [INFO] Building EclipseLink JPA-RS Server 4.0.3-SNAPSHOT [12/26] [INFO] from jpa/org.eclipse.persistence.jpars.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpars.server --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars.server --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpars.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpars.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 122 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[44,8] class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[47,8] class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder in exported package org.eclipse.persistence.jpa.rs.features.paging declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[68,46] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[419,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[421,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1181,55] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[83,43] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[227,60] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[59,8] class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/ItemLinksBuilder.java:[31,14] class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/xmladapters/RestCollectionAdapter.java:[112,13] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:[47,8] class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureSetPreV2.java:[48,8] class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2 in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/ReservedWords.java:[22,8] class org.eclipse.persistence.jpa.rs.ReservedWords in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractSingleResultQueryResource.java:[44,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/SingleResultQueryResource.java:[39,8] class org.eclipse.persistence.jpa.rs.resources.SingleResultQueryResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractQueryResource.java:[54,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/QueryResource.java:[43,8] class org.eclipse.persistence.jpa.rs.resources.QueryResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/QueryList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/MatrixParameters.java:[17,8] class org.eclipse.persistence.jpa.rs.MatrixParameters in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[51,18] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[56,18] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[91,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[95,36] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[99,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[103,37] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[54,8] class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder in exported package org.eclipse.persistence.jpa.rs.features.core.selflinks declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[71,8] class org.eclipse.persistence.jpa.rs.resources.MetadataResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java:[333,81] unchecked cast required: java.lang.Class> found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java:[349,81] unchecked cast required: java.lang.Class> found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceResource.java:[58,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/PersistenceResource.java:[47,8] class org.eclipse.persistence.jpa.rs.resources.PersistenceResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/ConcreteSubclassFactory.java:[49,36] unchecked call to getConstructor(java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/QueryParameters.java:[17,8] class org.eclipse.persistence.jpa.rs.QueryParameters in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[41,8] class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/xmladapters/ReferenceAdapterV2.java:[129,23] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[65,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[46,8] class org.eclipse.persistence.jpa.rs.resources.EntityResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/LinkList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/SystemDefaults.java:[17,8] class org.eclipse.persistence.jpa.rs.SystemDefaults in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureSetV2.java:[51,8] class org.eclipse.persistence.jpa.rs.features.FeatureSetV2 in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpars.server --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.jpars.server:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars.server --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpars.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpars.server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpars.server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars.server --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars.server --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpars.server --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars.server --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars.server --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpars.server --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars.server-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpars.server --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [INFO] Building EclipseLink JPA-RS 4.0.3-SNAPSHOT [13/26] [INFO] from jpa/org.eclipse.persistence.jpars/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.jpars --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpars --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.jpars --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpars --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpars --- [INFO] Copying 32 resources from src/it/resources to target/test-classes [INFO] Copying 32 resources from src/it/resources to target/test-classes [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] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpars --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 77 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpars --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/4.0.3-SNAPSHOT/org.eclipse.persistence.jpars-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.jpars --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >-------- [INFO] Building EclipseLink CORBA Extension 4.0.3-SNAPSHOT [14/26] [INFO] from foundation/org.eclipse.persistence.corba/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.corba --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.corba --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.corba --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 33 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:[30,59] class javax.rmi.PortableRemoteObject in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[84,9] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[102,35] unchecked method invocation: method setObjectDescriptors in class org.eclipse.persistence.internal.sessions.remote.Transporter is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[102,36] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[37,44] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[44,101] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[51,45] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[74,107] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[106,52] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[27,91] class org.omg.CORBA.portable.ObjectImpl in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[27,166] interface org.omg.CORBA.portable.InvokeHandler in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,34] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,93] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,132] interface org.omg.CORBA.portable.ResponseHandler in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionController.java:[25,108] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionController.java:[25,139] interface org.omg.CORBA.portable.IDLEntity in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[178,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[205,135] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[205,71] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[205,131] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[283,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[398,61] found raw type: org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder missing type arguments for generic class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[437,81] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[716,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[716,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[716,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[748,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[748,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[748,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[34,55] class javax.rmi.CORBA.Stub in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[770,118] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[1438,137] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:[108,57] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/sun/SunCORBATransportManager.java:[58,48] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[25,88] interface org.omg.CORBA.portable.Streamable in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[46,25] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[37,64] class org.omg.CORBA_2_3.portable.ObjectImpl in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[37,86] interface javax.rmi.CORBA.Tie in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,12] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,48] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,65] interface org.omg.CORBA.portable.ResponseHandler in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,95] class org.omg.CORBA.SystemException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[325,12] class org.omg.CORBA.ORB in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[330,21] class org.omg.CORBA.ORB in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[340,118] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[368,25] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[378,137] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterDefaultFactory.java:[26,73] interface org.omg.CORBA.portable.ValueFactory in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterDefaultFactory.java:[35,70] class org.omg.CORBA_2_3.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[25,78] class org.omg.CORBA.portable.ObjectImpl in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[34,68] class org.omg.CORBA.portable.Delegate in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[34,44] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[41,119] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[47,45] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[58,125] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[62,52] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[66,118] interface org.omg.CORBA.Object in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[25,71] interface org.omg.CORBA.portable.Streamable in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[46,25] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[134,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,135] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,71] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,131] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[267,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[332,61] found raw type: org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder missing type arguments for generic class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[360,81] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,103] found raw type: java.util.IdentityHashMap missing type arguments for generic class java.util.IdentityHashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types required: java.lang.Object,java.util.Map,java.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,99] unchecked conversion required: java.util.Map found: java.util.IdentityHashMap [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.corba --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:4.0.3-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:4.0.3-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.corba --- [INFO] Copying 2 resources from src/it/resources to target/test-classes [INFO] Copying 2 resources from src/it/resources to target/test-classes [INFO] [INFO] --- exec:3.1.0:exec (start-corba-server) @ org.eclipse.persistence.corba --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.corba --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIServerManagerController.java:[100,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIIIOPRemoteModel.java:[44,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/suncorba/_CORBAServerManagerImplBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/suncorba/_CORBAServerManagerImplBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- antrun:3.1.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.1.2:integration-test (clear-database) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-corba) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.corba --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/4.0.3-SNAPSHOT/org.eclipse.persistence.corba-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.corba --- [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [INFO] Building EclipseLink Extension 4.0.3-SNAPSHOT [15/26] [INFO] from foundation/org.eclipse.persistence.extension/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.extension --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.extension --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.extension --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.extension --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.extension --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/4.0.3-SNAPSHOT/org.eclipse.persistence.extension-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.extension --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 4.0.3-SNAPSHOT [16/26] [INFO] from foundation/org.eclipse.persistence.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.nosql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 67 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRow.java:[35,21] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRow.java:[35,36] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[146,54] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[148,54] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[154,54] NORMAL in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[156,54] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[158,54] SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:[30,35] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:[30,56] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnection.java:[59,20] getMongo() in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[212,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[213,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[222,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[120,29] MongoClient(com.mongodb.ServerAddress,java.util.List,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[122,29] MongoClient(java.util.List,java.util.List,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:[236,12] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:[237,20] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[103,60] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[108,19] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[172,59] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[174,59] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[180,59] NORMAL in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[182,59] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[184,59] SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecord.java:[27,34] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecord.java:[27,53] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:[175,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:[242,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[46,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[54,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[46,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[54,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[187,36] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[208,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[224,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[252,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[255,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[257,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoListRecord.java:[27,38] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoListRecord.java:[27,59] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[118,52] eval(java.lang.String,java.lang.Object...) in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[127,27] setOptions(int) in com.mongodb.DBCollection has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[173,36] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[194,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[223,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[226,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[228,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[41,25] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[53,35] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[90,17] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,37] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,33] Mongo() in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,37] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,33] Mongo(java.util.List) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[99,27] getDB(java.lang.String) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[111,23] setOptions(int) in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[148,12] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[152,26] com.mongodb.Mongo in com.mongodb has been deprecated [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.nosql --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/test/resources [INFO] Copying 223 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 150 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/arraylist/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Department.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/arraylist/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.nosql-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.nosql --- [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >--- [INFO] Building EclipseLink MOXy XJC 4.0.3-SNAPSHOT [17/26] [INFO] from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/4.0.3-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [INFO] Building EclipseLink DBWS 4.0.3-SNAPSHOT [18/26] [INFO] from dbws/org.eclipse.persistence.dbws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 52 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/module-info.java:[40,82] module not found: org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Operation.java:[35,17] class org.eclipse.persistence.internal.xr.Operation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/InsertOperation.java:[32,8] class org.eclipse.persistence.internal.xr.InsertOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceModel.java:[33,8] class org.eclipse.persistence.internal.xr.XRServiceModel in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[37,8] class org.eclipse.persistence.internal.xr.XRServiceAdapter in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[43,15] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[74,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[77,27] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:[34,8] class org.eclipse.persistence.internal.xr.Parameter in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[204,26] serializable class org.eclipse.persistence.internal.xr.QueryOperation.DataHandlerInstantiationPolicy has no definition of serialVersionUID [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryHandler.java:[39,17] class org.eclipse.persistence.internal.xr.QueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:[30,8] class org.eclipse.persistence.internal.xr.BatchQueryOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Attachment.java:[31,8] class org.eclipse.persistence.internal.xr.Attachment in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/StoredProcedureQueryHandler.java:[49,8] class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/StoredFunctionQueryHandler.java:[40,8] class org.eclipse.persistence.internal.xr.StoredFunctionQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:[24,8] class org.eclipse.persistence.internal.xr.ProcedureArgument in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureOutputArgument.java:[31,8] class org.eclipse.persistence.internal.xr.ProcedureOutputArgument in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/dbws/DBWSModel.java:[121,8] class org.eclipse.persistence.dbws.DBWSModel in exported package org.eclipse.persistence.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:[33,8] class org.eclipse.persistence.internal.xr.AttachmentHelper in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[656,96] interface org.eclipse.persistence.jpa.metadata.MetadataSource in module org.eclipse.persistence.jpa is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[671,16] class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings in module org.eclipse.persistence.jpa is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/SQLQueryHandler.java:[32,8] class org.eclipse.persistence.internal.xr.SQLQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/UpdateOperation.java:[27,8] class org.eclipse.persistence.internal.xr.UpdateOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:[43,8] class org.eclipse.persistence.internal.xr.DeleteOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/NamedQueryHandler.java:[34,8] class org.eclipse.persistence.internal.xr.NamedQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRDynamicEntityVHAccessor.java:[38,8] serializable class org.eclipse.persistence.internal.xr.XRDynamicEntityVHAccessor has no definition of serialVersionUID [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QNameTransformer.java:[82,8] serializable class org.eclipse.persistence.internal.xr.QNameTransformer has no definition of serialVersionUID [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ValueObject.java:[31,8] class org.eclipse.persistence.internal.xr.ValueObject in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.dbws:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/src/test/resources [INFO] Copying 4 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- sql:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws --- [INFO] Skip sql execution [INFO] [INFO] --- failsafe:3.1.2:integration-test (test-dbws) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws --- [INFO] Skip sql execution [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [INFO] Building EclipseLink SDO 4.0.3-SNAPSHOT [19/26] [INFO] from sdo/org.eclipse.persistence.sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.sdo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ org.eclipse.persistence.sdo --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.sdo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] Copying 2 resources from target/generated-sources/dependencies to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.sdo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 106 source files with javac [debug release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/jaxb/JAXBClassGenerator.java:[31,8] class org.eclipse.persistence.sdo.helper.jaxb.JAXBClassGenerator in exported package org.eclipse.persistence.sdo.helper.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.sdo [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[124,40] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2177,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2193,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2265,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOProperty.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOProperty.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:build-classpath (default) @ org.eclipse.persistence.sdo --- [INFO] Dependencies classpath: /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.jar:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar:/home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.jar:/home/jenkins/.m2/repository/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.jar [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.sdo --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.sdo:jar:4.0.3-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.sdo --- [INFO] Copying 856 resources from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.sdo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 660 source files with javac [debug release 11 module-path] to target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectTestCases.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectTestCases.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/SDOXMLComparer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/SDOXMLComparer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ org.eclipse.persistence.sdo --- [INFO] Copying 856 resources from src/test/resources to target/test-run [INFO] [INFO] --- surefire:3.1.2:test (test-sdo-srg) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-sdo) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo --- [INFO] Configuration changed, re-generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning: Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.sdo --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.3-SNAPSHOT/org.eclipse.persistence.sdo-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.sdo --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 4.0.3-SNAPSHOT [20/26] [INFO] from utils/org.eclipse.persistence.dbws.builder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.dbws.builder --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] Copying 6 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 47 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/OperationModel.java:[18,8] class org.eclipse.persistence.tools.dbws.OperationModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XRPackager.java:[68,22] class org.eclipse.persistence.tools.dbws.XRPackager.NullOutputStream in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[110,8] class org.eclipse.persistence.tools.dbws.Util in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[476,63] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[697,43] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[128,15] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[147,51] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[165,45] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[249,32] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[365,20] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[382,16] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[731,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[734,27] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[129,12] interface javax.wsdl.Definition in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[129,45] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[133,12] interface javax.wsdl.Definition in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[133,62] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:[48,85] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BindingModel.java:[26,8] class org.eclipse.persistence.tools.dbws.BindingModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DefaultNamingConventionTransformer.java:[21,8] class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TypeSuffixTransformer.java:[15,8] class org.eclipse.persistence.tools.dbws.TypeSuffixTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XmlBindingsGenerator.java:[67,8] class org.eclipse.persistence.tools.dbws.XmlBindingsGenerator in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/SQLX2003Transformer.java:[17,8] class org.eclipse.persistence.tools.dbws.SQLX2003Transformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:[862,92] class javax.wsdl.WSDLException in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ToLowerTransformer.java:[15,8] class org.eclipse.persistence.tools.dbws.ToLowerTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XmlEntityMappingsGenerator.java:[109,8] class org.eclipse.persistence.tools.dbws.XmlEntityMappingsGenerator in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/PLSQLProcedureOperationModel.java:[15,8] class org.eclipse.persistence.tools.dbws.PLSQLProcedureOperationModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.dbws.builder --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.builder --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/4.0.3-SNAPSHOT/org.eclipse.persistence.dbws.builder-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >---- [INFO] Building EclipseLink Package Rename Utility 4.0.3-SNAPSHOT [21/26] [INFO] from utils/eclipselink.utils.rename/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.utils.rename --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.utils.rename --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.utils.rename --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.utils.rename --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.utils.rename --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.utils.rename --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/4.0.3-SNAPSHOT/org.eclipse.persistence.utils.rename-4.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [INFO] Building EclipseLink Oracle NoSQL Extension 4.0.3-SNAPSHOT [22/26] [INFO] from foundation/org.eclipse.persistence.oracle.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.oracle.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 41 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecord.java:[27,40] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecord.java:[27,59] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[33,12] interface oracle.kv.KVStore in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[37,15] interface oracle.kv.KVStore in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[43,34] interface oracle.kv.KVStore in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[108,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[109,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[119,9] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[67,12] class oracle.nosql.driver.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[71,28] class oracle.nosql.driver.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[83,12] class oracle.nosql.driver.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[87,32] class oracle.nosql.driver.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[91,12] class oracle.nosql.driver.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[95,31] class oracle.nosql.driver.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[44,34] interface oracle.nosql.driver.NoSQLHandle in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[95,12] interface oracle.nosql.driver.NoSQLHandle in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecord.java:[26,31] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecord.java:[26,52] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[38,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[44,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[38,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[44,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:[143,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[264,82] unchecked conversion required: java.util.Iterator> found: java.util.Iterator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[283,13] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[294,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[319,24] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[376,84] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[272,13] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[276,122] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[277,30] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[280,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[284,13] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[295,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[320,24] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[381,104] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[386,57] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[429,134] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[511,73] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[580,105] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[555,19] class oracle.nosql.driver.values.FieldValue in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory implements createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory implements createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord missing type arguments for generic class jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[328,115] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[349,86] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[352,96] unchecked cast required: java.util.List found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[404,49] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[426,147] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[451,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[454,101] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[479,79] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[495,70] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[495,90] unchecked cast required: java.util.List found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[495,64] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[519,110] unchecked cast required: java.util.List> found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[548,115] unchecked cast required: java.util.Set> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[551,20] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[571,34] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[573,44] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[615,41] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecord.java:[27,40] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecord.java:[27,59] found raw type: jakarta.resource.cci.MappedRecord missing type arguments for generic class jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:[256,132] interface oracle.kv.Operation in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:[283,15] class oracle.kv.Value in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[31,15] class oracle.kv.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[32,15] class oracle.kv.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[35,15] class oracle.kv.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[51,12] class oracle.kv.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[55,28] class oracle.kv.Version in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[72,12] class oracle.kv.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[76,32] class oracle.kv.Consistency in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[80,12] class oracle.kv.Durability in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[84,31] class oracle.kv.Durability in module is not exported [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Copying 5 resources from src/it/resources to target/test-classes [INFO] Copying 5 resources from src/it/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 47 source files with javac [debug deprecation release 11 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLModelTest.java:[135,30] redundant cast to org.eclipse.persistence.sessions.DatabaseSession [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[66,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[71,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[76,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[82,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[122,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[128,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLSimpleTest.java:[132,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLSimpleTest.java:[137,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLTestSuite.java:[54,49] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPATest.java:[309,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPATest.java:[321,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[325,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[337,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[338,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[339,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLSimpleTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLSimpleTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.oracle.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configuration changed, re-generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/4.0.3-SNAPSHOT/org.eclipse.persistence.oracle.nosql-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >------- [INFO] Building EclipseLink Bundles Parent 4.0.3-SNAPSHOT [23/26] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.bundles --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.bundles --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.bundles --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/4.0.3-SNAPSHOT/org.eclipse.persistence.bundles-4.0.3-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --------------< org.eclipse.persistence:moxy-standalone >--------------- [INFO] Building EclipseLink Bundles MOXy standalone 4.0.3-SNAPSHOT [24/26] [INFO] from bundles/moxy-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ moxy-standalone --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ moxy-standalone --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ moxy-standalone --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- resources:3.3.1:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone --- [INFO] Copying 0 resource from ../eclipselink/src/main/scripts to target/generated-sources/bin [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ moxy-standalone --- [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ moxy-standalone --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ moxy-standalone --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ moxy-standalone --- [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ moxy-standalone --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ moxy-standalone --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ moxy-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/moxy.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/moxy-standalone-4.0.3-SNAPSHOT.zip [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- install:3.1.1:install (default-install) @ moxy-standalone --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/4.0.3-SNAPSHOT/moxy-standalone-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/moxy-standalone/target/moxy-standalone-4.0.3-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/4.0.3-SNAPSHOT/moxy-standalone-4.0.3-SNAPSHOT.zip [INFO] [INFO] --- dependency:3.6.0:unpack (stage) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:moxy-standalone:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ moxy-standalone --- [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 4.0.3-SNAPSHOT [25/26] [INFO] from bundles/eclipselink/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ eclipselink --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ eclipselink --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ eclipselink --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ eclipselink --- [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.time) @ eclipselink --- [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ eclipselink --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink [INFO] Storing buildNumber: 8a993b480d5cfbaad39ffd7939d308a788ede355 at timestamp: 1713359154712 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink [INFO] Storing scmBranch: 4.0 [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- build-helper:3.4.0:add-source (add-generated-sources) @ eclipselink --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ eclipselink --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-resource) @ eclipselink --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipselink --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] Copying 55 resources from target/generated-sources/dependency-sources to target/classes [INFO] Copying 1 resource from target/generated-sources/dependency-sources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ eclipselink --- [WARNING] Can't extract module name from org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip: '/home/jenkins/agent/workspace/eclipselink-nightly-4.0/target/org.eclipse.persistence.parent-4.0.3-SNAPSHOT-common-license.zip' not allowed on the path, only outputDirectories and jars are accepted [WARNING] Can't extract module name from ant-launcher-1.10.13.jar: allow.class found in top-level directory (unnamed package not allowed in module) [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3389 source files with javac [debug release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/dynamic/DynamicClassWriter.java:[214,30] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/dynamic/DynamicClassWriter.java:[221,31] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[215,12] class org.eclipse.persistence.oxm.XMLContext.XMLContextState in module eclipselink is not accessible to clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[226,36] class org.eclipse.persistence.oxm.XMLContext.XMLContextState in module eclipselink is not accessible to clients that require this module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/helper/ClassConstants.java:[127,31] interface org.eclipse.persistence.internal.weaving.PersistenceWeavedLazy in module eclipselink is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/DataHelper.java:[74,10] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/DataHelper.java:[139,10] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[219,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[505,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[829,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[1051,13] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[1099,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Sequence.java:[120,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Sequence.java:[125,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataGraph.java:[32,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/ChangeSummary.java:[41,13] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[34,39] interface jakarta.validation.ConstraintViolation in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[90,12] interface jakarta.validation.Path in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[104,12] interface jakarta.validation.metadata.ConstraintDescriptor in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[111,12] interface jakarta.validation.ConstraintViolation in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/compiler/facets/PatternFacet.java:[29,40] class jakarta.validation.constraints.Pattern in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/compiler/facets/PatternFacet.java:[38,12] class jakarta.validation.constraints.Pattern in module jakarta.validation is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3441,58] ANTLR in org.eclipse.persistence.config.ParserType has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[58,22] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[61,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[81,37] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[265,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[288,12] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[300,39] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[316,19] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[325,53] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/glassfish/GlassfishTransactionController.java:[46,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/AbstractSynchronizationListener.java:[47,66] interface jakarta.transaction.Synchronization in module jakarta.transaction is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[980,48] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1004,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1102,47] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1116,68] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1128,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1143,53] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[49,12] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[58,35] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[42,119] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[54,146] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[65,114] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[77,130] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[89,143] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:[32,19] class oracle.sql.TIMESTAMPTZ in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPLTZWrapper.java:[55,12] class oracle.sql.TIMESTAMPLTZ in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/json/JsonObjectBuilderResult.java:[31,36] interface jakarta.json.JsonObjectBuilder in module jakarta.json is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/json/JsonObjectBuilderResult.java:[40,12] interface jakarta.json.JsonObjectBuilder in module jakarta.json is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[47,15] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[48,15] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[139,12] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[199,12] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[207,12] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[242,38] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[260,35] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[53,15] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[54,15] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[283,12] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[299,12] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[308,34] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISException.java:[81,50] class jakarta.resource.ResourceException in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISException.java:[85,50] class jakarta.resource.ResourceException in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[195,12] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[202,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[214,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[222,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[233,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[245,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[258,78] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[266,50] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[274,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[299,60] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[28,25] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[28,80] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[30,25] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[30,78] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[38,15] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[265,12] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[275,36] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[350,41] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[356,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[363,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[32,22] interface oracle.jdbc.OracleOpaque in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[33,21] interface oracle.jdbc.OracleOpaque in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[34,22] interface oracle.jdbc.OracleOpaque in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[72,25] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[140,62] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[163,58] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[68,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[68,128] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[68,149] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[153,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[153,101] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[153,122] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184,92] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184,113] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[327,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[327,92] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[327,113] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[339,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[339,132] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[339,153] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[363,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[363,130] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[363,151] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[403,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[403,103] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[403,124] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[416,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[416,110] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[416,135] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[43,2] class jakarta.ws.rs.Produces in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[43,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[43,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[44,2] class jakarta.ws.rs.Consumes in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[44,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[44,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[45,2] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[48,6] class jakarta.ws.rs.GET in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[49,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[50,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[50,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[51,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[52,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[53,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[54,36] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[55,36] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[55,44] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[56,36] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[56,44] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[61,6] class jakarta.ws.rs.GET in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[62,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[63,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[63,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[64,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[65,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[66,27] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[67,27] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[67,35] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[68,27] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[68,35] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[73,6] class jakarta.ws.rs.PUT in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[74,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[75,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[75,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[76,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[77,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[78,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[78,37] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[79,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[79,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[85,6] class jakarta.ws.rs.POST in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[86,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[87,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[87,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[88,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[89,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[90,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[90,37] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[91,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[91,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[97,6] class jakarta.ws.rs.POST in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[98,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[99,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[99,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[100,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[101,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[102,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[103,40] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[104,40] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[104,48] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[105,40] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[105,48] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[110,6] class jakarta.ws.rs.DELETE in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[111,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[112,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[112,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[113,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[114,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[115,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[116,38] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[117,38] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[117,46] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[118,38] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[118,46] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[123,6] class jakarta.ws.rs.DELETE in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[124,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[125,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[125,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[126,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[127,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[128,29] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[129,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[129,37] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[130,29] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[130,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[135,6] class jakarta.ws.rs.OPTIONS in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[136,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[137,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[137,39] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[138,39] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[139,39] class jakarta.ws.rs.PathParam in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[140,39] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[140,47] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[141,39] class jakarta.ws.rs.core.Context in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[141,47] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[25,71] interface org.omg.CORBA.portable.Streamable in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[46,25] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[37,79] interface oracle.ucp.jdbc.oracle.DataBasedConnectionAffinityCallback in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[86,35] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[97,12] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/coordination/jms/JMSPublishingTransportManager.java:[175,15] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/coordination/jms/JMSPublishingTransportManager.java:[189,15] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[66,15] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[67,15] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[73,15] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[74,15] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[77,15] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[93,63] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[93,110] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[93,201] class jakarta.jms.JMSException in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[196,27] interface jakarta.jms.Message in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[271,43] class jakarta.jms.JMSException in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[283,39] interface jakarta.jms.Message in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[283,63] class jakarta.jms.JMSException in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[424,30] interface jakarta.jms.TopicPublisher in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[428,12] interface jakarta.jms.TopicPublisher in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[439,30] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[443,12] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[456,33] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[460,12] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[469,43] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[473,12] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[484,36] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[488,12] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[497,26] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[501,12] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[37,44] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[44,101] class org.omg.CORBA.Any in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[51,45] class org.omg.CORBA.TypeCode in module is not exported [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[74,107] class org.omg.CORBA.portable.InputStream in module is not exported [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/helper/ClassConstants.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/helper/ClassConstants.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ eclipselink --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/it/java added. [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ eclipselink --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipselink --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipselink --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ eclipselink --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink --- [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink --- [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- jar:3.3.0:jar (jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipselink --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipselink --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/src/main/assembly/eclipselink.zip.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:commonj.sdo' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ eclipselink --- [INFO] Configuration changed, re-generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning: Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&' [WARNING] * isInstance(object) && !isDataType() implies [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ eclipselink --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] [INFO] --- dependency:3.6.0:unpack (stage) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:eclipselink:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipselink --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/eclipselink/target/eclipselink-4.0.3-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/4.0.3-SNAPSHOT/eclipselink-4.0.3-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipselink --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >-- [INFO] Building EclipseLink Bundles tests 4.0.3-SNAPSHOT [26/26] [INFO] from bundles/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.4.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ org.eclipse.persistence.distribution.tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-test-report-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:4.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.persistence.distribution.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests --- [INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- build-helper:3.4.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/src/it/java added. [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- build-helper:3.4.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/src/it/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying org.eclipse.persistence.core-4.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar [INFO] Copying org.eclipse.persistence.moxy-4.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar [INFO] jakarta.persistence:jakarta.persistence-api:jar:3.1.0 already exists in destination. [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] org.eclipse.angus:angus-activation:jar:2.0.1 already exists in destination. [INFO] jakarta.activation:jakarta.activation-api:jar:2.1.2 already exists in destination. [INFO] org.eclipse.angus:angus-mail:jar:2.0.2 already exists in destination. [INFO] jakarta.mail:jakarta.mail-api:jar:2.1.2 already exists in destination. [INFO] com.sun.xml.bind:jaxb-xjc:jar:4.0.3 already exists in destination. [INFO] com.sun.xml.bind:jaxb-core:jar:4.0.3 already exists in destination. [INFO] jakarta.validation:jakarta.validation-api:jar:3.0.2 already exists in destination. [INFO] jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 already exists in destination. [INFO] jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 already exists in destination. [INFO] org.eclipse.parsson:parsson:jar:1.1.2 already exists in destination. [INFO] jakarta.json:jakarta.json-api:jar:2.1.2 already exists in destination. [INFO] junit:junit:jar:4.13.2 already exists in destination. [INFO] org.hamcrest:hamcrest-core:jar:1.3 already exists in destination. [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1 already exists in destination. [INFO] jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1 already exists in destination. [INFO] jakarta.annotation:jakarta.annotation-api:jar:2.1.1 already exists in destination. [INFO] jakarta.el:jakarta.el-api:jar:5.0.1 already exists in destination. [INFO] jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0 already exists in destination. [INFO] org.hibernate.validator:hibernate-validator:jar:8.0.0.Final already exists in destination. [INFO] org.jboss.logging:jboss-logging:jar:3.4.1.Final already exists in destination. [INFO] com.fasterxml:classmate:jar:1.5.1 already exists in destination. [INFO] org.glassfish:jakarta.el:jar:5.0.0-M1 already exists in destination. [INFO] org.apache.felix:org.apache.felix.framework:jar:7.0.5 already exists in destination. [INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam:jar:4.13.2 already exists in destination. [INFO] org.ops4j.base:ops4j-base-io:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-monitors:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-lang:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-store:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-util-property:jar:1.5.1 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-container-forked:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-spi:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1 already exists in destination. [INFO] biz.aQute.bnd:bndlib:jar:2.4.0 already exists in destination. [INFO] org.ops4j.base:ops4j-base-exec:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-net:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-spi:jar:1.5.1 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3 already exists in destination. [INFO] org.slf4j:slf4j-api:jar:2.0.7 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-aether:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-aether-support:jar:2.6.2 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-api:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-util:jar:1.3.1 already exists in destination. [INFO] org.slf4j:jcl-over-slf4j:jar:1.6.6 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-link:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-commons:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-classpath:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-optional-jcl:jar:1.8.3 already exists in destination. [INFO] org.osgi:org.osgi.core:jar:6.0.0 already exists in destination. [INFO] jakarta.inject:jakarta.inject-api:jar:1.0 already exists in destination. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- failsafe:3.1.2:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- surefire-report:3.1.2:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests --- [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.1.2:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.distribution.tests --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-4.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/4.0.3-SNAPSHOT/org.eclipse.persistence.distribution.tests-4.0.3-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.persistence.distribution.tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Parent 4.0.3-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [ 6.916 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 11.436 s] [INFO] EclipseLink Core ................................... SUCCESS [ 10.273 s] [INFO] EclipseLink JSON Extension ......................... SUCCESS [ 1.582 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 2.007 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 2.614 s] [INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [ 0.964 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 15.267 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 4.786 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 0.991 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 1.203 s] [INFO] EclipseLink JPA-RS Server .......................... SUCCESS [ 1.635 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 2.660 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 6.858 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 1.177 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 2.390 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 0.853 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 1.629 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 10.866 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 2.204 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 0.828 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 4.967 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.556 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 1.539 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [01:01 min] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 1.336 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:39 min [INFO] Finished at: 2024-04-17T13:06:57Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo Processing file: bundles/**/target/surefire-reports/*.xml,bundles/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: dbws/**/target/surefire-reports/*.xml,dbws/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: foundation/**/target/surefire-reports/*.xml,foundation/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: jpa/**/target/surefire-reports/*.xml,jpa/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: moxy/**/target/surefire-reports/*.xml,moxy/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: sdo/**/target/surefire-reports/*.xml,sdo/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: utils/**/target/surefire-reports/*.xml,utils/**/target/failsafe-reports/*.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] recordIssues [SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/eclipselink-nightly-4.0' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] -> found 22 files [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/spotbugsXml.xml [SpotBugs] -> found 56 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'dbws/org.eclipse.persistence.dbws/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/spotbugsXml.xml [SpotBugs] -> found 18 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.corba/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/spotbugsXml.xml [SpotBugs] -> found 413 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.core.test.framework/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/spotbugsXml.xml [SpotBugs] -> found 3320 issues (skipped 2 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.core/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/spotbugsXml.xml [SpotBugs] -> found 1 issue (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.extension/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/spotbugsXml.xml [SpotBugs] -> found 3 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.json/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/spotbugsXml.xml [SpotBugs] -> found 80 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.nosql/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/spotbugsXml.xml [SpotBugs] -> found 74 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.oracle.nosql/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/spotbugsXml.xml [SpotBugs] -> found 47 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.oracle/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/spotbugsXml.xml [SpotBugs] -> found 1 issue (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.pgsql/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/spotbugsXml.xml [SpotBugs] -> found 344 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.jpql/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/spotbugsXml.xml [SpotBugs] -> found 16 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.modelgen/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/spotbugsXml.xml [SpotBugs] -> found 18 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.test.framework/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/spotbugsXml.xml [SpotBugs] -> found 911 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/spotbugsXml.xml [SpotBugs] -> found 100 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpars.server/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/spotbugsXml.xml [SpotBugs] -> found 2 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpars/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/spotbugsXml.xml [SpotBugs] -> found 2 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'moxy/org.eclipse.persistence.moxy.utils.xjc/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/spotbugsXml.xml [SpotBugs] -> found 463 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'moxy/org.eclipse.persistence.moxy/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/spotbugsXml.xml [SpotBugs] -> found 266 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'sdo/org.eclipse.persistence.sdo/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/spotbugsXml.xml [SpotBugs] -> found 24 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'utils/eclipselink.utils.rename/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/spotbugsXml.xml [SpotBugs] -> found 11 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'utils/eclipselink.utils.sigcompare/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/spotbugsXml.xml [SpotBugs] -> found 92 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'utils/org.eclipse.persistence.dbws.builder/target/spotbugsXml.xml' [SpotBugs] Post processing issues on 'el-master-agent-pod-pz56v-cnf1g' with source code encoding 'UTF-8' [SpotBugs] Creating SCM blamer to obtain author and commit information for affected files [SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [SpotBugs] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-nightly-4.0' [SpotBugs] -> resolved paths in source directory (1445 found, 0 not found) [SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [SpotBugs] -> all issues already have a valid module name [SpotBugs] Resolving package names (or namespaces) by parsing the affected files [SpotBugs] -> all affected files already have a valid package name [SpotBugs] No filter has been set, publishing all 6262 issues [SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds [SpotBugs] -> created fingerprints for 0 issues (skipped 6262 issues) [SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-nightly-4.0/builds/23/files-with-issues' [SpotBugs] -> 1445 copied, 0 not in workspace, 0 not-found, 0 with I/O error [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/eclipselink-nightly-4.0' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] -> found 22 files [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/dbws/org.eclipse.persistence.dbws/target/spotbugsXml.xml [SpotBugs] -> found 56 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'dbws/org.eclipse.persistence.dbws/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.corba/target/spotbugsXml.xml [SpotBugs] -> found 18 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.corba/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core.test.framework/target/spotbugsXml.xml [SpotBugs] -> found 413 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.core.test.framework/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.core/target/spotbugsXml.xml [SpotBugs] -> found 3320 issues (skipped 2 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.core/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.extension/target/spotbugsXml.xml [SpotBugs] -> found 1 issue (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.extension/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.json/target/spotbugsXml.xml [SpotBugs] -> found 3 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.json/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.nosql/target/spotbugsXml.xml [SpotBugs] -> found 80 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.nosql/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle.nosql/target/spotbugsXml.xml [SpotBugs] -> found 74 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.oracle.nosql/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.oracle/target/spotbugsXml.xml [SpotBugs] -> found 47 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.oracle/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/foundation/org.eclipse.persistence.pgsql/target/spotbugsXml.xml [SpotBugs] -> found 1 issue (skipped 0 duplicates) [SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.pgsql/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.jpql/target/spotbugsXml.xml [SpotBugs] -> found 344 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.jpql/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.modelgen/target/spotbugsXml.xml [SpotBugs] -> found 16 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.modelgen/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa.test.framework/target/spotbugsXml.xml [SpotBugs] -> found 18 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.test.framework/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpa/target/spotbugsXml.xml [SpotBugs] -> found 911 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars.server/target/spotbugsXml.xml [SpotBugs] -> found 100 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpars.server/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/jpa/org.eclipse.persistence.jpars/target/spotbugsXml.xml [SpotBugs] -> found 2 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpars/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/spotbugsXml.xml [SpotBugs] -> found 2 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'moxy/org.eclipse.persistence.moxy.utils.xjc/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/moxy/org.eclipse.persistence.moxy/target/spotbugsXml.xml [SpotBugs] -> found 463 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'moxy/org.eclipse.persistence.moxy/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/sdo/org.eclipse.persistence.sdo/target/spotbugsXml.xml [SpotBugs] -> found 266 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'sdo/org.eclipse.persistence.sdo/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.rename/target/spotbugsXml.xml [SpotBugs] -> found 24 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'utils/eclipselink.utils.rename/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/eclipselink.utils.sigcompare/target/spotbugsXml.xml [SpotBugs] -> found 11 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'utils/eclipselink.utils.sigcompare/target/spotbugsXml.xml' [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-nightly-4.0/utils/org.eclipse.persistence.dbws.builder/target/spotbugsXml.xml [SpotBugs] -> found 92 issues (skipped 0 duplicates) [SpotBugs] Successfully processed file 'utils/org.eclipse.persistence.dbws.builder/target/spotbugsXml.xml' [SpotBugs] Post processing issues on 'el-master-agent-pod-pz56v-cnf1g' with source code encoding 'UTF-8' [SpotBugs] Creating SCM blamer to obtain author and commit information for affected files [SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [SpotBugs] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-nightly-4.0' [SpotBugs] -> resolved paths in source directory (1445 found, 0 not found) [SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [SpotBugs] -> all issues already have a valid module name [SpotBugs] Resolving package names (or namespaces) by parsing the affected files [SpotBugs] -> all affected files already have a valid package name [SpotBugs] No filter has been set, publishing all 6262 issues [SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds [SpotBugs] -> created fingerprints for 0 issues (skipped 6262 issues) [SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-nightly-4.0/builds/23/files-with-issues' [SpotBugs] -> 1445 copied, 0 not in workspace, 0 not-found, 0 with I/O error [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] Reference build recorder is not configured [SpotBugs] Obtaining reference build from same job (eclipselink-nightly-4.0) [SpotBugs] Using reference build 'eclipselink-nightly-4.0 #22' to compute new, fixed, and outstanding issues [SpotBugs] Issues delta (vs. reference build): outstanding: 6262, new: 0, fixed: 0 [SpotBugs] No quality gates have been set - skipping [SpotBugs] Health report is disabled - skipping [SpotBugs] Created analysis result for 6262 issues (found 0 new issues, fixed 0 issues) [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'eclipselink-nightly-4.0 #23'. [Checks API] No suitable checks publisher found. [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-nightly-4.0') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 2162 issues (skipped 3740 duplicates) [Java Compiler] Post processing issues on 'el-master-agent-pod-pz56v-cnf1g' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-nightly-4.0' [Java Compiler] -> resolved paths in source directory (770 found, 1 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 2162 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 771 affected files [Java Compiler] No filter has been set, publishing all 2162 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 2161 issues (skipped 1 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-nightly-4.0/builds/23/files-with-issues' [Java Compiler] -> 661 copied, 0 not in workspace, 1 not-found, 0 with I/O error [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] [-ERROR-] Can't create fingerprints for some files: [Java Compiler] [-ERROR-] - 'Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin' file not found [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-nightly-4.0') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 2162 issues (skipped 3740 duplicates) [Java Compiler] Post processing issues on 'el-master-agent-pod-pz56v-cnf1g' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-nightly-4.0' [Java Compiler] -> resolved paths in source directory (770 found, 1 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 2162 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 771 affected files [Java Compiler] No filter has been set, publishing all 2162 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 2161 issues (skipped 1 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-nightly-4.0/builds/23/files-with-issues' [Java Compiler] -> 661 copied, 0 not in workspace, 1 not-found, 0 with I/O error [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] [-ERROR-] Can't create fingerprints for some files: [Java Compiler] [-ERROR-] - 'Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin' file not found [Java Compiler] Reference build recorder is not configured [Java Compiler] Obtaining reference build from same job (eclipselink-nightly-4.0) [Java Compiler] Using reference build 'eclipselink-nightly-4.0 #22' to compute new, fixed, and outstanding issues [Java Compiler] Issues delta (vs. reference build): outstanding: 2162, new: 0, fixed: 0 [Java Compiler] No quality gates have been set - skipping [Java Compiler] Health report is disabled - skipping [Java Compiler] Created analysis result for 2162 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'eclipselink-nightly-4.0 #23'. [Checks API] No suitable checks publisher found. [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-nightly-4.0') [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-nightly-4.0') [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-nightly-4.0') [JavaDoc] Post processing issues on 'el-master-agent-pod-pz56v-cnf1g' with source code encoding 'UTF-8' [JavaDoc] Creating SCM blamer to obtain author and commit information for affected files [JavaDoc] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [JavaDoc] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-nightly-4.0' [JavaDoc] -> resolved paths in source directory (6 found, 0 not found) [JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [JavaDoc] -> resolved module names for 16 issues [JavaDoc] Resolving package names (or namespaces) by parsing the affected files [JavaDoc] -> resolved package names of 6 affected files [JavaDoc] No filter has been set, publishing all 16 issues [JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds [JavaDoc] -> created fingerprints for 16 issues (skipped 0 issues) [JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-nightly-4.0/builds/23/files-with-issues' [JavaDoc] -> 5 copied, 0 not in workspace, 0 not-found, 0 with I/O error [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Successfully parsed console log [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-nightly-4.0') [JavaDoc] Post processing issues on 'el-master-agent-pod-pz56v-cnf1g' with source code encoding 'UTF-8' [JavaDoc] Creating SCM blamer to obtain author and commit information for affected files [JavaDoc] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [JavaDoc] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-nightly-4.0' [JavaDoc] -> resolved paths in source directory (6 found, 0 not found) [JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [JavaDoc] -> resolved module names for 16 issues [JavaDoc] Resolving package names (or namespaces) by parsing the affected files [JavaDoc] -> resolved package names of 6 affected files [JavaDoc] No filter has been set, publishing all 16 issues [JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds [JavaDoc] -> created fingerprints for 16 issues (skipped 0 issues) [JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-nightly-4.0/builds/23/files-with-issues' [JavaDoc] -> 5 copied, 0 not in workspace, 0 not-found, 0 with I/O error [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Reference build recorder is not configured [JavaDoc] Obtaining reference build from same job (eclipselink-nightly-4.0) [JavaDoc] Using reference build 'eclipselink-nightly-4.0 #22' to compute new, fixed, and outstanding issues [JavaDoc] Issues delta (vs. reference build): outstanding: 16, new: 0, fixed: 0 [JavaDoc] No quality gates have been set - skipping [JavaDoc] Health report is disabled - skipping [JavaDoc] Created analysis result for 16 issues (found 0 new issues, fixed 0 issues) [JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'eclipselink-nightly-4.0 #23'. [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS